------------------------------------------------------------------------------
| 158 | |
| 159 | //------------------------------------------------------------------------------ |
| 160 | void vtkBitArray::SetArrayFreeFunction(void (*callback)(void*)) |
| 161 | { |
| 162 | this->DeleteFunction = callback; |
| 163 | } |
| 164 | |
| 165 | //------------------------------------------------------------------------------ |
| 166 | // Get the data at a particular index. |
no outgoing calls