 |
VTK
9.0.1
|
Go to the documentation of this file.
41 #ifndef vtkH5PartReader_h
42 #define vtkH5PartReader_h
44 #include "vtkIOH5partModule.h"
64 vtkGetStringMacro(FileName);
71 vtkGetStringMacro(Xarray);
72 vtkSetStringMacro(Xarray);
79 vtkGetStringMacro(Yarray);
80 vtkSetStringMacro(Yarray);
87 vtkGetStringMacro(Zarray);
88 vtkSetStringMacro(Zarray);
100 vtkSetMacro(GenerateVertexCells,
int);
101 vtkGetMacro(GenerateVertexCells,
int);
102 vtkBooleanMacro(GenerateVertexCells,
int);
111 vtkSetMacro(CombineVectorComponents,
int);
112 vtkGetMacro(CombineVectorComponents,
int);
113 vtkBooleanMacro(CombineVectorComponents,
int);
126 vtkSetMacro(MaskOutOfTimeRangeOutput,
int);
127 vtkGetMacro(MaskOutOfTimeRangeOutput,
int);
128 vtkBooleanMacro(MaskOutOfTimeRangeOutput,
int);
156 this->SetPointArrayStatus(
name, status);
int CombineVectorComponents
vtkTimeStamp FileModifiedTime
const char * GetCoordinateArrayName(int index)
void SetCoordinateArrayStatus(const char *name, int status)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int GetNumberOfCoordinateArrays()
record modification and/or execution time
int IndexOfVectorComponent(const char *name)
std::vector< double > TimeStepValues
void SetPointArrayStatus(const char *name, int status)
int GetNumberOfPointArrays()
An H5Part file may contain multiple arrays a GUI (eg Paraview) can provide a mechanism for selecting ...
Store on/off settings for data arrays for a vtkSource.
int MaskOutOfTimeRangeOutput
void SetFileName(char *filename)
Specify file name.
Read H5Part particle files.
static vtkH5PartReader * New()
std::string NameOfVectorComponent(const char *name)
a simple class to control print indentation
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
vtkTimeStamp FileOpenedTime
int GetCoordinateArrayStatus(const char *name)
int GetNumberOfPointArrayStatusArrays()
~vtkH5PartReader() override
vtkDataArraySelection * PointDataArraySelection
int GetPointArrayStatusArrayStatus(const char *name)
const char * GetPointArrayName(int index)
void Enable(const char *name)
const char * GetPointArrayStatusArrayName(int index)
void Disable(const char *name)
int GetPointArrayStatus(const char *name)
void SetPointArrayStatusArrayStatus(const char *name, int status)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
Superclass for algorithms that produce only polydata as output.