Reader for RPI's PHASTA software.
More...
#include <vtkPhastaReader.h>
Inherits vtkUnstructuredGridAlgorithm.
|
| 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) |
|
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.
◆ Superclass
◆ vtkPhastaReader()
vtkPhastaReader::vtkPhastaReader |
( |
| ) |
|
|
protected |
◆ ~vtkPhastaReader()
vtkPhastaReader::~vtkPhastaReader |
( |
| ) |
|
|
protected |
◆ New()
◆ GetClassName()
virtual const char* vtkPhastaReader::GetClassName |
( |
| ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkPhastaReader::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkPhastaReader::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ PrintSelf()
void vtkPhastaReader::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
◆ SetGeometryFileName()
virtual void vtkPhastaReader::SetGeometryFileName |
( |
const char * |
| ) |
|
|
virtual |
Specify file name of Phasta geometry file to read.
◆ GetGeometryFileName()
virtual char* vtkPhastaReader::GetGeometryFileName |
( |
| ) |
|
|
virtual |
Specify file name of Phasta geometry file to read.
◆ SetFieldFileName()
virtual void vtkPhastaReader::SetFieldFileName |
( |
const char * |
| ) |
|
|
virtual |
Specify file name of Phasta field file to read.
◆ GetFieldFileName()
virtual char* vtkPhastaReader::GetFieldFileName |
( |
| ) |
|
|
virtual |
Specify file name of Phasta field file to read.
◆ ClearFieldInfo()
void vtkPhastaReader::ClearFieldInfo |
( |
| ) |
|
Clear/Set info.
in FieldInfoMap for object of vtkPhastaReaderInternal
◆ SetFieldInfo()
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
◆ SetCachedGrid()
void vtkPhastaReader::SetCachedGrid |
( |
vtkUnstructuredGrid * |
| ) |
|
◆ GetCachedGrid()
virtual vtkUnstructuredGrid* vtkPhastaReader::GetCachedGrid |
( |
| ) |
|
|
virtual |
◆ RequestData()
virtual int vtkPhastaReader::RequestData |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protectedvirtual |
◆ ReadGeomFile()
void vtkPhastaReader::ReadGeomFile |
( |
char * |
GeomFileName, |
|
|
int & |
firstVertexNo, |
|
|
vtkPoints * |
points, |
|
|
int & |
noOfNodes, |
|
|
int & |
noOfCells |
|
) |
| |
|
protected |
◆ ReadFieldFile() [1/2]
void vtkPhastaReader::ReadFieldFile |
( |
char * |
fieldFileName, |
|
|
int |
firstVertexNo, |
|
|
vtkDataSetAttributes * |
field, |
|
|
int & |
noOfNodes |
|
) |
| |
|
protected |
◆ ReadFieldFile() [2/2]
void vtkPhastaReader::ReadFieldFile |
( |
char * |
fieldFileName, |
|
|
int |
firstVertexNo, |
|
|
vtkUnstructuredGrid * |
output, |
|
|
int & |
noOfDatas |
|
) |
| |
|
protected |
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/ParaView-v5.2.0/ParaViewCore/VTKExtensions/Default/vtkPhastaReader.h