#include <vtkGAMBITReader.h>
Inheritance diagram for vtkGAMBITReader:
vtkGAMBITReader creates an unstructured grid dataset. It reads ASCII files stored in GAMBIT neutral format, with optional data stored at the nodes or at the cells of the model. A cell-based fielddata stores the material id.
Definition at line 51 of file vtkGAMBITReader.h.
Public Types | |
typedef vtkUnstructuredGridSource | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetFileName (const char *) |
virtual char * | GetFileName () |
virtual int | GetNumberOfCells () |
virtual int | GetNumberOfNodes () |
virtual int | GetNumberOfNodeFields () |
virtual int | GetNumberOfCellFields () |
Static Public Member Functions | |
vtkGAMBITReader * | New () |
int | IsTypeOf (const char *type) |
vtkGAMBITReader * | SafeDownCast (vtkObject *o) |
Protected Types | |
enum | GAMBITCellType { EDGE = 1, QUAD = 2, TRI = 3, BRICK = 4, PRISM = 5, TETRA = 6, PYRAMID = 7 } |
Protected Member Functions | |
vtkGAMBITReader () | |
~vtkGAMBITReader () | |
void | ExecuteInformation () |
void | Execute () |
Protected Attributes | |
char * | FileName |
int | NumberOfNodes |
int | NumberOfCells |
int | NumberOfNodeFields |
int | NumberOfCellFields |
int | NumberOfElementGroups |
int | NumberOfBoundaryConditionSets |
int | NumberOfCoordinateDirections |
int | NumberOfVelocityComponents |
ifstream * | FileStream |
|
Reimplemented from vtkUnstructuredGridSource. Definition at line 55 of file vtkGAMBITReader.h. |
|
Definition at line 99 of file vtkGAMBITReader.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkAlgorithm. |
|
Reimplemented from vtkUnstructuredGridSource. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkUnstructuredGridSource. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkUnstructuredGridSource. |
|
Reimplemented from vtkUnstructuredGridSource. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkUnstructuredGridSource. |
|
Specify file name of GAMBITReader datafile to read |
|
Specify file name of GAMBITReader datafile to read |
|
Get the total number of cells. |
|
Get the total number of nodes. |
|
Get the number of data components at the nodes and cells. |
|
Get the number of data components at the nodes and cells. |
|
Reimplemented from vtkSource. |
|
This method is the old style execute method Reimplemented from vtkSource. |
|
Definition at line 86 of file vtkGAMBITReader.h. |
|
Definition at line 88 of file vtkGAMBITReader.h. |
|
Definition at line 89 of file vtkGAMBITReader.h. |
|
Definition at line 90 of file vtkGAMBITReader.h. |
|
Definition at line 91 of file vtkGAMBITReader.h. |
|
Definition at line 92 of file vtkGAMBITReader.h. |
|
Definition at line 93 of file vtkGAMBITReader.h. |
|
Definition at line 94 of file vtkGAMBITReader.h. |
|
Definition at line 95 of file vtkGAMBITReader.h. |
|
Definition at line 96 of file vtkGAMBITReader.h. |