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

Method ComputeWorldPosition

Interaction/Widgets/vtkPolyDataPointPlacer.cxx:79–83  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

77
78//------------------------------------------------------------------------------
79int vtkPolyDataPointPlacer::ComputeWorldPosition(vtkRenderer* ren, double displayPos[2],
80 double* vtkNotUsed(refWorldPos), double worldPos[3], double worldOrient[9])
81{
82 return this->ComputeWorldPosition(ren, displayPos, worldPos, worldOrient);
83}
84
85//------------------------------------------------------------------------------
86int vtkPolyDataPointPlacer::ComputeWorldPosition(

Callers

nothing calls this directly

Calls 8

GetNextPropMethod · 0.80
GetNextNodeMethod · 0.80
GetPickPositionMethod · 0.80
PickMethod · 0.45
GetPathMethod · 0.45
InitTraversalMethod · 0.45
GetNumberOfItemsMethod · 0.45
GetViewPropMethod · 0.45

Tested by

no test coverage detected