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

Method CleanRepresentation

Interaction/Widgets/vtkAbstractSplineRepresentation.cxx:31–35  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

29
30//------------------------------------------------------------------------------
31void vtkAbstractSplineRepresentation::CleanRepresentation()
32{
33 this->LineMapper->SetInputConnection(nullptr);
34 this->SetParametricSplineInternal(nullptr);
35}
36
37//------------------------------------------------------------------------------
38void vtkAbstractSplineRepresentation::SetParametricSplineInternal(vtkParametricSpline* spline)

Callers 3

SetNumberOfHandlesMethod · 0.80
UpdateConfigurationMethod · 0.80
SetNumberOfHandlesMethod · 0.80

Calls 2

SetInputConnectionMethod · 0.45

Tested by

no test coverage detected