54 #ifndef vtkXMLHyperTreeGridWriter_h
55 #define vtkXMLHyperTreeGridWriter_h
57 #include "vtkIOXMLModule.h"
63 VTK_ABI_NAMESPACE_BEGIN
71 class vtkTypeInt64Array;
72 class vtkTypeUInt32Array;
99 vtkSetMacro(DataSetMajorVersion,
int);
100 vtkSetMacro(DataSetMinorVersion,
int);
147 std::vector<vtkSmartPointer<vtkBitArray>>
Masks;
150 std::vector<vtkSmartPointer<vtkIdList>>
Ids;
167 } MetaDataForVersion2;
188 VTK_ABI_NAMESPACE_END
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