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

Method GetPoint1DisplayPosition

Interaction/Widgets/vtkLineRepresentation.cxx:283–286  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

281
282//------------------------------------------------------------------------------
283void vtkLineRepresentation::GetPoint1DisplayPosition(double pos[3]) VTK_FUTURE_CONST
284{
285 this->Point1Representation->GetDisplayPosition(pos);
286}
287
288double* vtkLineRepresentation::GetPoint1DisplayPosition()
289{

Callers 10

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