Slicer  4.8
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
vtkMRMLFreeSurferModelStorageNode.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: vtkMRMLFreeSurferModelStorageNode.h,v $
10  Date: $Date: 2006/03/19 17:12:29 $
11  Version: $Revision: 1.3 $
12 
13 =========================================================================auto=*/
14 
15 #ifndef __vtkMRMLFreeSurferModelStorageNode_h
16 #define __vtkMRMLFreeSurferModelStorageNode_h
17 
19 
26 {
27  public:
30  void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
31 
32  virtual vtkMRMLNode* CreateNodeInstance() VTK_OVERRIDE;
33 
36  virtual void ReadXMLAttributes( const char** atts) VTK_OVERRIDE;
37 
42  virtual int CopyData(vtkMRMLNode *refNode, const char *newFileName);
43 
46  virtual void WriteXML(ostream& of, int indent) VTK_OVERRIDE;
47 
50  virtual void Copy(vtkMRMLNode *node) VTK_OVERRIDE;
51 
54  virtual const char* GetNodeTagName() VTK_OVERRIDE {return "FreeSurferModelStorage";};
55 
58  vtkGetMacro(UseStripper, int);
59  vtkSetMacro(UseStripper, int);
60 
61 protected:
66 
68  virtual void InitializeSupportedReadFileTypes() VTK_OVERRIDE;
69 
71  virtual int ReadDataInternal(vtkMRMLNode *refNode) VTK_OVERRIDE;
72 
74 };
75 
76 #endif
77 
78 
79 
MRML node for model storage on disk.
MRML node for model storage on disk.
static vtkMRMLModelStorageNode * New()
virtual int ReadDataInternal(vtkMRMLNode *refNode) VTK_OVERRIDE
Read data and set it in the referenced node.
virtual void InitializeSupportedReadFileTypes() VTK_OVERRIDE
Initialize all the supported read file types.
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
void operator=(const vtkMRMLModelStorageNode &)
Abstract Superclass for all specific types of MRML nodes.
Definition: vtkMRMLNode.h:135
virtual vtkMRMLNode * CreateNodeInstance() VTK_OVERRIDE
Create instance of the default node. Like New only virtual.