read DICOM PolyData files (Contour Data...)
More...
#include <vtkGDCMPolyDataReader.h>
Inherits vtkPolyDataAlgorithm.
read DICOM PolyData files (Contour Data...)
For now only support RTSTRUCT (RT Structure Set Storage)
- Todo:
- Need to do the same job for DVH Sequence/DVH Data...
- Warning
- When using vtkGDCMPolyDataReader in conjonction with vtkGDCMImageReader it is required that FileLowerLeft is set to ON as coordinate system would be inconsistent in between the two data structures.
- See also
- vtkGDCMImageReader vtkGDCMPolyDataWriter vtkRTStructSetProperties
Definition at line 41 of file vtkGDCMPolyDataReader.h.
◆ Superclass
◆ vtkGDCMPolyDataReader()
vtkGDCMPolyDataReader::vtkGDCMPolyDataReader |
( |
| ) |
|
|
protected |
◆ ~vtkGDCMPolyDataReader()
vtkGDCMPolyDataReader::~vtkGDCMPolyDataReader |
( |
| ) |
|
|
protected |
◆ New()
◆ GetClassName()
virtual const char* vtkGDCMPolyDataReader::GetClassName |
( |
| ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkGDCMPolyDataReader::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkGDCMPolyDataReader::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ PrintSelf()
virtual void vtkGDCMPolyDataReader::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
|
virtual |
◆ SetFileName()
virtual void vtkGDCMPolyDataReader::SetFileName |
( |
const char * |
| ) |
|
|
virtual |
Set/Get the filename of the file to be read.
◆ GetFileName()
virtual char* vtkGDCMPolyDataReader::GetFileName |
( |
| ) |
|
|
virtual |
◆ GetMedicalImageProperties()
virtual vtkMedicalImageProperties* vtkGDCMPolyDataReader::GetMedicalImageProperties |
( |
| ) |
|
|
virtual |
Get the medical image properties object.
◆ GetRTStructSetProperties()
◆ FillMedicalImageInformation()
void vtkGDCMPolyDataReader::FillMedicalImageInformation |
( |
const gdcm::Reader & |
reader | ) |
|
|
protected |
◆ RequestData()
int vtkGDCMPolyDataReader::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
◆ RequestInformation()
int vtkGDCMPolyDataReader::RequestInformation |
( |
vtkInformation * |
vtkNotUsedrequest, |
|
|
vtkInformationVector ** |
vtkNotUsedinputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protected |
◆ RequestInformation_RTStructureSetStorage()
int vtkGDCMPolyDataReader::RequestInformation_RTStructureSetStorage |
( |
gdcm::Reader const & |
reader | ) |
|
|
protected |
◆ RequestData_RTStructureSetStorage()
int vtkGDCMPolyDataReader::RequestData_RTStructureSetStorage |
( |
gdcm::Reader const & |
reader, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protected |
◆ RequestInformation_HemodynamicWaveformStorage()
int vtkGDCMPolyDataReader::RequestInformation_HemodynamicWaveformStorage |
( |
gdcm::Reader const & |
reader | ) |
|
|
protected |
◆ RequestData_HemodynamicWaveformStorage()
int vtkGDCMPolyDataReader::RequestData_HemodynamicWaveformStorage |
( |
gdcm::Reader const & |
reader, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protected |
◆ FileName
char* vtkGDCMPolyDataReader::FileName |
|
protected |
◆ MedicalImageProperties
vtkMedicalImageProperties* vtkGDCMPolyDataReader::MedicalImageProperties |
|
protected |
◆ RTStructSetProperties
The documentation for this class was generated from the following file: