23 #ifndef vtkTRUCHASReader_h 24 #define vtkTRUCHASReader_h 26 #include "vtkIOTRUCHASModule.h" 42 vtkSetStringMacro(FileName);
43 vtkGetStringMacro(FileName);
49 static int CanReadFile(
const char* filename);
57 int GetNumberOfBlockArrays();
58 const char* GetBlockArrayName(
int index);
59 void SetBlockArrayStatus(
const char* gridname,
int status);
60 int GetBlockArrayStatus(
const char* gridname);
68 int GetNumberOfPointArrays();
74 const char* GetPointArrayName(
int index);
80 int GetPointArrayStatus(
const char*
name);
81 void SetPointArrayStatus(
const char*
name,
int status);
89 int GetNumberOfCellArrays();
95 const char* GetCellArrayName(
int index);
101 int GetCellArrayStatus(
const char*
name);
102 void SetCellArrayStatus(
const char*
name,
int status);
122 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 for a vtkSource.
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.