rpa::ContInBox< ContIn > Struct Template Reference

#include <sampling.h>

List of all members.

Public Types

typedef ContIn::const_iterator const_iterator
typedef ContIn::value_type value_type
typedef BeginEnd< ContIn > BeginEndType

Public Member Functions

 ContInBox (const value_type *aBeg, const value_type *aEnd)
 Fills the internal container with test data.

Public Attributes

ContIn _ContIn
 Stores input data for testing.
BeginEndType _BeginEnd


Detailed Description

template<class ContIn>
struct rpa::ContInBox< ContIn >

Stores an input container that is later used for creating input sequences. The point is to store not only the data, but also the size, in a uniform manner (Even if the input container is a plain CV-style array).


Member Typedef Documentation

template<class ContIn>
typedef BeginEnd< ContIn > rpa::ContInBox< ContIn >::BeginEndType

template<class ContIn>
typedef ContIn::const_iterator rpa::ContInBox< ContIn >::const_iterator

template<class ContIn>
typedef ContIn::value_type rpa::ContInBox< ContIn >::value_type


Constructor & Destructor Documentation

template<class ContIn>
rpa::ContInBox< ContIn >::ContInBox ( const value_type aBeg,
const value_type aEnd 
) [inline]

Fills the internal container with test data.


Member Data Documentation

template<class ContIn>
BeginEndType rpa::ContInBox< ContIn >::_BeginEnd

Stores the begin, end and size of the container. This represents a sequence whose begin qnd end will be passed to algorithms.

template<class ContIn>
ContIn rpa::ContInBox< ContIn >::_ContIn

Stores input data for testing.


The documentation for this struct was generated from the following file:
Generated on Tue Sep 25 10:20:38 2007 for rpa by  doxygen 1.4.7