VTK
|
Reads geometry in proSTAR (STARCD) file format. More...
#include <vtkProStarReader.h>
Reads geometry in proSTAR (STARCD) file format.
vtkProStarReader creates an unstructured grid dataset. It reads .cel/.vrt files stored in proSTAR (STARCD) ASCII format.
Definition at line 35 of file vtkProStarReader.h.
Reimplemented from vtkUnstructuredGridAlgorithm.
Definition at line 39 of file vtkProStarReader.h.
The type of material represented by the cell
starcdFluidType | |
starcdSolidType | |
starcdBaffleType | |
starcdShellType | |
starcdLineType | |
starcdPointType |
Definition at line 58 of file vtkProStarReader.h.
The primitive cell shape
Definition at line 71 of file vtkProStarReader.h.
vtkProStarReader::vtkProStarReader | ( | ) | [protected] |
vtkProStarReader::~vtkProStarReader | ( | ) | [protected] |
static vtkProStarReader* vtkProStarReader::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkUnstructuredGridAlgorithm.
static int vtkProStarReader::IsTypeOf | ( | const char * | name | ) | [static] |
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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkUnstructuredGridAlgorithm.
virtual int vtkProStarReader::IsA | ( | const char * | name | ) | [virtual] |
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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkUnstructuredGridAlgorithm.
static vtkProStarReader* vtkProStarReader::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkUnstructuredGridAlgorithm.
virtual vtkObjectBase* vtkProStarReader::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkUnstructuredGridAlgorithm.
vtkProStarReader* vtkProStarReader::NewInstance | ( | ) | const |
Reimplemented from vtkUnstructuredGridAlgorithm.
void vtkProStarReader::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
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 vtkUnstructuredGridAlgorithm.
virtual void vtkProStarReader::SetFileName | ( | const char * | ) | [virtual] |
Specify the file name prefix of the cel/vrt files to read. The reader will try to open FileName.cel and FileName.vrt files.
virtual char* vtkProStarReader::GetFileName | ( | ) | [virtual] |
Specify the file name prefix of the cel/vrt files to read. The reader will try to open FileName.cel and FileName.vrt files.
virtual void vtkProStarReader::SetScaleFactor | ( | double | ) | [virtual] |
The proSTAR files are often in millimeters. Specify an alternative scaling factor.
virtual double vtkProStarReader::GetScaleFactor | ( | ) | [virtual] |
The proSTAR files are often in millimeters. Specify an alternative scaling factor.
int vtkProStarReader::RequestInformation | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) | [protected, virtual] |
Reimplemented from vtkUnstructuredGridAlgorithm.
int vtkProStarReader::RequestData | ( | vtkInformation * | request, |
vtkInformationVector ** | inputVector, | ||
vtkInformationVector * | outputVector | ||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkUnstructuredGridAlgorithm.
char* vtkProStarReader::FileName [protected] |
The name of the file to be read. If it has a .cel, .vrt, or .inp extension it will be truncated and later appended when reading the appropriate files. Otherwise those extensions will be appended to FileName when opening the files.
Definition at line 97 of file vtkProStarReader.h.
double vtkProStarReader::ScaleFactor [protected] |
The coordinates are multiplied by ScaleFactor when setting them. The default value is 1.
Definition at line 101 of file vtkProStarReader.h.