Handle holding the plot from the viewers. The plot will continue to be drawn as long as a reference to this handle is held. [詳細]
#include <viewer.h>
Public メソッド | |
virtual | ~GraphHandle () |
virtual void | SetTransform (const RaveTransform< float > &t) OPENRAVE_DUMMY_IMPLEMENTATION |
Changes the underlying transformation of the plot. [multi-thread safe] | |
virtual void | SetShow (bool bshow) OPENRAVE_DUMMY_IMPLEMENTATION |
Shows or hides the plot without destroying its resources. [multi-thread safe] | |
Handle holding the plot from the viewers. The plot will continue to be drawn as long as a reference to this handle is held.
Designed to be multi-thread safe and destruction and modification of the viewer plot can be done at any time. The viewers internally handle synchronization and threading issues.
|
virtual |
Shows or hides the plot without destroying its resources. [multi-thread safe]
|
virtual |
Changes the underlying transformation of the plot. [multi-thread safe]
t | new transformation of the plot |