36 #ifndef vtkPV3Readers_H 37 #define vtkPV3Readers_H 40 #ifndef VTK_EXCLUDE_STRSTREAM_HEADERS 41 # define VTK_EXCLUDE_STRSTREAM_HEADERS 53 class vtkDataArraySelection;
56 class vtkPV3FoamReader;
59 class vtkMultiBlockDataSet;
61 class vtkUnstructuredGrid;
69 namespace vtkPV3Readers
118 return start_ + size_;
156 vtkMultiBlockDataSet* output,
159 const label datasetNo,
160 const std::string& datasetName
168 vtkMultiBlockDataSet* output,
170 const label datasetNo
178 vtkMultiBlockDataSet* output,
186 vtkDataArraySelection* select
193 vtkDataArraySelection*,
204 vtkDataArraySelection* select,
212 vtkDataArraySelection*,
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.
A HashTable with keys but without contents.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
NamespaceName("vtkPV3Readers")
Declare name of the class and its debug switch.
int block() const
Return the block holding these datasets.
Bookkeeping for GUI checklists and the multi-block organization.
partInfo(const char *name, const int blockNo=0)
void operator+=(const int n)
Increment the size.
stringList getSelectedArrayEntries(vtkDataArraySelection *)
Retrieve the current selections.
label GetNumberOfDataSets(vtkMultiBlockDataSet *output, const partInfo &selector)
Convenience method use to convert the readers from VTK 5.
int block(int blockNo)
Assign block number, return previous value.
wordHashSet getSelected(vtkDataArraySelection *select)
Retrieve the current selections as a wordHashSet.
vtkDataSet * GetDataSetFromBlock(vtkMultiBlockDataSet *output, const partInfo &selector, const label datasetNo)
Convenience method use to convert the readers from VTK 5.
Macro definitions for declaring ClassName(), NamespaceName(), etc.
void operator=(const int i)
Assign new start and reset the size.
void setSelectedArrayEntries(vtkDataArraySelection *, const stringList &)
Set selection(s)
const char * name() const