15 #ifndef __vtkMRMLLinearTransformNode_h 16 #define __vtkMRMLLinearTransformNode_h 18 #define TRANSFORM_NODE_MATRIX_COPY_REQUIRED 24 class InternalTransformToParentMatrix;
36 void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
42 virtual
void ReadXMLAttributes( const
char** atts) VTK_OVERRIDE;
46 virtual
void WriteXML(ostream& of,
int indent) VTK_OVERRIDE;
54 virtual const
char* GetNodeTagName() VTK_OVERRIDE {
return "LinearTransform";};
virtual vtkMRMLStorageNode * CreateDefaultStorageNode()
A superclass for other storage nodes.
Abstract Superclass for all specific types of MRML nodes.