MCPcopy Create free account
hub / github.com/Kitware/VTK / ~vtkImplicitFunction

Method ~vtkImplicitFunction

Common/DataModel/vtkImplicitFunction.cxx:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23vtkImplicitFunction::~vtkImplicitFunction()
24{
25 // static_cast needed since otherwise the
26 // call to SetTransform becomes ambiguous
27 this->SetTransform(static_cast<vtkAbstractTransform*>(nullptr));
28}
29
30namespace
31{

Callers

nothing calls this directly

Calls 1

SetTransformMethod · 0.95

Tested by

no test coverage detected