------------------------------------------------------------------------------ Reset
| 201 | //------------------------------------------------------------------------------ |
| 202 | // Reset |
| 203 | void vtkGenericAdaptorCell::Reset() |
| 204 | { |
| 205 | this->InternalPoints->Reset(); |
| 206 | this->InternalCellArray->Reset(); |
| 207 | this->InternalScalars->Reset(); |
| 208 | } |
| 209 | |
| 210 | //------------------------------------------------------------------------------ |
| 211 | void vtkGenericAdaptorCell::Contour(vtkContourValues* contourValues, vtkImplicitFunction* f, |
no outgoing calls
no test coverage detected