Reader for RPI's PHASTA software.
More...
#include <vtkPhastaReader.h>
List of all members.
Public Member Functions |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | SetCachedGrid (vtkUnstructuredGrid *) |
| virtual vtkUnstructuredGrid * | GetCachedGrid () |
|
| virtual void | SetGeometryFileName (const char *) |
| virtual char * | GetGeometryFileName () |
|
| virtual void | SetFieldFileName (const char *) |
| virtual char * | GetFieldFileName () |
|
| void | ClearFieldInfo () |
| void | SetFieldInfo (const char *paraviewFieldTag, const char *phastaFieldTag, int index, int numOfComps, int dataDependency, const char *dataType) |
Static Public Member Functions |
| static vtkPhastaReader * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkPhastaReader * | SafeDownCast (vtkObject *o) |
Protected Member Functions |
| | vtkPhastaReader () |
| | ~vtkPhastaReader () |
| virtual int | RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
| void | ReadGeomFile (char *GeomFileName, int &firstVertexNo, vtkPoints *points, int &noOfNodes, int &noOfCells) |
| void | ReadFieldFile (char *fieldFileName, int firstVertexNo, vtkDataSetAttributes *field, int &noOfNodes) |
| void | ReadFieldFile (char *fieldFileName, int firstVertexNo, vtkUnstructuredGrid *output, int &noOfDatas) |
Detailed Description
Reader for RPI's PHASTA software.
vtkPhastaReader reads RPI's Scorec's PHASTA (Parallel Hierarchic Adaptive Stabilized Transient Analysis) dumps. See http://www.scorec.rpi.edu/software_products.html or contact Scorec for information on PHASTA.
Definition at line 38 of file vtkPhastaReader.h.
Constructor & Destructor Documentation
| vtkPhastaReader::vtkPhastaReader |
( |
| ) |
[protected] |
| vtkPhastaReader::~vtkPhastaReader |
( |
| ) |
[protected] |
Member Function Documentation
| virtual const char* vtkPhastaReader::GetClassName |
( |
| ) |
[virtual] |
| static int vtkPhastaReader::IsTypeOf |
( |
const char * |
type | ) |
[static] |
| virtual int vtkPhastaReader::IsA |
( |
const char * |
type | ) |
[virtual] |
| void vtkPhastaReader::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| [virtual] |
| virtual void vtkPhastaReader::SetGeometryFileName |
( |
const char * |
| ) |
[virtual] |
Specify file name of Phasta geometry file to read.
| virtual char* vtkPhastaReader::GetGeometryFileName |
( |
| ) |
[virtual] |
Specify file name of Phasta geometry file to read.
| virtual void vtkPhastaReader::SetFieldFileName |
( |
const char * |
| ) |
[virtual] |
Specify file name of Phasta field file to read.
| virtual char* vtkPhastaReader::GetFieldFileName |
( |
| ) |
[virtual] |
Specify file name of Phasta field file to read.
| void vtkPhastaReader::ClearFieldInfo |
( |
| ) |
|
Clear/Set info. in FieldInfoMap for object of vtkPhastaReaderInternal
| void vtkPhastaReader::SetFieldInfo |
( |
const char * |
paraviewFieldTag, |
|
|
const char * |
phastaFieldTag, |
|
|
int |
index, |
|
|
int |
numOfComps, |
|
|
int |
dataDependency, |
|
|
const char * |
dataType |
|
) |
| |
Clear/Set info. in FieldInfoMap for object of vtkPhastaReaderInternal
| void vtkPhastaReader::ReadGeomFile |
( |
char * |
GeomFileName, |
|
|
int & |
firstVertexNo, |
|
|
vtkPoints * |
points, |
|
|
int & |
noOfNodes, |
|
|
int & |
noOfCells |
|
) |
| [protected] |
| void vtkPhastaReader::ReadFieldFile |
( |
char * |
fieldFileName, |
|
|
int |
firstVertexNo, |
|
|
vtkDataSetAttributes * |
field, |
|
|
int & |
noOfNodes |
|
) |
| [protected] |
| void vtkPhastaReader::ReadFieldFile |
( |
char * |
fieldFileName, |
|
|
int |
firstVertexNo, |
|
|
vtkUnstructuredGrid * |
output, |
|
|
int & |
noOfDatas |
|
) |
| [protected] |
The documentation for this class was generated from the following file: