22 #ifndef vtkBitArrayIterator_h 23 #define vtkBitArrayIterator_h 25 #include "vtkCommonCoreModule.h" 73 int GetNumberOfComponents();
83 int GetDataTypeSize();
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Iterator for vtkBitArray.
virtual int GetDataType()=0
Get the data type from the underlying array.
Abstract superclass for all arrays.
int ValueType
Data type of a value.
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...