66 #ifndef vtkXMLHyperTreeGridWriter_h
67 #define vtkXMLHyperTreeGridWriter_h
69 #include "vtkIOXMLModule.h"
82 class vtkTypeInt64Array;
83 class vtkTypeUInt32Array;
110 vtkSetMacro(DataSetMajorVersion,
int);
111 vtkSetMacro(DataSetMinorVersion,
int);
158 std::vector<vtkSmartPointer<vtkBitArray>>
Masks;
161 std::vector<vtkSmartPointer<vtkIdList>>
Ids;
178 } MetaDataForVersion2;
std::vector< vtkSmartPointer< vtkBitArray > > Descriptors
virtual const char * GetDataSetName()=0
std::vector< vtkSmartPointer< vtkIdList > > Ids
vtkDataObject * GetInput()
Assign a data object as input.
Abstract superclass for all arrays.
OffsetsManagerGroup * CellDataOMG
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
OffsetsManagerGroup * TreeIdsOMG
Helper class due to PIMPL excess.
OffsetsManagerGroup * NbVerticesByLevelOMG
Objects for traversal a HyperTreeGrid.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
OffsetsManagerGroup * MaskOMG
std::vector< vtkSmartPointer< vtkBitArray > > Masks
Superclass for VTK's XML file writers.
a simple class to control print indentation
list of point or cell ids
int GetDataSetMajorVersion() override
Methods to define the file's major and minor version numbers.
virtual void WritePrimaryElementAttributes(ostream &os, vtkIndent indent)
OffsetsManagerGroup * CoordsOMG
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
int GetDataSetMinorVersion() override
std::vector< vtkSmartPointer< vtkTypeInt64Array > > NbVerticesByLevels
OffsetsManagerGroup * DepthPerTreeOMG
dynamic, self-adjusting array of bits
A data object structured as a tree.
virtual const char * GetDefaultFileExtension()=0
Get the default file extension for files written by this writer.
static vtkAlgorithm * New()
Write VTK XML HyperTreeGrid files.
OffsetsManagerGroup * DescriptorOMG