Slicer  4.8
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
vtkMRMLVectorVolumeNode.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: vtkMRMLVectorVolumeNode.h,v $
10  Date: $Date: 2006/03/19 17:12:29 $
11  Version: $Revision: 1.13 $
12 
13 =========================================================================auto=*/
14 
15 #ifndef __vtkMRMLVectorVolumeNode_h
16 #define __vtkMRMLVectorVolumeNode_h
17 
21 
25 class VTK_MRML_EXPORT vtkMRMLVectorVolumeNode : public vtkMRMLTensorVolumeNode
26 {
27  public:
28  static vtkMRMLVectorVolumeNode *New();
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 
40  virtual void WriteXML(ostream& of, int indent) VTK_OVERRIDE;
41 
44  virtual void Copy(vtkMRMLNode *node) VTK_OVERRIDE;
45 
48  virtual const char* GetNodeTagName() VTK_OVERRIDE {return "VectorVolume";}
49 
52  virtual vtkMRMLVectorVolumeDisplayNode* GetVectorVolumeDisplayNode();
53 
56  virtual vtkMRMLStorageNode* CreateDefaultStorageNode() VTK_OVERRIDE;
57 
60  virtual void CreateDefaultDisplayNodes() VTK_OVERRIDE;
61 
62 protected:
67 
68 };
69 
70 #endif
MRML node for representing diffusion weighted MRI volume.
static vtkMRMLTensorVolumeNode * New()
MRML node for representing a volume (image stack).
virtual vtkMRMLNode * CreateNodeInstance() VTK_OVERRIDE
MRMLNode methods.
MRML node for representing a volume storage.
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
A supercalss for other storage nodes.
void operator=(const vtkMRMLTensorVolumeNode &)
MRML node for representing a vector volume (image stack).
virtual void CreateDefaultDisplayNodes() VTK_OVERRIDE
Create and observe default display node.
Abstract Superclass for all specific types of MRML nodes.
Definition: vtkMRMLNode.h:135
virtual vtkMRMLStorageNode * CreateDefaultStorageNode() VTK_OVERRIDE
Create default storage node or NULL if does not have one.