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

Method GetCenterWorldPosition

Interaction/Widgets/vtkAngleRepresentation2D.cxx:64–74  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

62
63//------------------------------------------------------------------------------
64void vtkAngleRepresentation2D::GetCenterWorldPosition(double pos[3]) VTK_FUTURE_CONST
65{
66 if (this->CenterRepresentation)
67 {
68 this->CenterRepresentation->GetWorldPosition(pos);
69 }
70 else
71 {
72 pos[0] = pos[1] = pos[2] = 0.0;
73 }
74}
75
76//------------------------------------------------------------------------------
77void vtkAngleRepresentation2D::GetPoint2WorldPosition(double pos[3]) VTK_FUTURE_CONST

Callers 3

BuildRepresentationMethod · 0.95
ExecuteMethod · 0.45
ExecuteMethod · 0.45

Calls 1

GetWorldPositionMethod · 0.45

Tested by 2

ExecuteMethod · 0.36
ExecuteMethod · 0.36