|
GDCM 3.0.24
|
#include <vtkGDCMImageWriter.h>
Public Types | |
| enum | CompressionTypes { NO_COMPRESSION = 0 , JPEG_COMPRESSION , JPEG2000_COMPRESSION , JPEGLS_COMPRESSION , RLE_COMPRESSION } |
Public Member Functions | |
| virtual const char * | GetDescriptiveName () |
| virtual const char * | GetFileExtensions () |
| virtual void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | SetDirectionCosines (vtkMatrix4x4 *matrix) |
| virtual void | SetDirectionCosinesFromImageOrientationPatient (const double dircos[6]) |
| virtual void | SetFileNames (vtkStringArray *) |
| virtual void | SetMedicalImageProperties (vtkMedicalImageProperties *) |
| vtkBooleanMacro (FileLowerLeft, int) | |
| vtkBooleanMacro (LossyFlag, int) | |
| vtkGetMacro (CompressionType, int) | |
| vtkGetMacro (FileLowerLeft, int) | |
| vtkGetMacro (ImageFormat, int) | |
| vtkGetMacro (LossyFlag, int) | |
| vtkGetMacro (PlanarConfiguration, int) | |
| vtkGetMacro (Scale, double) | |
| vtkGetMacro (Shift, double) | |
| vtkGetObjectMacro (DirectionCosines, vtkMatrix4x4) | |
| vtkGetObjectMacro (FileNames, vtkStringArray) | |
| vtkGetObjectMacro (MedicalImageProperties, vtkMedicalImageProperties) | |
| vtkGetStringMacro (SeriesUID) | |
| vtkGetStringMacro (StudyUID) | |
| vtkSetMacro (CompressionType, int) | |
| vtkSetMacro (FileLowerLeft, int) | |
| vtkSetMacro (ImageFormat, int) | |
| vtkSetMacro (LossyFlag, int) | |
| vtkSetMacro (PlanarConfiguration, int) | |
| vtkSetMacro (Scale, double) | |
| vtkSetMacro (Shift, double) | |
| vtkSetStringMacro (SeriesUID) | |
| vtkSetStringMacro (StudyUID) | |
| vtkTypeMacro (vtkGDCMImageWriter, vtkImageWriter) | |
| virtual void | Write () |
Static Public Member Functions | |
| static vtkGDCMImageWriter * | New () |
Protected Member Functions | |
| vtkGDCMImageWriter () | |
| ~vtkGDCMImageWriter () | |
| virtual char * | GetFileName () |
| int | WriteGDCMData (vtkImageData *data, int timeStep) |
| void | WriteSlice (vtkImageData *data) |
|
protected |
|
protected |
|
inlinevirtual |
|
inlinevirtual |
|
protectedvirtual |
|
static |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
| vtkGDCMImageWriter::vtkBooleanMacro | ( | FileLowerLeft | , |
| int | |||
| ) |
| vtkGDCMImageWriter::vtkBooleanMacro | ( | LossyFlag | , |
| int | |||
| ) |
| vtkGDCMImageWriter::vtkGetMacro | ( | CompressionType | , |
| int | |||
| ) |
| vtkGDCMImageWriter::vtkGetMacro | ( | FileLowerLeft | , |
| int | |||
| ) |
| vtkGDCMImageWriter::vtkGetMacro | ( | ImageFormat | , |
| int | |||
| ) |
| vtkGDCMImageWriter::vtkGetMacro | ( | LossyFlag | , |
| int | |||
| ) |
| vtkGDCMImageWriter::vtkGetMacro | ( | PlanarConfiguration | , |
| int | |||
| ) |
| vtkGDCMImageWriter::vtkGetMacro | ( | Scale | , |
| double | |||
| ) |
| vtkGDCMImageWriter::vtkGetMacro | ( | Shift | , |
| double | |||
| ) |
| vtkGDCMImageWriter::vtkGetObjectMacro | ( | DirectionCosines | , |
| vtkMatrix4x4 | |||
| ) |
| vtkGDCMImageWriter::vtkGetObjectMacro | ( | FileNames | , |
| vtkStringArray | |||
| ) |
| vtkGDCMImageWriter::vtkGetObjectMacro | ( | MedicalImageProperties | , |
| vtkMedicalImageProperties | |||
| ) |
| vtkGDCMImageWriter::vtkGetStringMacro | ( | SeriesUID | ) |
| vtkGDCMImageWriter::vtkGetStringMacro | ( | StudyUID | ) |
| vtkGDCMImageWriter::vtkSetMacro | ( | CompressionType | , |
| int | |||
| ) |
| vtkGDCMImageWriter::vtkSetMacro | ( | FileLowerLeft | , |
| int | |||
| ) |
| vtkGDCMImageWriter::vtkSetMacro | ( | ImageFormat | , |
| int | |||
| ) |
| vtkGDCMImageWriter::vtkSetMacro | ( | LossyFlag | , |
| int | |||
| ) |
| vtkGDCMImageWriter::vtkSetMacro | ( | PlanarConfiguration | , |
| int | |||
| ) |
| vtkGDCMImageWriter::vtkSetMacro | ( | Scale | , |
| double | |||
| ) |
| vtkGDCMImageWriter::vtkSetMacro | ( | Shift | , |
| double | |||
| ) |
| vtkGDCMImageWriter::vtkSetStringMacro | ( | SeriesUID | ) |
| vtkGDCMImageWriter::vtkSetStringMacro | ( | StudyUID | ) |
| vtkGDCMImageWriter::vtkTypeMacro | ( | vtkGDCMImageWriter | , |
| vtkImageWriter | |||
| ) |
|
virtual |
|
protected |
|
protected |