Go to the documentation of this file.
22 #ifndef vtkBitArrayIterator_h
23 #define vtkBitArrayIterator_h
25 #include "vtkCommonCoreModule.h"
83 int GetDataTypeSize();
vtkIdType GetNumberOfTuples()
Must be called only after Initialize.
int GetNumberOfComponents()
Must be called only after Initialize.
int GetValue(vtkIdType id)
Must be called only after Initialize.
void Initialize(vtkAbstractArray *array) override
Set the array this iterator will iterate over.
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
vtkIdType GetNumberOfValues()
Must be called only after Initialize.
int GetDataType() override
Get the data type from the underlying array.
int * GetTuple(vtkIdType id)
Must be called only after Initialize.
vtkAbstractArray * GetArray()
Get the 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.
static vtkBitArrayIterator * New()
dynamic, self-adjusting array of bits