#include <vvid_frame_trail.h>
Definition at line 26 of file vvid_frame_trail.h.
Public Member Functions | |
| vvid_frame_trail () | |
| ~vvid_frame_trail () | |
| void | set_window (unsigned int window) |
| void | clear () |
| void | add_spatial_objects (vcl_vector< vsol_spatial_object_2d_sptr > const &sos) |
| add to queue. | |
| void | add_topology_objects (vcl_vector< vtol_topology_object_sptr > const &tos) |
| void | get_topology_objects (vcl_vector< vtol_topology_object_sptr > &topo_objs) |
| get current display queue. | |
| void | get_spatial_objects (vcl_vector< vsol_spatial_object_2d_sptr > &spat_objs) |
Private Attributes | |
| unsigned int | window_ |
| vcl_deque< vcl_vector < vtol_topology_object_sptr > > | topo_queue_ |
| vcl_deque< vcl_vector < vsol_spatial_object_2d_sptr > > | spat_obj_queue_ |
| vvid_frame_trail::vvid_frame_trail | ( | ) |
Definition at line 7 of file vvid_frame_trail.cxx.
| vvid_frame_trail::~vvid_frame_trail | ( | ) |
Definition at line 12 of file vvid_frame_trail.cxx.
| void vvid_frame_trail::set_window | ( | unsigned int | window | ) | [inline] |
Definition at line 32 of file vvid_frame_trail.h.
| void vvid_frame_trail::clear | ( | ) |
Definition at line 16 of file vvid_frame_trail.cxx.
| void vvid_frame_trail::add_spatial_objects | ( | vcl_vector< vsol_spatial_object_2d_sptr > const & | sos | ) |
| void vvid_frame_trail::add_topology_objects | ( | vcl_vector< vtol_topology_object_sptr > const & | tos | ) |
Definition at line 33 of file vvid_frame_trail.cxx.
| void vvid_frame_trail::get_topology_objects | ( | vcl_vector< vtol_topology_object_sptr > & | topo_objs | ) |
| void vvid_frame_trail::get_spatial_objects | ( | vcl_vector< vsol_spatial_object_2d_sptr > & | spat_objs | ) |
Definition at line 57 of file vvid_frame_trail.cxx.
unsigned int vvid_frame_trail::window_ [private] |
Definition at line 46 of file vvid_frame_trail.h.
vcl_deque< vcl_vector<vtol_topology_object_sptr> > vvid_frame_trail::topo_queue_ [private] |
Definition at line 47 of file vvid_frame_trail.h.
vcl_deque< vcl_vector<vsol_spatial_object_2d_sptr> > vvid_frame_trail::spat_obj_queue_ [private] |
Definition at line 48 of file vvid_frame_trail.h.
1.5.5