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

Method GetPoint2DisplayPosition

Interaction/Widgets/vtkLineRepresentation.cxx:325–328  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

323
324//------------------------------------------------------------------------------
325void vtkLineRepresentation::GetPoint2DisplayPosition(double pos[3]) VTK_FUTURE_CONST
326{
327 this->Point2Representation->GetDisplayPosition(pos);
328}
329
330double* vtkLineRepresentation::GetPoint2DisplayPosition()
331{

Callers 9

MoveActionMethod · 0.45
BuildRepresentationMethod · 0.45
ExecuteMethod · 0.45
TestDistanceWidgetFunction · 0.45
ExecuteMethod · 0.45

Calls 1

GetDisplayPositionMethod · 0.80

Tested by 4

ExecuteMethod · 0.36
TestDistanceWidgetFunction · 0.36
ExecuteMethod · 0.36