#include <observation.h>
Public Member Functions | |
virtual | ~observation () |
virtual bool | refresh (bool goto_next=true)=0 |
virtual void | show () const =0 |
An abstract class providing the interface for observational sequential data.
virtual observation< observation_type >::~observation | ( | ) | [inline, virtual] |
virtual bool observation< observation_type >::refresh | ( | bool | goto_next = true |
) | [pure virtual] |
Read the data for the next frame.
[in] | goto_next | If true read the data for the next frame. If false, re-read the current frame. |
Implemented in cloud< observation_type >, kinect_cloud, mocap_data< observation_type >, point_cloud, triclops_cloud, cloud< point_vector >, cloud_and_stick< point_cloud >, and mocap_data< cloud_type >.
virtual void observation< observation_type >::show | ( | ) | const [pure virtual] |
Visualise the data.
Implemented in cloud< observation_type >, cloud3, kinect_cloud, mocap_data< observation_type >, cloud< point_vector >, cloud_and_stick< point_cloud >, and mocap_data< cloud_type >.