Public Member Functions | Private Attributes
RandomDataSelector< ContainerT > Class Template Reference

#include <model_estimation.h>

Inheritance diagram for RandomDataSelector< ContainerT >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 RandomDataSelector (const ContainerT &_data, int _model_size, int _num_iterations)
virtual shared_ptr< ContainerT > select ()

Private Attributes

const ContainerT data
int iterations
int model_size
int num_iterations

Detailed Description

template<class ContainerT>
class RandomDataSelector< ContainerT >

Definition at line 157 of file model_estimation.h.


Constructor & Destructor Documentation

template<class ContainerT >
RandomDataSelector< ContainerT >::RandomDataSelector ( const ContainerT &  _data,
int  _model_size,
int  _num_iterations 
) [inline]

Definition at line 164 of file model_estimation.h.


Member Function Documentation

template<class ContainerT >
virtual shared_ptr<ContainerT> RandomDataSelector< ContainerT >::select ( ) [inline, virtual]
Returns:
selected subset or null pointer that indicates that no more selection can be generated.

Implements DataSelector< ContainerT >.

Definition at line 170 of file model_estimation.h.


Member Data Documentation

template<class ContainerT >
const ContainerT RandomDataSelector< ContainerT >::data [private]

Definition at line 158 of file model_estimation.h.

template<class ContainerT >
int RandomDataSelector< ContainerT >::iterations [private]

Definition at line 161 of file model_estimation.h.

template<class ContainerT >
int RandomDataSelector< ContainerT >::model_size [private]

Definition at line 159 of file model_estimation.h.

template<class ContainerT >
int RandomDataSelector< ContainerT >::num_iterations [private]

Definition at line 160 of file model_estimation.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines


pose_estimation
Author(s): Jiri Divis/jiridivis@gmail.com
autogenerated on Wed Mar 27 2013 21:00:15