#include <vtkGDCMImageReader2.h>
|
| virtual int | CanReadFile (const char *fname) |
| |
| virtual const char * | GetDescriptiveName () |
| |
| virtual const char * | GetFileExtensions () |
| |
| vtkImageData * | GetIconImage () |
| |
| vtkAlgorithmOutput * | GetIconImagePort () |
| |
| vtkImageData * | GetOverlay (int i) |
| |
| vtkAlgorithmOutput * | GetOverlayPort (int index) |
| |
| virtual void | PrintSelf (ostream &os, vtkIndent indent) |
| |
| virtual void | SetCurve (vtkPolyData *pd) |
| |
| virtual void | SetMedicalImageProperties (vtkMedicalImageProperties *pd) |
| |
| | vtkBooleanMacro (LoadOverlays, int) |
| |
| | vtkBooleanMacro (LoadIconImage, int) |
| |
| | vtkBooleanMacro (LossyFlag, int) |
| |
| | vtkBooleanMacro (ApplyLookupTable, int) |
| |
| int | vtkBooleanMacro (ApplyYBRToRGB, int) |
| |
| | vtkGetMacro (LoadOverlays, int) |
| |
| | vtkGetMacro (LoadIconImage, int) |
| |
| | vtkGetMacro (LossyFlag, int) |
| |
| | vtkGetMacro (NumberOfOverlays, int) |
| |
| | vtkGetMacro (NumberOfIconImages, int) |
| |
| | vtkGetMacro (ApplyLookupTable, int) |
| |
| | vtkGetMacro (ApplyYBRToRGB, int) vtkSetMacro(ApplyYBRToRGB |
| |
| | vtkGetMacro (ImageFormat, int) |
| |
| | vtkGetMacro (PlanarConfiguration, int) |
| |
| | vtkGetMacro (Shift, double) |
| |
| | vtkGetMacro (Scale, double) |
| |
| | vtkGetObjectMacro (DirectionCosines, vtkMatrix4x4) |
| |
| | vtkGetObjectMacro (Curve, vtkPolyData) |
| |
| | vtkGetVector3Macro (ImagePositionPatient, double) |
| |
| | vtkGetVector6Macro (ImageOrientationPatient, double) |
| |
| | vtkSetMacro (LoadOverlays, int) |
| |
| | vtkSetMacro (LoadIconImage, int) |
| |
| | vtkSetMacro (LossyFlag, int) |
| |
| | vtkSetMacro (ApplyLookupTable, int) |
| |
| | vtkTypeRevisionMacro (vtkGDCMImageReader2, vtkMedicalImageReader2) |
| |
| vtkGDCMImageReader2::vtkGDCMImageReader2 |
( |
| ) |
|
|
protected |
| vtkGDCMImageReader2::~vtkGDCMImageReader2 |
( |
| ) |
|
|
protected |
| virtual int vtkGDCMImageReader2::CanReadFile |
( |
const char * |
fname | ) |
|
|
virtual |
| void vtkGDCMImageReader2::FillMedicalImageInformation |
( |
const gdcm::ImageReader & |
reader | ) |
|
|
protected |
| virtual const char* vtkGDCMImageReader2::GetDescriptiveName |
( |
| ) |
|
|
inlinevirtual |
| virtual const char* vtkGDCMImageReader2::GetFileExtensions |
( |
| ) |
|
|
inlinevirtual |
| vtkImageData* vtkGDCMImageReader2::GetIconImage |
( |
| ) |
|
| vtkAlgorithmOutput* vtkGDCMImageReader2::GetIconImagePort |
( |
| ) |
|
| vtkImageData* vtkGDCMImageReader2::GetOverlay |
( |
int |
i | ) |
|
| vtkAlgorithmOutput* vtkGDCMImageReader2::GetOverlayPort |
( |
int |
index | ) |
|
| int vtkGDCMImageReader2::LoadSingleFile |
( |
const char * |
filename, |
|
|
char * |
pointer, |
|
|
unsigned long & |
outlen |
|
) |
| |
|
protected |
| virtual void vtkGDCMImageReader2::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
|
virtual |
| int vtkGDCMImageReader2::ProcessRequest |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protected |
| int vtkGDCMImageReader2::RequestData |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protected |
| int vtkGDCMImageReader2::RequestDataCompat |
( |
| ) |
|
|
protected |
| int vtkGDCMImageReader2::RequestInformation |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protected |
| int vtkGDCMImageReader2::RequestInformationCompat |
( |
| ) |
|
|
protected |
| virtual void vtkGDCMImageReader2::SetCurve |
( |
vtkPolyData * |
pd | ) |
|
|
virtual |
| void vtkGDCMImageReader2::SetFilePattern |
( |
const char * |
| ) |
|
|
inlineprotected |
| void vtkGDCMImageReader2::SetFilePrefix |
( |
const char * |
| ) |
|
|
inlineprotected |
| virtual void vtkGDCMImageReader2::SetMedicalImageProperties |
( |
vtkMedicalImageProperties * |
pd | ) |
|
|
virtual |
| vtkGDCMImageReader2::vtkBooleanMacro |
( |
LossyFlag |
, |
|
|
int |
|
|
) |
| |
| vtkGDCMImageReader2::vtkGetMacro |
( |
LossyFlag |
, |
|
|
int |
|
|
) |
| |
| vtkGDCMImageReader2::vtkGetMacro |
( |
Shift |
, |
|
|
double |
|
|
) |
| |
| vtkGDCMImageReader2::vtkGetMacro |
( |
Scale |
, |
|
|
double |
|
|
) |
| |
| vtkGDCMImageReader2::vtkGetObjectMacro |
( |
Curve |
, |
|
|
vtkPolyData |
|
|
) |
| |
| vtkGDCMImageReader2::vtkGetStringMacro |
( |
FilePrefix |
| ) |
|
|
protected |
| vtkGDCMImageReader2::vtkGetStringMacro |
( |
FilePattern |
| ) |
|
|
protected |
| vtkGDCMImageReader2::vtkSetMacro |
( |
LossyFlag |
, |
|
|
int |
|
|
) |
| |
| int vtkGDCMImageReader2::ApplyInverseVideo |
|
protected |
| int vtkGDCMImageReader2::ApplyLookupTable |
|
protected |
| int vtkGDCMImageReader2::ApplyPlanarConfiguration |
|
protected |
| int vtkGDCMImageReader2::ApplyShiftScale |
|
protected |
| int vtkGDCMImageReader2::ApplyYBRToRGB |
|
protected |
| vtkPolyData* vtkGDCMImageReader2::Curve |
|
protected |
| vtkMatrix4x4* vtkGDCMImageReader2::DirectionCosines |
|
protected |
| int vtkGDCMImageReader2::ForceRescale |
|
protected |
| int vtkGDCMImageReader2::IconDataScalarType |
|
protected |
| int vtkGDCMImageReader2::IconImageDataExtent[6] |
|
protected |
| int vtkGDCMImageReader2::IconNumberOfScalarComponents |
|
protected |
| int vtkGDCMImageReader2::ImageFormat |
|
protected |
| double vtkGDCMImageReader2::ImageOrientationPatient[6] |
|
protected |
| double vtkGDCMImageReader2::ImagePositionPatient[3] |
|
protected |
| int vtkGDCMImageReader2::LoadIconImage |
|
protected |
| int vtkGDCMImageReader2::LoadOverlays |
|
protected |
| int vtkGDCMImageReader2::LossyFlag |
|
protected |
| int vtkGDCMImageReader2::NumberOfIconImages |
|
protected |
| int vtkGDCMImageReader2::NumberOfOverlays |
|
protected |
| int vtkGDCMImageReader2::PlanarConfiguration |
|
protected |
| double vtkGDCMImageReader2::Scale |
|
protected |
| double vtkGDCMImageReader2::Shift |
|
protected |
The documentation for this class was generated from the following file: