------------------------------------------------------------------------------
| 830 | |
| 831 | //------------------------------------------------------------------------------ |
| 832 | void vtkBitArray::DataChanged() |
| 833 | { |
| 834 | if (this->Lookup) |
| 835 | { |
| 836 | this->Lookup->Rebuild = true; |
| 837 | } |
| 838 | } |
| 839 | |
| 840 | //------------------------------------------------------------------------------ |
| 841 | void vtkBitArray::ClearLookup() |
no outgoing calls
no test coverage detected