------------------------------------------------------------------------------
| 104 | } |
| 105 | //------------------------------------------------------------------------------ |
| 106 | int vtkBitArrayIterator::GetNumberOfComponents() const |
| 107 | { |
| 108 | if (this->Array) |
| 109 | { |
| 110 | return this->Array->GetNumberOfComponents(); |
| 111 | } |
| 112 | return 0; |
| 113 | } |
| 114 | |
| 115 | //------------------------------------------------------------------------------ |
| 116 | int vtkBitArrayIterator::GetDataType() const |
no outgoing calls