Go to the documentation of this file.
21 #ifndef vtkBitArrayIterator_h
22 #define vtkBitArrayIterator_h
vtkIdType GetNumberOfTuples()
int GetNumberOfComponents()
#define VTKCOMMONCORE_EXPORT
GLboolean GLboolean GLboolean b
int GetValue(vtkIdType id)
#define vtkTypeMacro(thisClass, superclass)
void SetValue(vtkIdType id, int value)
GLsizei const GLfloat * value
a simple class to control print indentation
vtkIdType GetNumberOfValues()
int * GetTuple(vtkIdType id)
vtkAbstractArray * GetArray()
Abstract superclass for all arrays.
Abstract superclass to iterate over elements in an vtkAbstractArray.
Iterator for vtkBitArray. This iterator iterates over a vtkBitArray. It uses the double interface to ...
static vtkBitArrayIterator * New()
void PrintSelf(ostream &os, vtkIndent indent)
dynamic, self-adjusting array of bits
void SetArray(vtkBitArray *b)
virtual void Initialize(vtkAbstractArray *array)