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

Method GetCenterlineAxis1

Interaction/Widgets/vtkResliceCursorPolyDataAlgorithm.cxx:99–102  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

97
98//------------------------------------------------------------------------------
99vtkPolyData* vtkResliceCursorPolyDataAlgorithm::GetCenterlineAxis1()
100{
101 return vtkPolyData::SafeDownCast(this->GetExecutive()->GetOutputData(0));
102}
103
104//------------------------------------------------------------------------------
105vtkPolyData* vtkResliceCursorPolyDataAlgorithm::GetCenterlineAxis2()

Callers 1

RequestDataMethod · 0.95

Calls 2

GetOutputDataMethod · 0.45
GetExecutiveMethod · 0.45

Tested by

no test coverage detected