|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   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;
 
  
static vtkMultiBlockDataSetAlgorithm * New()
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Store on/off settings for data arrays for a vtkSource.
vtkDataArraySelection * PointArrayChoices
a simple class to control print indentation
vtkDataArraySelection * BlockChoices
read GE TRUCHAS format HDF5 files
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.
vtkDataArraySelection * CellArrayChoices
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.