#include <pcl/visualization/window.h>
|
| Window (const std::string &window_name="") |
|
| Window (const Window &src) |
|
Window & | operator= (const Window &src) |
|
virtual | ~Window () |
|
void | spin () |
| Spin method. More...
|
|
void | spinOnce (int time=1, bool force_redraw=false) |
| Spin once method. More...
|
|
bool | wasStopped () const |
| Returns true when the user tried to close the window. More...
|
|
boost::signals2::connection | registerKeyboardCallback (void(*callback)(const pcl::visualization::KeyboardEvent &, void *), void *cookie=NULL) |
| registering a callback function for keyboard events More...
|
|
template<typename T > |
boost::signals2::connection | registerKeyboardCallback (void(T::*callback)(const pcl::visualization::KeyboardEvent &, void *), T &instance, void *cookie=NULL) |
| registering a callback function for keyboard events More...
|
|
boost::signals2::connection | registerMouseCallback (void(*callback)(const pcl::visualization::MouseEvent &, void *), void *cookie=NULL) |
|
template<typename T > |
boost::signals2::connection | registerMouseCallback (void(T::*callback)(const pcl::visualization::MouseEvent &, void *), T &instance, void *cookie=NULL) |
| registering a callback function for mouse events More...
|
|
|
static void | MouseCallback (vtkObject *, unsigned long eid, void *clientdata, void *calldata) |
|
static void | KeyboardCallback (vtkObject *, unsigned long eid, void *clientdata, void *calldata) |
|
Definition at line 62 of file window.h.
pcl::visualization::Window::Window |
( |
const std::string & |
window_name = "" | ) |
|
pcl::visualization::Window::Window |
( |
const Window & |
src | ) |
|
virtual pcl::visualization::Window::~Window |
( |
| ) |
|
|
virtual |
void pcl::visualization::Window::emitKeyboardEvent |
( |
unsigned long |
event_id | ) |
|
|
protected |
void pcl::visualization::Window::emitMouseEvent |
( |
unsigned long |
event_id | ) |
|
|
protected |
static void pcl::visualization::Window::KeyboardCallback |
( |
vtkObject * |
, |
|
|
unsigned long |
eid, |
|
|
void * |
clientdata, |
|
|
void * |
calldata |
|
) |
| |
|
staticprotected |
static void pcl::visualization::Window::MouseCallback |
( |
vtkObject * |
, |
|
|
unsigned long |
eid, |
|
|
void * |
clientdata, |
|
|
void * |
calldata |
|
) |
| |
|
staticprotected |
Window& pcl::visualization::Window::operator= |
( |
const Window & |
src | ) |
|
boost::signals2::connection pcl::visualization::Window::registerKeyboardCallback |
( |
void(*)(const pcl::visualization::KeyboardEvent &, void *) |
callback, |
|
|
void * |
cookie = NULL |
|
) |
| |
|
inline |
registering a callback function for keyboard events
- Parameters
-
callback | the function that will be registered as a callback for a keyboard event |
cookie | user data that is passed to the callback |
- Returns
- connection object that allows to disconnect the callback function.
Definition at line 94 of file window.h.
template<typename T >
boost::signals2::connection pcl::visualization::Window::registerKeyboardCallback |
( |
void(T::*)(const pcl::visualization::KeyboardEvent &, void *) |
callback, |
|
|
T & |
instance, |
|
|
void * |
cookie = NULL |
|
) |
| |
|
inline |
registering a callback function for keyboard events
- Parameters
-
callback | the member function that will be registered as a callback for a keyboard event |
instance | instance to the class that implements the callback function |
cookie | user data that is passed to the callback |
- Returns
- connection object that allows to disconnect the callback function.
Definition at line 108 of file window.h.
registering a callback boost::function for keyboard events
- Returns
- connection object that allows to disconnect the callback function.
boost::signals2::connection pcl::visualization::Window::registerMouseCallback |
( |
void(*)(const pcl::visualization::MouseEvent &, void *) |
callback, |
|
|
void * |
cookie = NULL |
|
) |
| |
|
inline |
- Parameters
-
callback | the function that will be registered as a callback for a mouse event |
cookie | user data that is passed to the callback |
- Returns
- connection object that allows to disconnect the callback function.
Definition at line 121 of file window.h.
template<typename T >
boost::signals2::connection pcl::visualization::Window::registerMouseCallback |
( |
void(T::*)(const pcl::visualization::MouseEvent &, void *) |
callback, |
|
|
T & |
instance, |
|
|
void * |
cookie = NULL |
|
) |
| |
|
inline |
registering a callback function for mouse events
- Parameters
-
callback | the member function that will be registered as a callback for a mouse event |
instance | instance to the class that implements the callback function |
cookie | user data that is passed to the callback |
- Returns
- connection object that allows to disconnect the callback function.
Definition at line 135 of file window.h.
registering a callback function for mouse events
- Returns
- connection object that allows to disconnect the callback function.
void pcl::visualization::Window::resetStoppedFlag |
( |
| ) |
|
|
inlineprotected |
Set the stopped flag back to false.
Definition at line 145 of file window.h.
void pcl::visualization::Window::spin |
( |
| ) |
|
Spin method.
Calls the interactor and runs an internal loop.
void pcl::visualization::Window::spinOnce |
( |
int |
time = 1 , |
|
|
bool |
force_redraw = false |
|
) |
| |
Spin once method.
Calls the interactor and updates the screen once.
- Parameters
-
time | - How long (in ms) should the visualization loop be allowed to run. |
force_redraw | - if false it might return without doing anything if the interactor's framerate does not require a redraw yet. |
bool pcl::visualization::Window::wasStopped |
( |
| ) |
const |
|
inline |
Returns true when the user tried to close the window.
Definition at line 85 of file window.h.
vtkSmartPointer<vtkRenderWindowInteractor> pcl::visualization::Window::interactor_ |
|
protected |
vtkCallbackCommand* pcl::visualization::Window::keyboard_command_ |
|
protected |
vtkCallbackCommand* pcl::visualization::Window::mouse_command_ |
|
protected |
The collection of renderers used.
Definition at line 225 of file window.h.
bool pcl::visualization::Window::stopped_ |
|
protected |
The render window interactor style.
Definition at line 223 of file window.h.
int pcl::visualization::Window::timer_id_ |
|
protected |
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/pcl-1.8.0/visualization/include/pcl/visualization/window.h