List of all members.
Detailed Description
template<class observation_type>
class mocap_data< observation_type >
A simple class for markers from MOCAP system. This is used for validation purposes.
Constructor & Destructor Documentation
template<class observation_type>
template<class observation_type>
Member Function Documentation
template<class observation_type>
template<class observation_type>
template<class observation_type>
template<class observation_type>
bool mocap_data< observation_type >::refresh |
( |
bool |
goto_next = true |
) |
[inline, virtual] |
Reads data from the next frame. This function should be implemented by a class inheriting from the cloud class.
- Parameters:
-
[in] | goto_next | This optional parameter determines if the next frame should be read (default) or the current frame should be re-read. The latter is useful if you have changed parameters of the point_cloud object, such as the translation or rotation of the data. |
- Returns:
- If the frame was succesfully read the function returns true, otherwise it returns false.
Implements cloud< point_vector >.
template<class observation_type>
void mocap_data< observation_type >::show |
( |
|
) |
const [inline, virtual] |
Draw the data currently held in the object. This function must be implemented by a class inheriting from cloud.
Implements cloud< point_vector >.
template<class observation_type>
size_t mocap_data< observation_type >::size |
( |
|
) |
const [inline, virtual] |
- Returns:
- Returns the number of observation elements in the currently held frame.
Implements cloud< point_vector >.
Member Data Documentation
template<class observation_type>
template<class observation_type>
The documentation for this class was generated from the following file:
- /home/hauberg/Dokumenter/Capture/humim-tracker-0.1/src/mocap_data.h