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

Method GetPoint2DisplayPosition

Interaction/Widgets/vtkAngleRepresentation2D.cxx:199–210  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

197
198//------------------------------------------------------------------------------
199void vtkAngleRepresentation2D::GetPoint2DisplayPosition(double pos[3]) VTK_FUTURE_CONST
200{
201 if (this->Point2Representation)
202 {
203 this->Point2Representation->GetDisplayPosition(pos);
204 pos[2] = 0.0;
205 }
206 else
207 {
208 pos[0] = pos[1] = pos[2] = 0.0;
209 }
210}
211
212//------------------------------------------------------------------------------
213void vtkAngleRepresentation2D::BuildRepresentation()

Callers 1

BuildRepresentationMethod · 0.95

Calls 1

GetDisplayPositionMethod · 0.80

Tested by

no test coverage detected