119 #ifndef vtkPPhastaReader_h 120 #define vtkPPhastaReader_h 122 #include "vtkMultiBlockDataSetAlgorithm.h" 123 #include "vtkPVVTKExtensionsDefaultModule.h" 128 struct vtkPPhastaReaderInternal;
130 class VTKPVVTKEXTENSIONSDEFAULT_EXPORT
vtkPPhastaReader :
public vtkMultiBlockDataSetAlgorithm
135 void PrintSelf(ostream& os, vtkIndent indent);
141 vtkSetStringMacro(FileName);
142 vtkGetStringMacro(FileName);
149 vtkSetClampMacro(TimeStepIndex,
int, 0, VTK_INT_MAX);
150 vtkGetMacro(TimeStepIndex,
int);
157 vtkGetVector2Macro(TimeStepRange,
int);
160 static int CanReadFile(
const char* filename);
166 virtual int RequestInformation(vtkInformation* request, vtkInformationVector** inputVector,
167 vtkInformationVector* outputVector);
168 virtual int RequestData(vtkInformation* request, vtkInformationVector** inputVector,
169 vtkInformationVector* outputVector);
178 int TimeStepRange[2];
186 vtkPPhastaReaderInternal* Internal;
Reader for RPI's PHASTA software.
parallel Phasta meta-file reader vtkPPhastaReader reads XML based Phasta meta-files and the underlyin...
This is a subclass of vtkXMLParser that constructs a representation of parsed XML using vtkPVXMLEleme...