26 #ifndef vtkTRUCHASReader_h 27 #define vtkTRUCHASReader_h 29 #include "vtkIOTRUCHASModule.h" 46 vtkSetStringMacro(FileName);
47 vtkGetStringMacro(FileName);
53 static int CanReadFile(
const char *filename);
61 int GetNumberOfBlockArrays();
62 const char* GetBlockArrayName(
int index);
63 void SetBlockArrayStatus(
const char* gridname,
int status);
64 int GetBlockArrayStatus(
const char* gridname);
72 int GetNumberOfPointArrays();
78 const char* GetPointArrayName(
int index);
84 int GetPointArrayStatus(
const char*
name);
85 void SetPointArrayStatus(
const char*
name,
int status);
93 int GetNumberOfCellArrays();
99 const char* GetCellArrayName(
int index);
105 int GetCellArrayStatus(
const char*
name);
106 void SetCellArrayStatus(
const char*
name,
int status);
128 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.