#include <vtkGDCMPolyDataReader.h>
List of all members.
Public Member Functions |
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
| vtkGetObjectMacro (MedicalImageProperties, vtkMedicalImageProperties) |
| vtkGetObjectMacro (RTStructSetProperties, vtkRTStructSetProperties) |
| vtkGetStringMacro (FileName) |
| vtkSetStringMacro (FileName) |
| vtkTypeRevisionMacro (vtkGDCMPolyDataReader, vtkPolyDataAlgorithm) |
Static Public Member Functions |
static vtkGDCMPolyDataReader * | New () |
Protected Member Functions |
| vtkGDCMPolyDataReader () |
| ~vtkGDCMPolyDataReader () |
void | FillMedicalImageInformation (const gdcm::Reader &reader) |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
int | RequestData_HemodynamicWaveformStorage (gdcm::Reader const &reader, vtkInformationVector *outputVector) |
int | RequestData_RTStructureSetStorage (gdcm::Reader const &reader, vtkInformationVector *outputVector) |
int | RequestInformation (vtkInformation *vtkNotUsed(request), vtkInformationVector **vtkNotUsed(inputVector), vtkInformationVector *outputVector) |
int | RequestInformation_HemodynamicWaveformStorage (gdcm::Reader const &reader) |
int | RequestInformation_RTStructureSetStorage (gdcm::Reader const &reader) |
Protected Attributes |
char * | FileName |
vtkMedicalImageProperties * | MedicalImageProperties |
vtkRTStructSetProperties * | RTStructSetProperties |
Detailed Description
Constructor & Destructor Documentation
Member Function Documentation
Member Data Documentation
The documentation for this class was generated from the following file: