15 #ifndef __vtkITKImageWriter_h 16 #define __vtkITKImageWriter_h 18 #include "vtkImageAlgorithm.h" 19 #include "vtkImageData.h" 20 #include "vtkObjectFactory.h" 21 #include "vtkMatrix4x4.h" 24 #include "itkImageIOBase.h" 33 void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
39 void SetFileName(
const char *);
47 vtkGetMacro (UseCompression,
int);
48 vtkSetMacro (UseCompression,
int);
49 vtkBooleanMacro(UseCompression,
int);
53 vtkGetStringMacro (ImageIOClassName);
54 vtkSetStringMacro (ImageIOClassName);
67 MeasurementFrameMatrix = mat;
vtkMatrix4x4 * MeasurementFrameMatrix
vtkMatrix4x4 * RasToIJKMatrix
void SetRasToIJKMatrix(vtkMatrix4x4 *mat)
Set orientation matrix.
void SetMeasurementFrameMatrix(vtkMatrix4x4 *mat)
Set orientation matrix.