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

Method GetPoint2WorldPosition

Interaction/Widgets/vtkAngleRepresentation2D.cxx:77–87  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

75
76//------------------------------------------------------------------------------
77void vtkAngleRepresentation2D::GetPoint2WorldPosition(double pos[3]) VTK_FUTURE_CONST
78{
79 if (this->Point2Representation)
80 {
81 this->Point2Representation->GetWorldPosition(pos);
82 }
83 else
84 {
85 pos[0] = pos[1] = pos[2] = 0.0;
86 }
87}
88
89//------------------------------------------------------------------------------
90void vtkAngleRepresentation2D::SetPoint1DisplayPosition(double x[3])

Callers 1

BuildRepresentationMethod · 0.95

Calls 1

GetWorldPositionMethod · 0.45

Tested by

no test coverage detected