44 #ifndef vtkH5PartReader_h
45 #define vtkH5PartReader_h
47 #include "vtkIOH5partModule.h"
67 vtkGetFilePathMacro(FileName);
74 vtkGetStringMacro(Xarray);
75 vtkSetStringMacro(Xarray);
82 vtkGetStringMacro(Yarray);
83 vtkSetStringMacro(Yarray);
90 vtkGetStringMacro(Zarray);
91 vtkSetStringMacro(Zarray);
103 vtkSetMacro(GenerateVertexCells,
int);
104 vtkGetMacro(GenerateVertexCells,
int);
105 vtkBooleanMacro(GenerateVertexCells,
int);
114 vtkSetMacro(CombineVectorComponents,
int);
115 vtkGetMacro(CombineVectorComponents,
int);
116 vtkBooleanMacro(CombineVectorComponents,
int);
129 vtkSetMacro(MaskOutOfTimeRangeOutput,
int);
130 vtkGetMacro(MaskOutOfTimeRangeOutput,
int);
131 vtkBooleanMacro(MaskOutOfTimeRangeOutput,
int);
145 int GetNumberOfPointArrays();
146 const char* GetPointArrayName(
int index);
147 int GetPointArrayStatus(
const char*
name);
148 void SetPointArrayStatus(
const char*
name,
int status);
151 void Disable(
const char*
name);
152 void Enable(
const char*
name);
159 this->SetPointArrayStatus(name, status);
167 int GetCoordinateArrayStatus(
const char*
name);
168 void SetCoordinateArrayStatus(
const char*
name,
int status);
185 int IndexOfVectorComponent(
const char*
name);
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.