#include <vtkEnSightReader.h>
Inheritance diagram for vtkEnSightReader:
Definition at line 85 of file vtkEnSightReader.h.
|
|
|
|
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkDataSetSource. Reimplemented in vtkEnSight6BinaryReader, vtkEnSight6Reader, vtkEnSightGoldBinaryReader, and vtkEnSightGoldReader. |
|
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 vtkDataSetSource. Reimplemented in vtkEnSight6BinaryReader, vtkEnSight6Reader, vtkEnSightGoldBinaryReader, and vtkEnSightGoldReader. |
|
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 vtkDataSetSource. Reimplemented in vtkEnSight6BinaryReader, vtkEnSight6Reader, vtkEnSightGoldBinaryReader, and vtkEnSightGoldReader. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkDataSetSource. Reimplemented in vtkEnSight6BinaryReader, vtkEnSight6Reader, vtkEnSightGoldBinaryReader, and vtkEnSightGoldReader. |
|
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 vtkSource. |
|
Set/Get the Case file name. |
|
Set/Get the Case file name. |
|
Set/Get the path the the data files. If specified, this reader will look in this directory for all data files. |
|
Set/Get the path the the data files. If specified, this reader will look in this directory for all data files. |
|
Get the number of variables listed in the case file. Definition at line 106 of file vtkEnSightReader.h. |
|
Get the number of variables listed in the case file. Definition at line 107 of file vtkEnSightReader.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. VTK_SCALAR_PER_NODE = 0; VTK_VECTOR_PER_NODE = 1; VTK_TENSOR_SYMM_PER_NODE = 2; VTK_SCALAR_PER_ELEMENT = 3; VTK_VECTOR_PER_ELEMENT = 4; VTK_TENSOR_SYMM_PER_ELEMENT = 5; VTK_SCALAR_PER_MEASURED_NODE = 6; VTK_VECTOR_PER_MEASURED_NODE = 7; VTK_COMPLEX_SCALAR_PER_NODE = 8; VTK_COMPLEX_VECTOR_PER_NODE 9; VTK_COMPLEX_SCALAR_PER_ELEMENT = 10; VTK_COMPLEX_VECTOR_PER_ELEMENT = 11 |
|
Get the variable type of variable n. |
|
Get the variable type of variable n. |
|
Bring object up-to-date before execution. Update() checks modified time against last execution time, and re-executes object if necessary. Reimplemented from vtkSource. |
|
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 in this data set. |
|
Get the minimum or maximum time value in this data set. |
|
This method is the old style execute method Reimplemented from vtkSource. |
|
Read the case file. If an error occurred, 0 is returned; otherwise 1. |
|
Read the geometry file. If an error occurred, 0 is returned; otherwise 1. Reimplemented in vtkEnSight6BinaryReader, vtkEnSight6Reader, vtkEnSightGoldBinaryReader, and vtkEnSightGoldReader. |
|
Read the measured geometry file. If an error occurred, 0 is returned; otherwise 1. Reimplemented in vtkEnSight6BinaryReader, vtkEnSight6Reader, vtkEnSightGoldBinaryReader, and vtkEnSightGoldReader. |
|
Read the variable files. If an error occurred, 0 is returned; otherwise 1. |
|
Read scalars per node for this dataset. If an error occurred, 0 is returned; otherwise 1. Reimplemented in vtkEnSight6BinaryReader, vtkEnSight6Reader, vtkEnSightGoldBinaryReader, and vtkEnSightGoldReader. |
|
Read vectors per node for this dataset. If an error occurred, 0 is returned; otherwise 1. Reimplemented in vtkEnSight6BinaryReader, vtkEnSight6Reader, vtkEnSightGoldBinaryReader, and vtkEnSightGoldReader. |
|
Read tensors per node for this dataset. If an error occurred, 0 is returned; otherwise 1. Reimplemented in vtkEnSight6BinaryReader, vtkEnSight6Reader, vtkEnSightGoldBinaryReader, and vtkEnSightGoldReader. |
|
Read scalars per element for this dataset. If an error occurred, 0 is returned; otherwise 1. Reimplemented in vtkEnSight6BinaryReader, vtkEnSight6Reader, vtkEnSightGoldBinaryReader, and vtkEnSightGoldReader. |
|
Read vectors per element for this dataset. If an error occurred, 0 is returned; otherwise 1. Reimplemented in vtkEnSight6BinaryReader, vtkEnSight6Reader, vtkEnSightGoldBinaryReader, and vtkEnSightGoldReader. |
|
Read tensors per element for this dataset. If an error occurred, 0 is returned; otherwise 1. Reimplemented in vtkEnSight6BinaryReader, vtkEnSight6Reader, vtkEnSightGoldBinaryReader, and vtkEnSightGoldReader. |
|
Read an unstructured part (partId) from the geometry file and create a vtkUnstructuredGrid output. Return 0 if EOF reached. Reimplemented in vtkEnSight6BinaryReader, vtkEnSight6Reader, and vtkEnSightGoldReader. |
|
Read a structured part from the geometry file and create a vtkStructuredGridOutput. Return 0 if EOF reached. Reimplemented in vtkEnSight6BinaryReader, vtkEnSight6Reader, vtkEnSightGoldBinaryReader, and vtkEnSightGoldReader. |
|
Set/Get the Model file name. Reimplemented in vtkEnSightGoldReader. |
|
Set/Get the Model file name. Reimplemented in vtkEnSightGoldReader. |
|
Set/Get the Measured file name. Reimplemented in vtkEnSightGoldReader. |
|
Set/Get the Measured file name. Reimplemented in vtkEnSightGoldReader. |
|
Set/Get the Match file name. Reimplemented in vtkEnSightGoldReader. |
|
Set/Get the Match file name. Reimplemented in vtkEnSightGoldReader. |
|
Internal function to read in a line up to 256 characters. Returns zero if there was an error. |
|
|
|
Add another file name to the list for a particular variable type. |
|
Add another description to the list for a particular variable type. |
|
Record the variable type for the variable line just read. |
|
Determine the element type from a line read a file. Return -1 for invalid element type. |
|
Replace the *'s in the filename with the given filename number. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 282 of file vtkEnSightReader.h. |
|
Definition at line 284 of file vtkEnSightReader.h. |
|
Definition at line 285 of file vtkEnSightReader.h. |
|
Definition at line 286 of file vtkEnSightReader.h. |
|
Definition at line 287 of file vtkEnSightReader.h. |
|
Definition at line 290 of file vtkEnSightReader.h. |
|
Definition at line 293 of file vtkEnSightReader.h. |
|
Definition at line 295 of file vtkEnSightReader.h. |
|
Definition at line 296 of file vtkEnSightReader.h. |
|
Definition at line 297 of file vtkEnSightReader.h. |
|
Definition at line 300 of file vtkEnSightReader.h. |
|
Definition at line 301 of file vtkEnSightReader.h. |
|
Definition at line 304 of file vtkEnSightReader.h. |
|
Definition at line 305 of file vtkEnSightReader.h. |
|
Definition at line 308 of file vtkEnSightReader.h. |
|
Definition at line 309 of file vtkEnSightReader.h. |
|
Definition at line 312 of file vtkEnSightReader.h. |
|
Definition at line 313 of file vtkEnSightReader.h. |
|
Definition at line 316 of file vtkEnSightReader.h. |
|
Definition at line 317 of file vtkEnSightReader.h. |
|
Definition at line 320 of file vtkEnSightReader.h. |
|
Definition at line 321 of file vtkEnSightReader.h. |
|
Definition at line 324 of file vtkEnSightReader.h. |
|
Definition at line 327 of file vtkEnSightReader.h. |
|
Definition at line 328 of file vtkEnSightReader.h. |
|
Definition at line 331 of file vtkEnSightReader.h. |
|
Definition at line 334 of file vtkEnSightReader.h. |
|
Definition at line 335 of file vtkEnSightReader.h. |
|
Definition at line 337 of file vtkEnSightReader.h. |
|
Definition at line 338 of file vtkEnSightReader.h. |
|
Definition at line 339 of file vtkEnSightReader.h. |
|
Definition at line 340 of file vtkEnSightReader.h. |
|
Definition at line 342 of file vtkEnSightReader.h. |
|
Definition at line 343 of file vtkEnSightReader.h. |
|
Definition at line 344 of file vtkEnSightReader.h. |
|
Definition at line 346 of file vtkEnSightReader.h. |
|
Definition at line 347 of file vtkEnSightReader.h. |
|
Definition at line 350 of file vtkEnSightReader.h. |
|
Definition at line 351 of file vtkEnSightReader.h. |
|
Definition at line 352 of file vtkEnSightReader.h. |
|
Definition at line 353 of file vtkEnSightReader.h. |
|
Definition at line 354 of file vtkEnSightReader.h. |
|
Definition at line 355 of file vtkEnSightReader.h. |
|
Definition at line 356 of file vtkEnSightReader.h. |
|
Definition at line 357 of file vtkEnSightReader.h. |
|
Definition at line 358 of file vtkEnSightReader.h. |
|
Definition at line 359 of file vtkEnSightReader.h. |
|
Definition at line 360 of file vtkEnSightReader.h. |
|
Definition at line 361 of file vtkEnSightReader.h. |
|
Definition at line 363 of file vtkEnSightReader.h. |
|
Definition at line 365 of file vtkEnSightReader.h. |
|
Definition at line 370 of file vtkEnSightReader.h. |
|
Definition at line 375 of file vtkEnSightReader.h. |
|
Definition at line 378 of file vtkEnSightReader.h. |
|
Definition at line 379 of file vtkEnSightReader.h. |