Classes | Namespaces | Macros | Functions
vtkPV3Readers.H File Reference
Include dependency graph for vtkPV3Readers.H:

Go to the source code of this file.

Classes

class  partInfo
 Bookkeeping for GUI checklists and the multi-block organization. More...
 

Namespaces

 Foam::vtkPV3Readers
 A collection of helper functions when building a reader interface in ParaView3.
 
 Foam
 Namespace for OpenFOAM.
 

Macros

#define VTK_EXCLUDE_STRSTREAM_HEADERS
 

Functions

 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...
 

Detailed Description

Original source file vtkPV3Readers.H

Definition in file vtkPV3Readers.H.

Macro Definition Documentation

#define VTK_EXCLUDE_STRSTREAM_HEADERS

Definition at line 41 of file vtkPV3Readers.H.