 |
VTK
9.0.1
|
Go to the documentation of this file.
22 #ifndef vtkBitArrayIterator_h
23 #define vtkBitArrayIterator_h
26 #include "vtkCommonCoreModule.h"
73 int GetNumberOfComponents();
83 int GetDataTypeSize()
const;
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.
virtual int GetDataType() const =0
Get the data type from the underlying array.
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
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