Class TargetDisplay
Defined in File point_viz.h
Class Documentation
-
class TargetDisplay
Manages the state of the camera target display.
Public Functions
-
void enable_rings(bool state)
Enable or disable distance ring display.
- Parameters:
state[in] – true to display rings
-
void set_ring_size(int n)
Set the distance between rings.
- Parameters:
n[in] – space between rings will be 10^n meters
-
void set_ring_line_width(int line_width)
Set the line width of the rings.
- Parameters:
line_width[in] – of the rings line
Friends
- friend class impl::GLRings
-
void enable_rings(bool state)