Go to the documentation of this file.
22 #ifndef vtkBitArrayIterator_h
23 #define vtkBitArrayIterator_h
25 #include "vtkCommonCoreModule.h"
73 int GetNumberOfComponents();
83 int GetDataTypeSize();
virtual void Initialize(vtkAbstractArray *array)=0
Set the array this iterator will iterate over.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
virtual int GetDataType()=0
Get the data type from the underlying array.
Abstract superclass for all arrays.
int ValueType
Data type of a value.
Abstract superclass to iterate over elements in an vtkAbstractArray.
Iterator for vtkBitArray. This iterator iterates over a vtkBitArray. It uses the double interface to ...
dynamic, self-adjusting array of bits