#include <window.h>
Public Member Functions | |
| virtual void | Execute (vtkObject *, unsigned long event_id, void *call_data) |
| ExitMainLoopTimerCallback () | |
| ExitMainLoopTimerCallback (const ExitMainLoopTimerCallback &src) | |
| ExitMainLoopTimerCallback & | operator= (const ExitMainLoopTimerCallback &src) |
Static Public Member Functions | |
| static ExitMainLoopTimerCallback * | New () |
Public Attributes | |
| int | right_timer_id |
| Window * | window |
Definition at line 332 of file window.cpp.
| pcl::visualization::Window::ExitMainLoopTimerCallback::ExitMainLoopTimerCallback | ( | const ExitMainLoopTimerCallback & | src | ) |
Definition at line 338 of file window.cpp.
| void pcl::visualization::Window::ExitMainLoopTimerCallback::Execute | ( | vtkObject * | , |
| unsigned long | event_id, | ||
| void * | call_data | ||
| ) | [virtual] |
Definition at line 356 of file window.cpp.
| static ExitMainLoopTimerCallback* pcl::visualization::Window::ExitMainLoopTimerCallback::New | ( | ) | [inline, static] |
| pcl::visualization::Window::ExitMainLoopTimerCallback & pcl::visualization::Window::ExitMainLoopTimerCallback::operator= | ( | const ExitMainLoopTimerCallback & | src | ) |
Definition at line 346 of file window.cpp.