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

Method SetPoint2DisplayPosition

Interaction/Widgets/vtkLineRepresentation.cxx:346–352  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

344
345//------------------------------------------------------------------------------
346void vtkLineRepresentation::SetPoint2DisplayPosition(double x[3])
347{
348 this->Point2Representation->SetDisplayPosition(x);
349 double p[3];
350 this->Point2Representation->GetWorldPosition(p);
351 this->Point2Representation->SetWorldPosition(p);
352}
353
354//------------------------------------------------------------------------------
355void vtkLineRepresentation::SetRenderer(vtkRenderer* ren)

Callers 11

WidgetInteractionMethod · 0.45
WidgetInteractionMethod · 0.45
StartWidgetDefinitionMethod · 0.45
ExecuteMethod · 0.45
ExecuteMethod · 0.45

Calls 3

SetDisplayPositionMethod · 0.45
GetWorldPositionMethod · 0.45
SetWorldPositionMethod · 0.45

Tested by 4

ExecuteMethod · 0.36
ExecuteMethod · 0.36