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