26 #ifndef vtkTRUCHASReader_h
27 #define vtkTRUCHASReader_h
29 #include "vtkIOTRUCHASModule.h"
45 vtkSetFilePathMacro(FileName);
46 vtkGetFilePathMacro(FileName);
52 static int CanReadFile(
VTK_FILEPATH const char* filename);
60 int GetNumberOfBlockArrays();
61 const char* GetBlockArrayName(
int index);
62 void SetBlockArrayStatus(
const char* gridname,
int status);
63 int GetBlockArrayStatus(
const char* gridname);
71 int GetNumberOfPointArrays();
77 const char* GetPointArrayName(
int index);
83 int GetPointArrayStatus(
const char*
name);
84 void SetPointArrayStatus(
const char*
name,
int status);
92 int GetNumberOfCellArrays();
98 const char* GetCellArrayName(
int index);
104 int GetCellArrayStatus(
const char*
name);
105 void SetCellArrayStatus(
const char*
name,
int status);
125 friend class Internal;
read GE TRUCHAS format HDF5 files
vtkDataArraySelection * PointArrayChoices
vtkDataArraySelection * BlockChoices
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
static vtkMultiBlockDataSetAlgorithm * New()
a simple class to control print indentation
Store on/off settings for data arrays, etc.
vtkDataArraySelection * CellArrayChoices
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.