MCPcopy Create free account
hub / github.com/Kitware/VTK / GetCenterlineAxis2

Method GetCenterlineAxis2

Interaction/Widgets/vtkResliceCursorPolyDataAlgorithm.cxx:105–108  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

103
104//------------------------------------------------------------------------------
105vtkPolyData* vtkResliceCursorPolyDataAlgorithm::GetCenterlineAxis2()
106{
107 return vtkPolyData::SafeDownCast(this->GetExecutive()->GetOutputData(1));
108}
109
110//------------------------------------------------------------------------------
111vtkPolyData* vtkResliceCursorPolyDataAlgorithm::GetThickSlabAxis1()

Callers 1

RequestDataMethod · 0.95

Calls 2

GetOutputDataMethod · 0.45
GetExecutiveMethod · 0.45

Tested by

no test coverage detected