19 #ifndef vtkH5PartReader_h
20 #define vtkH5PartReader_h
22 #include "vtkIOH5partModule.h"
30 VTK_ABI_NAMESPACE_BEGIN
44 vtkGetFilePathMacro(FileName);
51 vtkGetStringMacro(Xarray);
52 vtkSetStringMacro(Xarray);
59 vtkGetStringMacro(Yarray);
60 vtkSetStringMacro(Yarray);
67 vtkGetStringMacro(Zarray);
68 vtkSetStringMacro(Zarray);
80 vtkSetMacro(GenerateVertexCells,
int);
81 vtkGetMacro(GenerateVertexCells,
int);
82 vtkBooleanMacro(GenerateVertexCells,
int);
91 vtkSetMacro(CombineVectorComponents,
int);
92 vtkGetMacro(CombineVectorComponents,
int);
93 vtkBooleanMacro(CombineVectorComponents,
int);
106 vtkSetMacro(MaskOutOfTimeRangeOutput,
int);
107 vtkGetMacro(MaskOutOfTimeRangeOutput,
int);
108 vtkBooleanMacro(MaskOutOfTimeRangeOutput,
int);
122 int GetNumberOfPointArrays();
123 const char* GetPointArrayName(
int index);
124 int GetPointArrayStatus(
const char*
name);
125 void SetPointArrayStatus(
const char*
name,
int status);
128 void Disable(
const char*
name);
129 void Enable(
const char*
name);
136 this->SetPointArrayStatus(name, status);
144 int GetCoordinateArrayStatus(
const char*
name);
145 void SetCoordinateArrayStatus(
const char*
name,
int status);
162 int IndexOfVectorComponent(
const char*
name);
196 VTK_ABI_NAMESPACE_END
vtkTimeStamp FileModifiedTime
int CombineVectorComponents
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtkTimeStamp FileOpenedTime
record modification and/or execution time
Read H5Part particle files.
int GetPointArrayStatusArrayStatus(const char *name)
An H5Part file may contain multiple arrays a GUI (eg Paraview) can provide a mechanism for selecting ...
int GetNumberOfCoordinateArrays()
static vtkPolyDataAlgorithm * New()
void SetPointArrayStatusArrayStatus(const char *name, int status)
An H5Part file may contain multiple arrays a GUI (eg Paraview) can provide a mechanism for selecting ...
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Store on/off settings for data arrays, etc.
int MaskOutOfTimeRangeOutput
const char * GetPointArrayStatusArrayName(int index)
An H5Part file may contain multiple arrays a GUI (eg Paraview) can provide a mechanism for selecting ...
int GetNumberOfPointArrayStatusArrays()
An H5Part file may contain multiple arrays a GUI (eg Paraview) can provide a mechanism for selecting ...
std::vector< double > TimeStepValues
vtkDataArraySelection * PointDataArraySelection
const char * GetCoordinateArrayName(int index)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.