41#ifndef vtkH5PartReader_h
42#define vtkH5PartReader_h
44#include "vtkIOH5partModule.h"
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);
Store on/off settings for data arrays for a vtkSource.
Read H5Part particle files.
int GetNumberOfPointArrayStatusArrays()
An H5Part file may contain multiple arrays a GUI (eg Paraview) can provide a mechanism for selecting ...
int GetNumberOfCoordinateArrays()
void DisableAll()
An H5Part file may contain multiple arrays a GUI (eg Paraview) can provide a mechanism for selecting ...
void SetFileName(VTK_FILEPATH char *filename)
Specify file name.
void SetPointArrayStatus(const char *name, int status)
An H5Part file may contain multiple arrays a GUI (eg Paraview) can provide a mechanism for selecting ...
void Enable(const char *name)
An H5Part file may contain multiple arrays a GUI (eg Paraview) can provide a mechanism for selecting ...
static vtkH5PartReader * New()
void SetCoordinateArrayStatus(const char *name, int status)
void EnableAll()
An H5Part file may contain multiple arrays a GUI (eg Paraview) can provide a mechanism for selecting ...
int IndexOfVectorComponent(const char *name)
int GetPointArrayStatusArrayStatus(const char *name)
An H5Part file may contain multiple arrays a GUI (eg Paraview) can provide a mechanism for selecting ...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTimeStamp FileOpenedTime
std::vector< double > TimeStepValues
int MaskOutOfTimeRangeOutput
vtkGetFilePathMacro(FileName)
Specify file name.
int GetNumberOfPointArrays()
An H5Part file may contain multiple arrays a GUI (eg Paraview) can provide a mechanism for selecting ...
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
const char * GetPointArrayStatusArrayName(int index)
An H5Part file may contain multiple arrays a GUI (eg Paraview) can provide a mechanism for selecting ...
const char * GetPointArrayName(int index)
An H5Part file may contain multiple arrays a GUI (eg Paraview) can provide a mechanism for selecting ...
~vtkH5PartReader() override
std::string NameOfVectorComponent(const char *name)
void Disable(const char *name)
An H5Part file may contain multiple arrays a GUI (eg Paraview) can provide a mechanism for selecting ...
int GetCoordinateArrayStatus(const char *name)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
const char * GetCoordinateArrayName(int index)
vtkTimeStamp FileModifiedTime
int CombineVectorComponents
vtkDataArraySelection * PointDataArraySelection
int GetPointArrayStatus(const char *name)
An H5Part file may contain multiple arrays a GUI (eg Paraview) can provide a mechanism for selecting ...
void SetPointArrayStatusArrayStatus(const char *name, int status)
An H5Part file may contain multiple arrays a GUI (eg Paraview) can provide a mechanism for selecting ...
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.
record modification and/or execution time