23 #ifndef vtkTRUCHASReader_h 24 #define vtkTRUCHASReader_h 26 #include "vtkIOTRUCHASModule.h" 43 vtkSetStringMacro(FileName);
50 static int CanReadFile(
const char *filename);
58 int GetNumberOfBlockArrays();
59 const char* GetBlockArrayName(
int index);
60 void SetBlockArrayStatus(
const char* gridname,
int status);
61 int GetBlockArrayStatus(
const char* gridname);
69 int GetNumberOfPointArrays();
75 const char* GetPointArrayName(
int index);
81 int GetPointArrayStatus(
const char*
name);
82 void SetPointArrayStatus(
const char*
name,
int status);
90 int GetNumberOfCellArrays();
96 const char* GetCellArrayName(
int index);
102 int GetCellArrayStatus(
const char*
name);
103 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 for a vtkSource.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
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.