Public Member Functions

observation< observation_type > Class Template Reference

#include <observation.h>

Inheritance diagram for observation< observation_type >:
cloud< observation_type >

List of all members.

Public Member Functions

virtual ~observation ()
virtual bool refresh (bool goto_next=true)=0
virtual void show () const =0

Detailed Description

template<typename observation_type>
class observation< observation_type >

An abstract class providing the interface for observational sequential data.


Constructor & Destructor Documentation

template<typename observation_type>
virtual observation< observation_type >::~observation (  )  [inline, virtual]

Member Function Documentation

template<typename observation_type>
virtual bool observation< observation_type >::refresh ( bool  goto_next = true  )  [pure virtual]

Read the data for the next frame.

Parameters:
[in] goto_next If true read the data for the next frame. If false, re-read the current frame.
Returns:
If a new frame could be read, return true. Otherwise return false.

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 >.

template<typename observation_type>
virtual void observation< observation_type >::show (  )  const [pure virtual]

The documentation for this class was generated from the following file: