36 #ifndef vtkCompositeDataSet_h
37 #define vtkCompositeDataSet_h
39 #include "vtkCommonDataModelModule.h"
45 class vtkCompositeDataSetInternals;
190 template <
class DataSetT = vtkDataSet>
191 static std::vector<DataSetT*> GetDataSets(
vtkDataObject* dobj,
bool preserveNull =
false);
202 #include "vtkCompositeDataSet.txx"
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkDataObject * GetData(vtkInformation *info)
Retrieve an instance of this class from an information object.
void GetBounds(T a, double bds[6])
abstract class to specify dataset behavior
#define VTK_COMPOSITE_DATA_SET
virtual void Initialize()
Restore data object to initial state,.
superclass for composite data iterators
abstract superclass for composite (multi-block or AMR) datasets
a simple class to control print indentation
virtual unsigned long GetActualMemorySize()
Return the actual size of the data in kibibytes (1024 bytes).
virtual vtkIdType GetNumberOfElements(int type)
Get the number of elements for a specific attribute type (POINT, CELL, etc.).
int GetDataObjectType() override
Return class name of data type (see vtkType.h for definitions).
general representation of visualization data
virtual void DeepCopy(vtkDataObject *src)
Shallow and Deep copy.
virtual void ShallowCopy(vtkDataObject *src)
Shallow and Deep copy.