108 #ifndef vtkPPhastaReader_h 109 #define vtkPPhastaReader_h 117 struct vtkPPhastaReaderInternal;
130 vtkSetStringMacro(FileName);
131 vtkGetStringMacro(FileName);
138 vtkSetClampMacro(TimeStepIndex,
int, 0, VTK_INT_MAX);
139 vtkGetMacro(TimeStepIndex,
int);
146 vtkGetVector2Macro(TimeStepRange,
int);
149 static int CanReadFile(
const char* filename);
167 int TimeStepRange[2];
175 vtkPPhastaReaderInternal* Internal;
Reader for RPI's PHASTA software.
parallel Phasta meta-file reader vtkPPhastaReader reads XML based Phasta meta-files and the underlyin...
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkMultiBlockDataSetAlgorithm * New()
#define VTKPVVTKEXTENSIONSIOGENERAL_EXPORT
This is a subclass of vtkXMLParser that constructs a representation of parsed XML using vtkPVXMLEleme...
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
void operator=(const vtkObjectBase &)
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)