Slicer 5.8
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Loading...
Searching...
No Matches
vtkMRMLProceduralColorStorageNode.h
Go to the documentation of this file.
1/*=auto=========================================================================
2
3 Portions (c) Copyright 2005 Brigham and Women's Hospital (BWH) All Rights Reserved.
4
5 See COPYRIGHT.txt
6 or http://www.slicer.org/copyright/copyright.txt for details.
7
8 Program: 3D Slicer
9 Module: $RCSfile: vtkMRMLProceduralColorStorageNode.h,v $
10 Date: $Date: 2006/03/19 17:12:29 $
11 Version: $Revision: 1.8 $
12
13=========================================================================auto=*/
14
15#ifndef __vtkMRMLProceduralColorStorageNode_h
16#define __vtkMRMLProceduralColorStorageNode_h
17
18#include "vtkMRMLStorageNode.h"
19
26{
27 public:
30 void PrintSelf(ostream& os, vtkIndent indent) override;
31
33
35 const char* GetNodeTagName() override {return "ProceduralColorStorage";}
36
38 bool CanReadInReferenceNode(vtkMRMLNode* refNode) override;
39
40protected:
45
48
51
53 int ReadDataInternal(vtkMRMLNode *refNode) override;
54
56 int WriteDataInternal(vtkMRMLNode *refNode) override;
57
58};
59
60#endif
Abstract Superclass for all specific types of MRML nodes.
MRML node for procedural color node storage.
vtkMRMLNode * CreateNodeInstance() override
Create instance of the default node. Like New only virtual.
void operator=(const vtkMRMLProceduralColorStorageNode &)
void InitializeSupportedWriteFileTypes() override
Initialize all the supported write file types.
vtkMRMLProceduralColorStorageNode(const vtkMRMLProceduralColorStorageNode &)
static vtkMRMLProceduralColorStorageNode * New()
void InitializeSupportedReadFileTypes() override
Initialize all the supported read file types.
int ReadDataInternal(vtkMRMLNode *refNode) override
Read data and set it in the referenced node.
const char * GetNodeTagName() override
Get node XML tag name (like Storage, Model)
bool CanReadInReferenceNode(vtkMRMLNode *refNode) override
Return true if the node can be read in.
int WriteDataInternal(vtkMRMLNode *refNode) override
Write data from a referenced node.
void PrintSelf(ostream &os, vtkIndent indent) override
A superclass for other storage nodes.