#include <vtkEnSightReader.h>
Definition at line 31 of file vtkEnSightReader.h.
Reimplemented from vtkGenericEnSightReader.
Reimplemented in vtkEnSight6BinaryReader, vtkEnSight6Reader, vtkEnSightGoldBinaryReader, and vtkEnSightGoldReader.
Definition at line 34 of file vtkEnSightReader.h.
POINT | |
BAR2 | |
BAR3 | |
NSIDED | |
TRIA3 | |
TRIA6 | |
QUAD4 | |
QUAD8 | |
NFACED | |
TETRA4 | |
TETRA10 | |
PYRAMID5 | |
PYRAMID13 | |
HEXA8 | |
HEXA20 | |
PENTA6 | |
PENTA15 | |
NUMBER_OF_ELEMENT_TYPES |
Definition at line 38 of file vtkEnSightReader.h.
Definition at line 60 of file vtkEnSightReader.h.
vtkEnSightReader::vtkEnSightReader | ( | ) | [protected] |
vtkEnSightReader::~vtkEnSightReader | ( | ) | [protected] |
virtual const char* vtkEnSightReader::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkGenericEnSightReader.
Reimplemented in vtkEnSight6BinaryReader, vtkEnSight6Reader, vtkEnSightGoldBinaryReader, and vtkEnSightGoldReader.
static int vtkEnSightReader::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 vtkGenericEnSightReader.
Reimplemented in vtkEnSight6BinaryReader, vtkEnSight6Reader, vtkEnSightGoldBinaryReader, and vtkEnSightGoldReader.
virtual int vtkEnSightReader::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 vtkGenericEnSightReader.
Reimplemented in vtkEnSight6BinaryReader, vtkEnSight6Reader, vtkEnSightGoldBinaryReader, and vtkEnSightGoldReader.
static vtkEnSightReader* vtkEnSightReader::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkGenericEnSightReader.
Reimplemented in vtkEnSight6BinaryReader, vtkEnSight6Reader, vtkEnSightGoldBinaryReader, and vtkEnSightGoldReader.
void vtkEnSightReader::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 vtkGenericEnSightReader.
Reimplemented in vtkEnSight6BinaryReader, vtkEnSight6Reader, vtkEnSightGoldBinaryReader, and vtkEnSightGoldReader.
virtual char* vtkEnSightReader::GetMeasuredFileName | ( | ) | [virtual] |
Get the Measured file name. Made public to allow access from apps requiring detailed info about the Data contents
Reimplemented in vtkEnSightGoldReader.
virtual char* vtkEnSightReader::GetMatchFileName | ( | ) | [virtual] |
Get the Match file name. Made public to allow access from apps requiring detailed info about the Data contents
Reimplemented in vtkEnSightGoldReader.
virtual void vtkEnSightReader::SetParticleCoordinatesByIndex | ( | int | ) | [virtual] |
The MeasuredGeometryFile should list particle coordinates from 0->N-1. If a file is loaded where point Ids are listed from 1-N the Id to points reference will be wrong and the data will be generated incorrectly. Setting ParticleCoordinatesByIndex to true will force all Id's to increment from 0->N-1 (relative to their order in the file) and regardless of the actual Id of of the point. Warning, if the Points are listed in non sequential order then setting this flag will reorder them.
Reimplemented from vtkGenericEnSightReader.
virtual int vtkEnSightReader::GetParticleCoordinatesByIndex | ( | ) | [virtual] |
The MeasuredGeometryFile should list particle coordinates from 0->N-1. If a file is loaded where point Ids are listed from 1-N the Id to points reference will be wrong and the data will be generated incorrectly. Setting ParticleCoordinatesByIndex to true will force all Id's to increment from 0->N-1 (relative to their order in the file) and regardless of the actual Id of of the point. Warning, if the Points are listed in non sequential order then setting this flag will reorder them.
Reimplemented from vtkGenericEnSightReader.
virtual void vtkEnSightReader::ParticleCoordinatesByIndexOn | ( | ) | [virtual] |
The MeasuredGeometryFile should list particle coordinates from 0->N-1. If a file is loaded where point Ids are listed from 1-N the Id to points reference will be wrong and the data will be generated incorrectly. Setting ParticleCoordinatesByIndex to true will force all Id's to increment from 0->N-1 (relative to their order in the file) and regardless of the actual Id of of the point. Warning, if the Points are listed in non sequential order then setting this flag will reorder them.
Reimplemented from vtkGenericEnSightReader.
virtual void vtkEnSightReader::ParticleCoordinatesByIndexOff | ( | ) | [virtual] |
The MeasuredGeometryFile should list particle coordinates from 0->N-1. If a file is loaded where point Ids are listed from 1-N the Id to points reference will be wrong and the data will be generated incorrectly. Setting ParticleCoordinatesByIndex to true will force all Id's to increment from 0->N-1 (relative to their order in the file) and regardless of the actual Id of of the point. Warning, if the Points are listed in non sequential order then setting this flag will reorder them.
Reimplemented from vtkGenericEnSightReader.
virtual int vtkEnSightReader::RequestInformation | ( | vtkInformation * | , | |
vtkInformationVector ** | , | |||
vtkInformationVector * | ||||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkGenericEnSightReader.
virtual int vtkEnSightReader::RequestData | ( | vtkInformation * | , | |
vtkInformationVector ** | , | |||
vtkInformationVector * | ||||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkGenericEnSightReader.
virtual void vtkEnSightReader::SetMeasuredFileName | ( | const char * | ) | [protected, virtual] |
Set the Measured file name.
Reimplemented in vtkEnSightGoldReader.
virtual void vtkEnSightReader::SetMatchFileName | ( | const char * | ) | [protected, virtual] |
Set the Match file name.
Reimplemented in vtkEnSightGoldReader.
int vtkEnSightReader::ReadCaseFile | ( | ) | [protected] |
Read the case file. If an error occurred, 0 is returned; otherwise 1.
int vtkEnSightReader::ReadCaseFileGeometry | ( | char * | line | ) | [protected] |
Read the case file. If an error occurred, 0 is returned; otherwise 1.
int vtkEnSightReader::ReadCaseFileVariable | ( | char * | line | ) | [protected] |
Read the case file. If an error occurred, 0 is returned; otherwise 1.
int vtkEnSightReader::ReadCaseFileTime | ( | char * | line | ) | [protected] |
Read the case file. If an error occurred, 0 is returned; otherwise 1.
int vtkEnSightReader::ReadCaseFileFile | ( | char * | line | ) | [protected] |
Read the case file. If an error occurred, 0 is returned; otherwise 1.
virtual int vtkEnSightReader::ReadGeometryFile | ( | const char * | fileName, | |
int | timeStep, | |||
vtkMultiBlockDataSet * | output | |||
) | [protected, pure virtual] |
Read the geometry file. If an error occurred, 0 is returned; otherwise 1.
Implemented in vtkEnSight6BinaryReader, vtkEnSight6Reader, vtkEnSightGoldBinaryReader, and vtkEnSightGoldReader.
virtual int vtkEnSightReader::ReadMeasuredGeometryFile | ( | const char * | fileName, | |
int | timeStep, | |||
vtkMultiBlockDataSet * | output | |||
) | [protected, pure virtual] |
Read the measured geometry file. If an error occurred, 0 is returned; otherwise 1.
Implemented in vtkEnSight6BinaryReader, vtkEnSight6Reader, vtkEnSightGoldBinaryReader, and vtkEnSightGoldReader.
int vtkEnSightReader::ReadVariableFiles | ( | vtkMultiBlockDataSet * | output | ) | [protected] |
Read the variable files. If an error occurred, 0 is returned; otherwise 1.
virtual int vtkEnSightReader::ReadScalarsPerNode | ( | const char * | fileName, | |
const char * | description, | |||
int | timeStep, | |||
vtkMultiBlockDataSet * | output, | |||
int | measured = 0 , |
|||
int | numberOfComponents = 1 , |
|||
int | component = 0 | |||
) | [protected, pure virtual] |
Read scalars per node for this dataset. If an error occurred, 0 is returned; otherwise 1.
Implemented in vtkEnSight6BinaryReader, vtkEnSight6Reader, vtkEnSightGoldBinaryReader, and vtkEnSightGoldReader.
virtual int vtkEnSightReader::ReadVectorsPerNode | ( | const char * | fileName, | |
const char * | description, | |||
int | timeStep, | |||
vtkMultiBlockDataSet * | output, | |||
int | measured = 0 | |||
) | [protected, pure virtual] |
Read vectors per node for this dataset. If an error occurred, 0 is returned; otherwise 1.
Implemented in vtkEnSight6BinaryReader, vtkEnSight6Reader, vtkEnSightGoldBinaryReader, and vtkEnSightGoldReader.
virtual int vtkEnSightReader::ReadTensorsPerNode | ( | const char * | fileName, | |
const char * | description, | |||
int | timeStep, | |||
vtkMultiBlockDataSet * | output | |||
) | [protected, pure virtual] |
Read tensors per node for this dataset. If an error occurred, 0 is returned; otherwise 1.
Implemented in vtkEnSight6BinaryReader, vtkEnSight6Reader, vtkEnSightGoldBinaryReader, and vtkEnSightGoldReader.
virtual int vtkEnSightReader::ReadScalarsPerElement | ( | const char * | fileName, | |
const char * | description, | |||
int | timeStep, | |||
vtkMultiBlockDataSet * | output, | |||
int | numberOfComponents = 1 , |
|||
int | component = 0 | |||
) | [protected, pure virtual] |
Read scalars per element for this dataset. If an error occurred, 0 is returned; otherwise 1.
Implemented in vtkEnSight6BinaryReader, vtkEnSight6Reader, vtkEnSightGoldBinaryReader, and vtkEnSightGoldReader.
virtual int vtkEnSightReader::ReadVectorsPerElement | ( | const char * | fileName, | |
const char * | description, | |||
int | timeStep, | |||
vtkMultiBlockDataSet * | output | |||
) | [protected, pure virtual] |
Read vectors per element for this dataset. If an error occurred, 0 is returned; otherwise 1.
Implemented in vtkEnSight6BinaryReader, vtkEnSight6Reader, vtkEnSightGoldBinaryReader, and vtkEnSightGoldReader.
virtual int vtkEnSightReader::ReadTensorsPerElement | ( | const char * | fileName, | |
const char * | description, | |||
int | timeStep, | |||
vtkMultiBlockDataSet * | output | |||
) | [protected, pure virtual] |
Read tensors per element for this dataset. If an error occurred, 0 is returned; otherwise 1.
Implemented in vtkEnSight6BinaryReader, vtkEnSight6Reader, vtkEnSightGoldBinaryReader, and vtkEnSightGoldReader.
virtual int vtkEnSightReader::CreateUnstructuredGridOutput | ( | int | partId, | |
char | line[80], | |||
const char * | name, | |||
vtkMultiBlockDataSet * | output | |||
) | [protected, pure virtual] |
Read an unstructured part (partId) from the geometry file and create a vtkUnstructuredGrid output. Return 0 if EOF reached.
Implemented in vtkEnSightGoldBinaryReader.
virtual int vtkEnSightReader::CreateStructuredGridOutput | ( | int | partId, | |
char | line[80], | |||
const char * | name, | |||
vtkMultiBlockDataSet * | output | |||
) | [protected, pure virtual] |
Read a structured part from the geometry file and create a vtkStructuredGridOutput. Return 0 if EOF reached.
void vtkEnSightReader::AddVariableFileName | ( | const char * | fileName1, | |
const char * | fileName2 = NULL | |||
) | [protected] |
Add another file name to the list for a particular variable type.
void vtkEnSightReader::AddVariableDescription | ( | const char * | description | ) | [protected] |
Add another description to the list for a particular variable type.
Reimplemented from vtkGenericEnSightReader.
void vtkEnSightReader::AddVariableType | ( | ) | [protected] |
Record the variable type for the variable line just read.
int vtkEnSightReader::GetElementType | ( | const char * | line | ) | [protected] |
Determine the element type from a line read a file. Return -1 for invalid element type.
int vtkEnSightReader::GetSectionType | ( | const char * | line | ) | [protected] |
Determine the section type from a line read a file. Return -1 for invalid section type.
void vtkEnSightReader::ReplaceWildcards | ( | char * | filename, | |
int | num | |||
) | [protected] |
Replace the *'s in the filename with the given filename number.
void vtkEnSightReader::RemoveLeadingBlanks | ( | char * | line | ) | [protected] |
Remove leading blank spaces from a string.
vtkIdList* vtkEnSightReader::GetCellIds | ( | int | index, | |
int | cellType | |||
) | [protected] |
void vtkEnSightReader::AddToBlock | ( | vtkMultiBlockDataSet * | output, | |
unsigned int | blockNo, | |||
vtkDataSet * | dataset | |||
) | [protected] |
Convenience method use to convert the readers from VTK 5 multiblock API to the current composite data infrastructure.
vtkDataSet* vtkEnSightReader::GetDataSetFromBlock | ( | vtkMultiBlockDataSet * | output, | |
unsigned int | blockNo | |||
) | [protected] |
Convenience method use to convert the readers from VTK 5 multiblock API to the current composite data infrastructure.
void vtkEnSightReader::SetBlockName | ( | vtkMultiBlockDataSet * | output, | |
unsigned int | blockNo, | |||
const char * | name | |||
) | [protected] |
Set the name of a block.
virtual void vtkEnSightReader::SetUseTimeSets | ( | int | ) | [protected, virtual] |
virtual int vtkEnSightReader::GetUseTimeSets | ( | ) | [protected, virtual] |
virtual void vtkEnSightReader::UseTimeSetsOn | ( | ) | [protected, virtual] |
virtual void vtkEnSightReader::UseTimeSetsOff | ( | ) | [protected, virtual] |
virtual void vtkEnSightReader::SetUseFileSets | ( | int | ) | [protected, virtual] |
virtual int vtkEnSightReader::GetUseFileSets | ( | ) | [protected, virtual] |
virtual void vtkEnSightReader::UseFileSetsOn | ( | ) | [protected, virtual] |
virtual void vtkEnSightReader::UseFileSetsOff | ( | ) | [protected, virtual] |
int vtkEnSightReader::CheckOutputConsistency | ( | ) | [protected] |
int vtkEnSightReader::CaseFileRead [protected] |
Definition at line 142 of file vtkEnSightReader.h.
char* vtkEnSightReader::MeasuredFileName [protected] |
Definition at line 274 of file vtkEnSightReader.h.
char* vtkEnSightReader::MatchFileName [protected] |
Definition at line 275 of file vtkEnSightReader.h.
vtkEnSightReaderCellIdsType* vtkEnSightReader::CellIds [protected] |
Definition at line 278 of file vtkEnSightReader.h.
vtkIdList* vtkEnSightReader::UnstructuredPartIds [protected] |
Definition at line 281 of file vtkEnSightReader.h.
int vtkEnSightReader::VariableMode [protected] |
Definition at line 283 of file vtkEnSightReader.h.
char** vtkEnSightReader::VariableFileNames [protected] |
Definition at line 286 of file vtkEnSightReader.h.
char** vtkEnSightReader::ComplexVariableFileNames [protected] |
Definition at line 287 of file vtkEnSightReader.h.
vtkIdList* vtkEnSightReader::VariableTimeSetIds [protected] |
Definition at line 290 of file vtkEnSightReader.h.
vtkIdList* vtkEnSightReader::ComplexVariableTimeSetIds [protected] |
Definition at line 291 of file vtkEnSightReader.h.
vtkIdList* vtkEnSightReader::VariableFileSetIds [protected] |
Definition at line 294 of file vtkEnSightReader.h.
vtkIdList* vtkEnSightReader::ComplexVariableFileSetIds [protected] |
Definition at line 295 of file vtkEnSightReader.h.
Definition at line 298 of file vtkEnSightReader.h.
vtkIdList* vtkEnSightReader::TimeSetsWithFilenameNumbers [protected] |
Definition at line 299 of file vtkEnSightReader.h.
Definition at line 302 of file vtkEnSightReader.h.
vtkIdList* vtkEnSightReader::FileSetsWithFilenameNumbers [protected] |
Definition at line 303 of file vtkEnSightReader.h.
Definition at line 306 of file vtkEnSightReader.h.
vtkIdList* vtkEnSightReader::TimeSetIds [protected] |
Definition at line 309 of file vtkEnSightReader.h.
vtkIdList* vtkEnSightReader::FileSets [protected] |
Definition at line 310 of file vtkEnSightReader.h.
int vtkEnSightReader::GeometryTimeSet [protected] |
Definition at line 312 of file vtkEnSightReader.h.
int vtkEnSightReader::GeometryFileSet [protected] |
Definition at line 313 of file vtkEnSightReader.h.
int vtkEnSightReader::MeasuredTimeSet [protected] |
Definition at line 314 of file vtkEnSightReader.h.
int vtkEnSightReader::MeasuredFileSet [protected] |
Definition at line 315 of file vtkEnSightReader.h.
float vtkEnSightReader::GeometryTimeValue [protected] |
Definition at line 317 of file vtkEnSightReader.h.
float vtkEnSightReader::MeasuredTimeValue [protected] |
Definition at line 318 of file vtkEnSightReader.h.
int vtkEnSightReader::UseTimeSets [protected] |
Definition at line 320 of file vtkEnSightReader.h.
int vtkEnSightReader::UseFileSets [protected] |
Definition at line 323 of file vtkEnSightReader.h.
int vtkEnSightReader::NumberOfGeometryParts [protected] |
Definition at line 328 of file vtkEnSightReader.h.
int vtkEnSightReader::NumberOfMeasuredPoints [protected] |
Definition at line 333 of file vtkEnSightReader.h.
int vtkEnSightReader::NumberOfNewOutputs [protected] |
Definition at line 335 of file vtkEnSightReader.h.
int vtkEnSightReader::InitialRead [protected] |
Definition at line 336 of file vtkEnSightReader.h.
int vtkEnSightReader::ParticleCoordinatesByIndex [protected] |
double vtkEnSightReader::ActualTimeValue [protected] |
Definition at line 342 of file vtkEnSightReader.h.