Slicer 5.9
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Loading...
Searching...
No Matches
vtkMRMLBSplineTransformNode.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: vtkMRMLBSplineTransformNode.h,v $
10 Date: $Date: 2006/03/19 17:12:29 $
11 Version: $Revision: 1.13 $
12
13=========================================================================auto=*/
14
15#ifndef __vtkMRMLBSplineTransformNode_h
16#define __vtkMRMLBSplineTransformNode_h
17
19
21
28{
29public:
32 void PrintSelf(ostream& os, vtkIndent indent) override;
33
35
38 void ReadXMLAttributes(const char** atts) override;
39
42 void WriteXML(ostream& of, int indent) override;
43
47
50 const char* GetNodeTagName() override { return "BSplineTransform"; };
51
55
56protected:
61};
62
63#endif
vtkMRMLBSplineTransformNode(const vtkMRMLBSplineTransformNode &)
const char * GetNodeTagName() override
Get node XML tag name (like Volume, Model)
static vtkMRMLBSplineTransformNode * New()
vtkMRMLCopyContentDefaultMacro(vtkMRMLBSplineTransformNode)
void operator=(const vtkMRMLBSplineTransformNode &)
~vtkMRMLBSplineTransformNode() override
void ReadXMLAttributes(const char **atts) override
Read node attributes from XML file.
void WriteXML(ostream &of, int indent) override
Write this node's information to a MRML file in XML format.
vtkMRMLStorageNode * CreateDefaultStorageNode() override
Create default storage node or nullptr if does not have one.
vtkMRMLNode * CreateNodeInstance() override
MRMLNode methods.
void PrintSelf(ostream &os, vtkIndent indent) override
Abstract Superclass for all specific types of MRML nodes.
virtual vtkMRMLStorageNode * CreateDefaultStorageNode()
A superclass for other storage nodes.