Slicer 5.9
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
67
68#endif
MRML node for representing a volume (image stack).
static vtkMRMLDiffusionTensorVolumeNode * New()
vtkMRMLCopyContentDefaultMacro(vtkMRMLDiffusionTensorVolumeNode)
const char * GetNodeTagName() override
Get node XML tag name (like Volume, Model)
void operator=(const vtkMRMLDiffusionTensorVolumeNode &)
vtkMRMLNode * CreateNodeInstance() override
MRMLNode methods.
virtual vtkMRMLDiffusionTensorVolumeDisplayNode * GetDiffusionTensorVolumeDisplayNode()
Associated display MRML node.
void CreateDefaultDisplayNodes() override
Create and observe default display node.
void PrintSelf(ostream &os, vtkIndent indent) override
vtkMRMLDiffusionTensorVolumeNode(const vtkMRMLDiffusionTensorVolumeNode &)
virtual void SetAndObserveDisplayNodeID(const char *DisplayNodeID)
Associated volume display MRML node.
vtkMRMLStorageNode * CreateDefaultStorageNode() override
Create default storage node or nullptr if does not have one.
Abstract Superclass for all specific types of MRML nodes.
A superclass for other storage nodes.