#include <Libs/vtkITK/vtkITKImageWriter.h>
Definition at line 28 of file vtkITKImageWriter.h.
◆ Superclass
◆ anonymous enum
| Enumerator |
|---|
| VoxelVectorTypeUndefined | |
| VoxelVectorTypeSpatial | |
| VoxelVectorTypeColorRGB | |
| VoxelVectorTypeColorRGBA | |
| VoxelVectorType_Last | |
Definition at line 35 of file vtkITKImageWriter.h.
◆ vtkITKImageWriter()
| vtkITKImageWriter::vtkITKImageWriter |
( |
| ) |
|
|
protected |
◆ ~vtkITKImageWriter()
| vtkITKImageWriter::~vtkITKImageWriter |
( |
| ) |
|
|
overrideprotected |
◆ GetClassName()
| virtual const char* vtkITKImageWriter::GetClassName |
( |
| ) |
|
|
virtual |
◆ GetFileName()
| char* vtkITKImageWriter::GetFileName |
( |
| ) |
|
|
inline |
◆ GetImageIOClassName()
| virtual char* vtkITKImageWriter::GetImageIOClassName |
( |
| ) |
|
|
virtual |
Set/Get the ImageIO class name.
◆ GetUseCompression()
| virtual int vtkITKImageWriter::GetUseCompression |
( |
| ) |
|
|
virtual |
use compression if possible
◆ GetVoxelVectorType()
| virtual int vtkITKImageWriter::GetVoxelVectorType |
( |
| ) |
|
|
virtual |
◆ IsA()
| virtual int vtkITKImageWriter::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ IsTypeOf()
| static int vtkITKImageWriter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ New()
◆ PrintSelf()
| void vtkITKImageWriter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
|
override |
◆ SafeDownCast()
◆ SetFileName()
| void vtkITKImageWriter::SetFileName |
( |
const char * |
| ) |
|
Specify file name for the image file. You should specify either a FileName or a FilePrefix. Use FilePrefix if the data is stored in multiple files.
◆ SetImageIOClassName()
| virtual void vtkITKImageWriter::SetImageIOClassName |
( |
const char * |
| ) |
|
|
virtual |
◆ SetMeasurementFrameMatrix()
| void vtkITKImageWriter::SetMeasurementFrameMatrix |
( |
vtkMatrix4x4 * |
mat | ) |
|
|
inline |
◆ SetRasToIJKMatrix()
| void vtkITKImageWriter::SetRasToIJKMatrix |
( |
vtkMatrix4x4 * |
mat | ) |
|
|
inline |
◆ SetUseCompression()
| virtual void vtkITKImageWriter::SetUseCompression |
( |
int |
| ) |
|
|
virtual |
◆ SetVoxelVectorType()
| virtual void vtkITKImageWriter::SetVoxelVectorType |
( |
int |
| ) |
|
|
virtual |
Defines how to interpret voxel components.
◆ UseCompressionOff()
| virtual void vtkITKImageWriter::UseCompressionOff |
( |
| ) |
|
|
virtual |
◆ UseCompressionOn()
| virtual void vtkITKImageWriter::UseCompressionOn |
( |
| ) |
|
|
virtual |
◆ Write()
| void vtkITKImageWriter::Write |
( |
| ) |
|
The main interface which triggers the writer to start.
◆ FileName
| char* vtkITKImageWriter::FileName |
|
protected |
◆ ImageIOClassName
| char* vtkITKImageWriter::ImageIOClassName |
|
protected |
◆ MeasurementFrameMatrix
| vtkMatrix4x4* vtkITKImageWriter::MeasurementFrameMatrix |
|
protected |
◆ RasToIJKMatrix
| vtkMatrix4x4* vtkITKImageWriter::RasToIJKMatrix |
|
protected |
◆ UseCompression
| int vtkITKImageWriter::UseCompression |
|
protected |
◆ VoxelVectorType
| int vtkITKImageWriter::VoxelVectorType |
|
protected |
The documentation for this class was generated from the following file: