MCPcopy Create free account
hub / github.com/MITK/MITK / GetSplinesPolyData

Method GetSplinesPolyData

Modules/MapperExt/src/mitkSplineVtkMapper3D.cpp:139–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139vtkPolyData *mitk::SplineVtkMapper3D::GetSplinesPolyData()
140{
141 if (m_SplinesAvailable)
142 return (dynamic_cast<vtkPolyDataMapper *>(m_SplinesActor->GetMapper()))->GetInput();
143 else
144 return nullptr;
145}
146
147vtkActor *mitk::SplineVtkMapper3D::GetSplinesActor()
148{

Callers

nothing calls this directly

Calls 2

GetMapperMethod · 0.80
GetInputMethod · 0.45

Tested by

no test coverage detected