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

Method ~vtkTransform

Common/Transforms/vtkTransform.cxx:32–44  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

30
31//------------------------------------------------------------------------------
32vtkTransform::~vtkTransform()
33{
34 this->SetInput(nullptr);
35
36 if (this->Concatenation)
37 {
38 this->Concatenation->Delete();
39 }
40 if (this->Stack)
41 {
42 this->Stack->Delete();
43 }
44}
45
46//------------------------------------------------------------------------------
47void vtkTransform::PrintSelf(ostream& os, vtkIndent indent)

Callers

nothing calls this directly

Calls 2

SetInputMethod · 0.95
DeleteMethod · 0.65

Tested by

no test coverage detected