MCPcopy Create free account
hub / github.com/Kitware/VTK / Reset

Method Reset

Common/DataModel/vtkGenericAdaptorCell.cxx:203–208  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Reset

Source from the content-addressed store, hash-verified

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

Callers 4

ContourMethod · 0.95
ClipMethod · 0.95
TessellateMethod · 0.95
TriangulateFaceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected