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

Method ~vtkPerspectiveTransform

Common/Transforms/vtkPerspectiveTransform.cxx:25–37  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

23
24//------------------------------------------------------------------------------
25vtkPerspectiveTransform::~vtkPerspectiveTransform()
26{
27 this->SetInput(nullptr);
28
29 if (this->Concatenation)
30 {
31 this->Concatenation->Delete();
32 }
33 if (this->Stack)
34 {
35 this->Stack->Delete();
36 }
37}
38
39//------------------------------------------------------------------------------
40void vtkPerspectiveTransform::PrintSelf(ostream& os, vtkIndent indent)

Callers

nothing calls this directly

Calls 2

SetInputMethod · 0.95
DeleteMethod · 0.65

Tested by

no test coverage detected