#include <vtkGenericEnSightReader.h>
Inheritance diagram for vtkGenericEnSightReader:
The class vtkGenericEnSightReader allows the user to read an EnSight data set without a priori knowledge of what type of EnSight data set it is.
Definition at line 48 of file vtkGenericEnSightReader.h.
|
Reimplemented from vtkDataSetSource. Reimplemented in vtkEnSight6BinaryReader, vtkEnSight6Reader, vtkEnSightGoldBinaryReader, vtkEnSightGoldReader, vtkEnSightMasterServerReader, and vtkEnSightReader. Definition at line 52 of file vtkGenericEnSightReader.h. |
|
Definition at line 175 of file vtkGenericEnSightReader.h. |
|
Definition at line 197 of file vtkGenericEnSightReader.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkAlgorithm. Reimplemented in vtkEnSight6BinaryReader, vtkEnSight6Reader, vtkEnSightGoldBinaryReader, vtkEnSightGoldReader, and vtkEnSightMasterServerReader. |
|
Reimplemented from vtkDataSetSource. Reimplemented in vtkEnSight6BinaryReader, vtkEnSight6Reader, vtkEnSightGoldBinaryReader, vtkEnSightGoldReader, vtkEnSightMasterServerReader, and vtkEnSightReader. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkDataSetSource. Reimplemented in vtkEnSight6BinaryReader, vtkEnSight6Reader, vtkEnSightGoldBinaryReader, vtkEnSightGoldReader, vtkEnSightMasterServerReader, and vtkEnSightReader. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkDataSetSource. Reimplemented in vtkEnSight6BinaryReader, vtkEnSight6Reader, vtkEnSightGoldBinaryReader, vtkEnSightGoldReader, vtkEnSightMasterServerReader, and vtkEnSightReader. |
|
Reimplemented from vtkDataSetSource. Reimplemented in vtkEnSight6BinaryReader, vtkEnSight6Reader, vtkEnSightGoldBinaryReader, vtkEnSightGoldReader, vtkEnSightMasterServerReader, and vtkEnSightReader. |
|
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 vtkDataSetSource. Reimplemented in vtkEnSight6BinaryReader, vtkEnSight6Reader, vtkEnSightGoldBinaryReader, vtkEnSightGoldReader, vtkEnSightMasterServerReader, and vtkEnSightReader. |
|
Set/Get the Case file name. |
|
Set/Get the Case file name. |
|
Set/Get the file path. |
|
Set/Get the file path. |
|
Bring object up-to-date before execution. Update() checks modified time against last execution time, and re-executes object if necessary. Reimplemented from vtkSource. Reimplemented in vtkEnSightReader. |
|
Reimplemented from vtkSource. Reimplemented in vtkEnSightMasterServerReader, and vtkEnSightReader. |
|
Get the number of variables listed in the case file. Definition at line 72 of file vtkGenericEnSightReader.h. |
|
Get the number of variables listed in the case file. Definition at line 73 of file vtkGenericEnSightReader.h. |
|
Get the number of variables of a particular type. |
|
Get the number of variables of a particular type. |
|
Get the number of variables of a particular type. |
|
Get the number of variables of a particular type. |
|
Get the number of variables of a particular type. |
|
Get the number of variables of a particular type. |
|
Get the number of variables of a particular type. |
|
Get the number of variables of a particular type. |
|
Get the number of variables of a particular type. |
|
Get the number of variables of a particular type. |
|
Get the number of variables of a particular type. |
|
Get the number of variables of a particular type. |
|
Get the number of variables of a particular type. |
|
Get the nth description for a non-complex variable. |
|
Get the nth description for a complex variable. |
|
Get the nth description of a particular variable type. Returns NULL if no variable of this type exists in this data set. SCALAR_PER_NODE = 0; VECTOR_PER_NODE = 1; TENSOR_SYMM_PER_NODE = 2; SCALAR_PER_ELEMENT = 3; VECTOR_PER_ELEMENT = 4; TENSOR_SYMM_PER_ELEMENT = 5; SCALAR_PER_MEASURED_NODE = 6; VECTOR_PER_MEASURED_NODE = 7; COMPLEX_SCALAR_PER_NODE = 8; COMPLEX_VECTOR_PER_NODE 9; COMPLEX_SCALAR_PER_ELEMENT = 10; COMPLEX_VECTOR_PER_ELEMENT = 11 |
|
Get the variable type of variable n. |
|
Get the variable type of variable n. |
|
Set/Get the time value at which to get the value. |
|
Set/Get the time value at which to get the value. |
|
Get the minimum or maximum time value for this data set. |
|
Get the minimum or maximum time value for this data set. |
|
Get the time values per time set |
|
Reads the FORMAT part of the case file to determine whether this is an EnSight6 or EnSightGold data set. Returns 0 if the format is EnSight6, 1 if it is EnSightGold, and -1 otherwise (meaning an error occurred). |
|
Set/get the flag for whether to read all the variables |
|
Set/get the flag for whether to read all the variables |
|
Set/get the flag for whether to read all the variables |
|
Set/get the flag for whether to read all the variables |
|
Get the data array selection tables used to configure which data arrays are loaded by the reader. |
|
Get the data array selection tables used to configure which data arrays are loaded by the reader. |
|
Get the number of point or cell arrays available in the input. |
|
Get the number of point or cell arrays available in the input. |
|
Get the name of the point or cell array with the given index in the input. |
|
Get the name of the point or cell array with the given index in the input. |
|
Get/Set whether the point or cell array with the given name is to be read. |
|
Get/Set whether the point or cell array with the given name is to be read. |
|
Get/Set whether the point or cell array with the given name is to be read. |
|
Get/Set whether the point or cell array with the given name is to be read. |
|
Set the byte order of the file (remember, more Unix workstations write big endian whereas PCs write little endian). Default is big endian (since most older PLOT3D files were written by workstations). |
|
Set the byte order of the file (remember, more Unix workstations write big endian whereas PCs write little endian). Default is big endian (since most older PLOT3D files were written by workstations). |
|
Set the byte order of the file (remember, more Unix workstations write big endian whereas PCs write little endian). Default is big endian (since most older PLOT3D files were written by workstations). |
|
Set the byte order of the file (remember, more Unix workstations write big endian whereas PCs write little endian). Default is big endian (since most older PLOT3D files were written by workstations). |
|
Set the byte order of the file (remember, more Unix workstations write big endian whereas PCs write little endian). Default is big endian (since most older PLOT3D files were written by workstations). |
|
This method is the old style execute method Reimplemented from vtkSource. Reimplemented in vtkEnSightMasterServerReader, and vtkEnSightReader. |
|
Internal function to read in a line up to 256 characters. Returns zero if there was an error. |
|
Internal function to read up to 80 characters from a binary file. Returns zero if there was an error. |
|
|
|
Set/Get the geometry file name. Reimplemented in vtkEnSightGoldReader, and vtkEnSightReader. |
|
Set/Get the geometry file name. Reimplemented in vtkEnSightGoldReader, and vtkEnSightReader. |
|
Add a variable description to the appropriate array. Reimplemented in vtkEnSightReader. |
|
Add a variable description to the appropriate array. |
|
Add a variable type to the appropriate array. |
|
Add a variable type to the appropriate array. |
|
Replace the wildcards in the geometry file name with appropriate filename numbers as specified in the time set or file set. |
|
Replace the wildcards in the geometry file name with appropriate filename numbers as specified in the time set or file set. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 270 of file vtkGenericEnSightReader.h. |
|
Reimplemented in vtkEnSight6BinaryReader, and vtkEnSightGoldBinaryReader. Definition at line 271 of file vtkGenericEnSightReader.h. |
|
Definition at line 272 of file vtkGenericEnSightReader.h. |
|
Definition at line 274 of file vtkGenericEnSightReader.h. |
|
Definition at line 275 of file vtkGenericEnSightReader.h. |
|
Definition at line 276 of file vtkGenericEnSightReader.h. |
|
Definition at line 279 of file vtkGenericEnSightReader.h. |
|
Definition at line 280 of file vtkGenericEnSightReader.h. |
|
Definition at line 283 of file vtkGenericEnSightReader.h. |
|
Definition at line 284 of file vtkGenericEnSightReader.h. |
|
Definition at line 286 of file vtkGenericEnSightReader.h. |
|
Definition at line 287 of file vtkGenericEnSightReader.h. |
|
Definition at line 290 of file vtkGenericEnSightReader.h. |
|
Definition at line 291 of file vtkGenericEnSightReader.h. |
|
Definition at line 292 of file vtkGenericEnSightReader.h. |
|
Definition at line 293 of file vtkGenericEnSightReader.h. |
|
Definition at line 294 of file vtkGenericEnSightReader.h. |
|
Definition at line 295 of file vtkGenericEnSightReader.h. |
|
Definition at line 296 of file vtkGenericEnSightReader.h. |
|
Definition at line 297 of file vtkGenericEnSightReader.h. |
|
Definition at line 298 of file vtkGenericEnSightReader.h. |
|
Definition at line 299 of file vtkGenericEnSightReader.h. |
|
Definition at line 300 of file vtkGenericEnSightReader.h. |
|
Definition at line 301 of file vtkGenericEnSightReader.h. |
|
Definition at line 303 of file vtkGenericEnSightReader.h. |
|
Definition at line 304 of file vtkGenericEnSightReader.h. |
|
Definition at line 305 of file vtkGenericEnSightReader.h. |
|
Definition at line 308 of file vtkGenericEnSightReader.h. |
|
Definition at line 310 of file vtkGenericEnSightReader.h. |
|
Definition at line 313 of file vtkGenericEnSightReader.h. |
|
Definition at line 315 of file vtkGenericEnSightReader.h. |
|
Definition at line 319 of file vtkGenericEnSightReader.h. |
|
Definition at line 323 of file vtkGenericEnSightReader.h. |
|
Definition at line 324 of file vtkGenericEnSightReader.h. |
|
Definition at line 328 of file vtkGenericEnSightReader.h. |
|
Definition at line 332 of file vtkGenericEnSightReader.h. |