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

Method SetPlaneGeometry

Modules/PlanarFigure/src/DataManagement/mitkPlanarFigure.cpp:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void mitk::PlanarFigure::SetPlaneGeometry(mitk::PlaneGeometry *geometry)
65{
66 this->SetGeometry(geometry);
67
68}
69
70const mitk::PlaneGeometry *mitk::PlanarFigure::GetPlaneGeometry() const
71{

Callers 7

DoReadMethod · 0.45
CreatePlanarFiguresMethod · 0.45
mitkPlanarPolygonTestFunction · 0.45
mitkPlanarArrowTestFunction · 0.45
mitkPlanarCrossTestFunction · 0.45
AddInitialPointMethod · 0.45

Calls 1

SetGeometryMethod · 0.45

Tested by 5

CreatePlanarFiguresMethod · 0.36
mitkPlanarPolygonTestFunction · 0.36
mitkPlanarArrowTestFunction · 0.36
mitkPlanarCrossTestFunction · 0.36