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

Method Reset

Filters/Geometry/vtkGeometryFilter.cxx:599–603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

597 }
598
599 void Reset()
600 {
601 this->ResetIndices();
602 this->Chunks.clear();
603 }
604
605 TFace* Allocate(const int& numberOfPoints)
606 {

Callers 14

InitializeMethod · 0.95
operator()Method · 0.45
ExecuteUnstructuredGridFunction · 0.45
RequestDataMethod · 0.45
RequestDataMethod · 0.45
FillCellsGhostArrayMethod · 0.45
ProcessCellMethod · 0.45
DataSetExecuteMethod · 0.45

Calls 2

ResetIndicesMethod · 0.95
clearMethod · 0.45

Tested by

no test coverage detected