Slicer 5.9
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Loading...
Searching...
No Matches
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
27class vtkImageData;
28
29class VTK_SLICER_VOLUMERENDERING_MODULE_MRML_EXPORT vtkMRMLVolumePropertyStorageNode : public vtkMRMLStorageNode
30{
31public:
34 void PrintSelf(ostream& os, vtkIndent indent) override;
35
37
40 const char* GetNodeTagName() override { return "VolumePropertyStorage"; }
41
43 bool CanReadInReferenceNode(vtkMRMLNode* refNode) override;
44
45protected:
50
53
56
58 int ReadDataInternal(vtkMRMLNode* refNode) override;
59
61 int WriteDataInternal(vtkMRMLNode* refNode) override;
62};
63
64#endif
void InitializeSupportedWriteFileTypes() override
Initialize all the supported write file types.
vtkMRMLNode * CreateNodeInstance() override
Create instance of the default node. Like New only virtual.
void operator=(const vtkMRMLVolumePropertyStorageNode &)
static vtkMRMLVolumePropertyStorageNode * New()
void PrintSelf(ostream &os, vtkIndent indent) override
void InitializeSupportedReadFileTypes() override
Initialize all the supported read file types.
int ReadDataInternal(vtkMRMLNode *refNode) override
Read data and set it in the referenced node.
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.
const char * GetNodeTagName() override
Get node XML tag name (like Storage, Transform)
vtkMRMLVolumePropertyStorageNode(const vtkMRMLVolumePropertyStorageNode &)