23#ifndef vtkGAMBITReader_h 
   24#define vtkGAMBITReader_h 
   26#include "vtkIOGeometryModule.h"  
   29VTK_ABI_NAMESPACE_BEGIN
 
   51  vtkGetMacro(NumberOfCells, 
int);
 
   59  vtkGetMacro(NumberOfNodes, 
int);
 
   66  vtkGetMacro(NumberOfNodeFields, 
int);
 
   67  vtkGetMacro(NumberOfCellFields, 
int);
 
dynamic, self-adjusting array of double
 
reads a dataset in Fluent GAMBIT neutral file format
 
int NumberOfElementGroups
 
vtkGetFilePathMacro(FileName)
Specify the file name of the GAMBIT data file to read.
 
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
 
static vtkGAMBITReader * New()
 
int NumberOfBoundaryConditionSets
 
vtkSetFilePathMacro(FileName)
Specify the file name of the GAMBIT data file to read.
 
int NumberOfCoordinateDirections
 
int NumberOfVelocityComponents
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
 
~vtkGAMBITReader() override
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
a simple class to control print indentation
 
Superclass for algorithms that produce only unstructured grid as output.
 
dataset represents arbitrary combinations of all possible cell types