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

Method GetPoint2

Rendering/Annotation/vtkAxisActor.cxx:1739–1742  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1737
1738//------------------------------------------------------------------------------
1739double* vtkAxisActor::GetPoint2()
1740{
1741 return this->Point2Coordinate->GetValue();
1742}
1743
1744//------------------------------------------------------------------------------
1745// Creates points for ticks (minor, major, gridlines) in correct position

Callers 13

BuildTitle2DMethod · 0.95
BuildExponent2DMethod · 0.95
PaintMethod · 0.45
MouseMoveEventMethod · 0.45
MouseButtonPressEventMethod · 0.45
ExecuteMethod · 0.45

Calls 1

GetValueMethod · 0.45

Tested by

no test coverage detected