ParaView
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkPhastaReader Class Reference

Reader for RPI's PHASTA software. More...

#include <vtkPhastaReader.h>

Inherits vtkUnstructuredGridAlgorithm.

Public Types

typedef vtkUnstructuredGridAlgorithm Superclass
 

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 *)
 Specify file name of Phasta geometry file to read. More...
 
virtual char * GetGeometryFileName ()
 Specify file name of Phasta geometry file to read. More...
 
virtual void SetFieldFileName (const char *)
 Specify file name of Phasta field file to read. More...
 
virtual char * GetFieldFileName ()
 Specify file name of Phasta field file to read. More...
 
void ClearFieldInfo ()
 Clear/Set info. More...
 
void SetFieldInfo (const char *paraviewFieldTag, const char *phastaFieldTag, int index, int numOfComps, int dataDependency, const char *dataType)
 Clear/Set info. More...
 

Static Public Member Functions

static vtkPhastaReaderNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPhastaReaderSafeDownCast (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.

Member Typedef Documentation

§ Superclass

typedef vtkUnstructuredGridAlgorithm vtkPhastaReader::Superclass

Definition at line 42 of file vtkPhastaReader.h.

Constructor & Destructor Documentation

§ vtkPhastaReader()

vtkPhastaReader::vtkPhastaReader ( )
protected

§ ~vtkPhastaReader()

vtkPhastaReader::~vtkPhastaReader ( )
protected

Member Function Documentation

§ New()

static vtkPhastaReader* vtkPhastaReader::New ( )
static

§ 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()

static vtkPhastaReader* vtkPhastaReader::SafeDownCast ( vtkObject *  o)
static

§ 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: