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