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

Method ~vtkTransformFilter

Filters/General/vtkTransformFilter.cxx:37–40  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

35
36//------------------------------------------------------------------------------
37vtkTransformFilter::~vtkTransformFilter()
38{
39 this->SetTransform(nullptr);
40}
41
42//------------------------------------------------------------------------------
43int vtkTransformFilter::FillInputPortInformation(int vtkNotUsed(port), vtkInformation* info)

Callers

nothing calls this directly

Calls 1

SetTransformMethod · 0.45

Tested by

no test coverage detected