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

Method GetPoint2WorldPosition

Interaction/Widgets/vtkLineRepresentation.cxx:314–317  ·  view source on GitHub ↗

Point2 ------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

312// Point2
313//------------------------------------------------------------------------------
314void vtkLineRepresentation::GetPoint2WorldPosition(double pos[3]) VTK_FUTURE_CONST
315{
316 this->Point2Representation->GetWorldPosition(pos);
317}
318
319double* vtkLineRepresentation::GetPoint2WorldPosition()
320{

Callers 13

BuildRepresentationMethod · 0.95
ProcessKeyEventsMethod · 0.45
BuildRepresentationMethod · 0.45
ExecuteMethod · 0.45
ExecuteMethod · 0.45
TestDistanceWidgetFunction · 0.45
ExecuteMethod · 0.45

Calls 1

GetWorldPositionMethod · 0.45

Tested by 8

ExecuteMethod · 0.36
ExecuteMethod · 0.36
TestDistanceWidgetFunction · 0.36
ExecuteMethod · 0.36
ExecuteMethod · 0.36