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
vtkMRMLDiffusionTensorVolumeNode.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: vtkMRMLVolumeNode.h,v $
10  Date: $Date: 2006/03/19 17:12:29 $
11  Version: $Revision: 1.13 $
12 
13 =========================================================================auto=*/
14 
15 #ifndef __vtkMRMLDiffusionTensorVolumeNode_h
16 #define __vtkMRMLDiffusionTensorVolumeNode_h
17 
19 
21 
32 {
33  public:
36  void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
37 
38  virtual vtkMRMLNode* CreateNodeInstance() VTK_OVERRIDE;
39 
41  virtual const char* GetNodeTagName() VTK_OVERRIDE { return "DiffusionTensorVolume"; }
42 
44  virtual void SetAndObserveDisplayNodeID(const char *DisplayNodeID);
45 
47  virtual vtkMRMLDiffusionTensorVolumeDisplayNode* GetDiffusionTensorVolumeDisplayNode();
48 
50  virtual vtkMRMLStorageNode* CreateDefaultStorageNode() VTK_OVERRIDE;
51 
53  virtual void CreateDefaultDisplayNodes() VTK_OVERRIDE;
54 
55 protected:
58 
60  void operator=(const vtkMRMLDiffusionTensorVolumeNode&);
61 
62 };
63 
64 #endif
virtual vtkMRMLStorageNode * CreateDefaultStorageNode() VTK_OVERRIDE
Create default storage node or NULL if does not have one
void SetAndObserveDisplayNodeID(const char *displayNodeID)
MRML node for representing diffusion weighted MRI volume.
static vtkMRMLDiffusionImageVolumeNode * New()
MRML node for representing a volume (image stack).
A superclass for other storage nodes.
MRML node for representing diffusion weighted MRI volume.
virtual vtkMRMLNode * CreateNodeInstance() VTK_OVERRIDE
MRMLNode methods.
Abstract Superclass for all specific types of MRML nodes.
Definition: vtkMRMLNode.h:138
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE