Slicer 5.9
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Loading...
Searching...
No Matches
vtkMRMLSceneViewStorageNode.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: vtkMRMLSceneViewStorageNode.h,v $
10 Date: $Date: 2006/03/19 17:12:29 $
11 Version: $Revision: 1.3 $
12
13=========================================================================auto=*/
14
15#ifndef __vtkMRMLSceneViewStorageNode_h
16#define __vtkMRMLSceneViewStorageNode_h
17
18#include "vtkMRMLStorageNode.h"
19
23class VTK_MRML_EXPORT vtkMRMLSceneViewStorageNode : public vtkMRMLStorageNode
24{
25public:
28 void PrintSelf(ostream& os, vtkIndent indent) override;
29
31
34 const char* GetNodeTagName() override { return "SceneViewStorage"; }
35
38
41
43 bool CanReadInReferenceNode(vtkMRMLNode* refNode) override;
44
45protected:
50
54 int ReadDataInternal(vtkMRMLNode* refNode) override;
55
59 int WriteDataInternal(vtkMRMLNode* refNode) override;
60};
61
62#endif
bool CanReadInReferenceNode(vtkMRMLNode *refNode) override
Return true if the node can be read in.
vtkMRMLSceneViewStorageNode(const vtkMRMLSceneViewStorageNode &)
const char * GetNodeTagName() override
Get node XML tag name (like Storage, Model)
void operator=(const vtkMRMLSceneViewStorageNode &)
void PrintSelf(ostream &os, vtkIndent indent) override
void InitializeSupportedReadFileTypes() override
Initialize all the supported read file types.
vtkMRMLNode * CreateNodeInstance() override
Create instance of the default node. Like New only virtual.
int WriteDataInternal(vtkMRMLNode *refNode) override
static vtkMRMLSceneViewStorageNode * New()
int ReadDataInternal(vtkMRMLNode *refNode) override
void InitializeSupportedWriteFileTypes() override
Initialize all the supported write file types.
~vtkMRMLSceneViewStorageNode() override