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

Method GetInput

Modules/ContourModel/src/Rendering/mitkContourModelMapper2D.cpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73mitk::ContourModel *mitk::ContourModelMapper2D::GetInput(void)
74{
75 return static_cast<mitk::ContourModel *>(GetDataNode()->GetData());
76}
77
78void mitk::ContourModelMapper2D::SetDefaultProperties(mitk::DataNode *node,
79 mitk::BaseRenderer *renderer,

Callers 3

MitkRenderMethod · 0.95
WriteMethod · 0.45
WriteMethod · 0.45

Calls 1

GetDataMethod · 0.45

Tested by

no test coverage detected