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

Method Reset

Common/DataModel/vtkPath.cxx:60–64  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

58
59//------------------------------------------------------------------------------
60void vtkPath::Reset()
61{
62 this->Points->Reset();
63 this->PointData->Reset();
64}
65
66//------------------------------------------------------------------------------
67vtkPath* vtkPath::GetData(vtkInformation* info)

Callers 15

InitializeMethod · 0.45
GetDistinctCellTypesMethod · 0.45
GetCellMethod · 0.45
GetEdgeMethod · 0.45
GetFaceMethod · 0.45
FindCellMethod · 0.45
InitializeMethod · 0.45
SubtractSelectionListMethod · 0.45
GetEdgeMethod · 0.45
SetOrderMethod · 0.45

Calls

no outgoing calls

Tested by 9

TestResetFunction · 0.36
TestIsValidOffsetsFunction · 0.36
ComparePointLocatorsFunction · 0.36
TestPathFunction · 0.36
BuildCaseGridFunction · 0.36
TestOCTFunction · 0.36