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