Slicer  4.10
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
vtkMRMLVolumePropertyStorageNode.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: vtkMRMLVolumePropertyStorageNode.h,v $
10  Date: $Date: 2006/03/19 17:12:29 $
11  Version: $Revision: 1.3 $
12 
13 =========================================================================auto=*/
17 
18 #ifndef __vtkMRMLVolumePropertyStorageNode_h
19 #define __vtkMRMLVolumePropertyStorageNode_h
20 
21 // VolumeRendering includes
22 #include "vtkSlicerVolumeRenderingModuleMRMLExport.h"
23 
24 // MRML includes
25 #include "vtkMRMLStorageNode.h"
26 
27 class vtkImageData;
28 
29 class VTK_SLICER_VOLUMERENDERING_MODULE_MRML_EXPORT vtkMRMLVolumePropertyStorageNode
30  : public vtkMRMLStorageNode
31 {
32  public:
35  void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
36 
37  virtual vtkMRMLNode* CreateNodeInstance() VTK_OVERRIDE;
38 
41  virtual const char* GetNodeTagName() VTK_OVERRIDE {return "VolumePropertyStorage";}
42 
44  virtual bool CanReadInReferenceNode(vtkMRMLNode *refNode) VTK_OVERRIDE;
45 
46 protected:
51 
53  virtual void InitializeSupportedReadFileTypes() VTK_OVERRIDE;
54 
56  virtual void InitializeSupportedWriteFileTypes() VTK_OVERRIDE;
57 
59  virtual int ReadDataInternal(vtkMRMLNode *refNode) VTK_OVERRIDE;
60 
62  virtual int WriteDataInternal(vtkMRMLNode *refNode) VTK_OVERRIDE;
63 
64 };
65 
66 #endif
virtual void InitializeSupportedReadFileTypes()
void operator=(const vtkMRMLStorageNode &)
virtual vtkMRMLNode * CreateNodeInstance() VTK_OVERRIDE=0
Create instance of the default node. Like New only virtual.
A superclass for other storage nodes.
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
Abstract Superclass for all specific types of MRML nodes.
Definition: vtkMRMLNode.h:138
virtual bool CanReadInReferenceNode(vtkMRMLNode *refNode)=0