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

Method ~vtkGeneralTransform

Common/Transforms/vtkGeneralTransform.cxx:23–35  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

SetInputMethod · 0.95
DeleteMethod · 0.65

Tested by

no test coverage detected