#include <vtkGDCMImageReader.h>
|
| virtual int | CanReadFile (const char *fname) |
| |
| virtual const char * | GetDescriptiveName () |
| |
| virtual const char * | GetFileExtensions () |
| |
| vtkImageData * | GetIconImage () |
| |
| vtkImageData * | GetOverlay (int i) |
| |
| virtual void | PrintSelf (ostream &os, vtkIndent indent) |
| |
| virtual void | SetCurve (vtkPolyData *pd) |
| |
| virtual void | SetFileNames (vtkStringArray *) |
| |
| 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) |
| |
| | vtkGetObjectMacro (FileNames, vtkStringArray) |
| |
| | vtkGetObjectMacro (MedicalImageProperties, vtkMedicalImageProperties) |
| |
| | vtkGetVector3Macro (ImagePositionPatient, double) |
| |
| | vtkGetVector6Macro (ImageOrientationPatient, double) |
| |
| | vtkSetMacro (ApplyLookupTable, int) |
| |
| | vtkSetMacro (LoadIconImage, int) |
| |
| | vtkSetMacro (LoadOverlays, int) |
| |
| | vtkSetMacro (LossyFlag, int) |
| |
| | vtkTypeMacro (vtkGDCMImageReader, vtkMedicalImageReader2) |
| |
- Examples
- AWTMedical3.java, Convert16BitsTo8Bits.cxx, ConvertMultiFrameToSingleFrame.cxx, ConvertRGBToLuminance.cxx, ConvertSingleBitTo8Bits.cxx, HelloActiviz.cs, HelloActiviz2.cs, HelloActiviz3.cs, HelloActiviz4.cs, HelloActiviz5.cs, HelloVTKWorld.cs, HelloVTKWorld.java, MIPViewer.java, MPRViewer.java, MPRViewer2.java, MagnifyFile.cxx, MetaImageMD5Activiz.cs, ReadSeriesIntoVTK.java, RefCounting.cs, gdcmorthoplanes.cxx, gdcmreslice.cxx, gdcmtexture.cxx, gdcmvolume.cxx, offscreenimage.cxx, and reslicesphere.cxx.
◆ vtkGDCMImageReader()
| vtkGDCMImageReader::vtkGDCMImageReader |
( |
| ) |
|
|
protected |
◆ ~vtkGDCMImageReader()
| vtkGDCMImageReader::~vtkGDCMImageReader |
( |
| ) |
|
|
protected |
◆ CanReadFile()
| virtual int vtkGDCMImageReader::CanReadFile |
( |
const char * |
fname | ) |
|
|
virtual |
◆ ExecuteData()
| void vtkGDCMImageReader::ExecuteData |
( |
vtkDataObject * |
out | ) |
|
|
protected |
◆ ExecuteInformation()
| void vtkGDCMImageReader::ExecuteInformation |
( |
| ) |
|
|
protected |
◆ FillMedicalImageInformation()
| void vtkGDCMImageReader::FillMedicalImageInformation |
( |
const gdcm::ImageReader & |
reader | ) |
|
|
protected |
◆ GetDescriptiveName()
| virtual const char* vtkGDCMImageReader::GetDescriptiveName |
( |
| ) |
|
|
inlinevirtual |
◆ GetFileExtensions()
| virtual const char* vtkGDCMImageReader::GetFileExtensions |
( |
| ) |
|
|
inlinevirtual |
◆ GetIconImage()
| vtkImageData* vtkGDCMImageReader::GetIconImage |
( |
| ) |
|
◆ GetOverlay()
| vtkImageData* vtkGDCMImageReader::GetOverlay |
( |
int |
i | ) |
|
◆ LoadSingleFile()
| int vtkGDCMImageReader::LoadSingleFile |
( |
const char * |
filename, |
|
|
char * |
pointer, |
|
|
unsigned long & |
outlen |
|
) |
| |
|
protected |
◆ New()
- Examples
- Convert16BitsTo8Bits.cxx, ConvertMultiFrameToSingleFrame.cxx, ConvertRGBToLuminance.cxx, ConvertSingleBitTo8Bits.cxx, HelloActiviz.cs, HelloActiviz3.cs, HelloActiviz4.cs, HelloActiviz5.cs, HelloVTKWorld.cs, MagnifyFile.cxx, MetaImageMD5Activiz.cs, RefCounting.cs, gdcmorthoplanes.cxx, gdcmreslice.cxx, gdcmtexture.cxx, gdcmvolume.cxx, offscreenimage.cxx, and reslicesphere.cxx.
◆ PrintSelf()
| virtual void vtkGDCMImageReader::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
|
virtual |
◆ RequestDataCompat()
| int vtkGDCMImageReader::RequestDataCompat |
( |
| ) |
|
|
protected |
◆ RequestInformationCompat()
| int vtkGDCMImageReader::RequestInformationCompat |
( |
| ) |
|
|
protected |
◆ SetCurve()
| virtual void vtkGDCMImageReader::SetCurve |
( |
vtkPolyData * |
pd | ) |
|
|
virtual |
◆ SetFileNames()
| virtual void vtkGDCMImageReader::SetFileNames |
( |
vtkStringArray * |
| ) |
|
|
virtual |
◆ SetFilePattern()
| void vtkGDCMImageReader::SetFilePattern |
( |
const char * |
| ) |
|
|
inlineprotected |
◆ SetFilePrefix()
| void vtkGDCMImageReader::SetFilePrefix |
( |
const char * |
| ) |
|
|
inlineprotected |
◆ SetMedicalImageProperties()
| virtual void vtkGDCMImageReader::SetMedicalImageProperties |
( |
vtkMedicalImageProperties * |
pd | ) |
|
|
virtual |
◆ vtkBooleanMacro() [1/5]
◆ vtkBooleanMacro() [2/5]
◆ vtkBooleanMacro() [3/5]
◆ vtkBooleanMacro() [4/5]
◆ vtkBooleanMacro() [5/5]
| vtkGDCMImageReader::vtkBooleanMacro |
( |
LossyFlag |
, |
|
|
int |
|
|
) |
| |
◆ vtkGetMacro() [1/11]
◆ vtkGetMacro() [2/11]
◆ vtkGetMacro() [3/11]
◆ vtkGetMacro() [4/11]
◆ vtkGetMacro() [5/11]
◆ vtkGetMacro() [6/11]
| vtkGDCMImageReader::vtkGetMacro |
( |
LossyFlag |
, |
|
|
int |
|
|
) |
| |
◆ vtkGetMacro() [7/11]
◆ vtkGetMacro() [8/11]
◆ vtkGetMacro() [9/11]
◆ vtkGetMacro() [10/11]
| vtkGDCMImageReader::vtkGetMacro |
( |
Scale |
, |
|
|
double |
|
|
) |
| |
◆ vtkGetMacro() [11/11]
| vtkGDCMImageReader::vtkGetMacro |
( |
Shift |
, |
|
|
double |
|
|
) |
| |
◆ vtkGetObjectMacro() [1/4]
| vtkGDCMImageReader::vtkGetObjectMacro |
( |
Curve |
, |
|
|
vtkPolyData |
|
|
) |
| |
◆ vtkGetObjectMacro() [2/4]
◆ vtkGetObjectMacro() [3/4]
| vtkGDCMImageReader::vtkGetObjectMacro |
( |
FileNames |
, |
|
|
vtkStringArray |
|
|
) |
| |
◆ vtkGetObjectMacro() [4/4]
◆ vtkGetStringMacro() [1/2]
| vtkGDCMImageReader::vtkGetStringMacro |
( |
FilePattern |
| ) |
|
|
protected |
◆ vtkGetStringMacro() [2/2]
| vtkGDCMImageReader::vtkGetStringMacro |
( |
FilePrefix |
| ) |
|
|
protected |
◆ vtkGetVector3Macro()
◆ vtkGetVector6Macro()
◆ vtkSetMacro() [1/4]
◆ vtkSetMacro() [2/4]
◆ vtkSetMacro() [3/4]
◆ vtkSetMacro() [4/4]
| vtkGDCMImageReader::vtkSetMacro |
( |
LossyFlag |
, |
|
|
int |
|
|
) |
| |
◆ vtkSetVector6Macro()
◆ vtkTypeMacro()
◆ ApplyInverseVideo
| int vtkGDCMImageReader::ApplyInverseVideo |
|
protected |
◆ ApplyLookupTable
| int vtkGDCMImageReader::ApplyLookupTable |
|
protected |
◆ ApplyPlanarConfiguration
| int vtkGDCMImageReader::ApplyPlanarConfiguration |
|
protected |
◆ ApplyShiftScale
| int vtkGDCMImageReader::ApplyShiftScale |
|
protected |
◆ ApplyYBRToRGB
| int vtkGDCMImageReader::ApplyYBRToRGB |
|
protected |
◆ Curve
| vtkPolyData* vtkGDCMImageReader::Curve |
|
protected |
◆ DirectionCosines
| vtkMatrix4x4* vtkGDCMImageReader::DirectionCosines |
|
protected |
◆ FileNames
| vtkStringArray* vtkGDCMImageReader::FileNames |
|
protected |
◆ ForceRescale
| int vtkGDCMImageReader::ForceRescale |
|
protected |
◆ IconDataScalarType
| int vtkGDCMImageReader::IconDataScalarType |
|
protected |
◆ IconImageDataExtent
| int vtkGDCMImageReader::IconImageDataExtent[6] |
|
protected |
◆ IconNumberOfScalarComponents
| int vtkGDCMImageReader::IconNumberOfScalarComponents |
|
protected |
◆ ImageFormat
| int vtkGDCMImageReader::ImageFormat |
|
protected |
◆ ImageOrientationPatient
| double vtkGDCMImageReader::ImageOrientationPatient[6] |
|
protected |
◆ ImagePositionPatient
| double vtkGDCMImageReader::ImagePositionPatient[3] |
|
protected |
◆ LoadIconImage
| int vtkGDCMImageReader::LoadIconImage |
|
protected |
◆ LoadOverlays
| int vtkGDCMImageReader::LoadOverlays |
|
protected |
◆ LossyFlag
| int vtkGDCMImageReader::LossyFlag |
|
protected |
◆ MedicalImageProperties
| vtkMedicalImageProperties* vtkGDCMImageReader::MedicalImageProperties |
|
protected |
◆ NumberOfIconImages
| int vtkGDCMImageReader::NumberOfIconImages |
|
protected |
◆ NumberOfOverlays
| int vtkGDCMImageReader::NumberOfOverlays |
|
protected |
◆ PlanarConfiguration
| int vtkGDCMImageReader::PlanarConfiguration |
|
protected |
◆ Scale
| double vtkGDCMImageReader::Scale |
|
protected |
◆ Shift
| double vtkGDCMImageReader::Shift |
|
protected |
The documentation for this class was generated from the following file: