Go to the source code of this file.
|
| class | partInfo |
| | Bookkeeping for GUI checklists and the multi-block organization. More...
|
| |
|
| | Foam::vtkPV3Readers |
| | A collection of helper functions when building a reader interface in ParaView3.
|
| |
| | Foam |
| | Namespace for OpenFOAM.
|
| |
|
| | NamespaceName ("vtkPV3Readers") |
| | Declare name of the class and its debug switch. More...
|
| |
| void | AddToBlock (vtkMultiBlockDataSet *output, vtkDataSet *dataset, const partInfo &selector, const label datasetNo, const std::string &datasetName) |
| | Convenience method use to convert the readers from VTK 5. More...
|
| |
| vtkDataSet * | GetDataSetFromBlock (vtkMultiBlockDataSet *output, const partInfo &selector, const label datasetNo) |
| | Convenience method use to convert the readers from VTK 5. More...
|
| |
| label | GetNumberOfDataSets (vtkMultiBlockDataSet *output, const partInfo &selector) |
| | Convenience method use to convert the readers from VTK 5. More...
|
| |
| wordHashSet | getSelected (vtkDataArraySelection *select) |
| | Retrieve the current selections as a wordHashSet. More...
|
| |
| wordHashSet | getSelected (vtkDataArraySelection *, const partInfo &) |
| | Retrieve a sub-list of the current selections. More...
|
| |
| stringList | getSelectedArrayEntries (vtkDataArraySelection *) |
| | Retrieve the current selections. More...
|
| |
| stringList | getSelectedArrayEntries (vtkDataArraySelection *select, const partInfo &selector) |
| | Retrieve a sub-list of the current selections. More...
|
| |
| void | setSelectedArrayEntries (vtkDataArraySelection *, const stringList &) |
| | Set selection(s) More...
|
| |
Original source file vtkPV3Readers.H
Definition in file vtkPV3Readers.H.
| #define VTK_EXCLUDE_STRSTREAM_HEADERS |