Public Member Functions | Public Attributes
fcl::Item< N > Struct Template Reference

#include <hpp/fcl/learning/classifier.h>

List of all members.

Public Member Functions

 Item (const Vecnf< N > &q_, bool label_, FCL_REAL w_=1)
 Item ()

Public Attributes

Vecnf< N > q
bool label
FCL_REAL w

template<std::size_t N>
struct fcl::Item< N >


Constructor & Destructor Documentation

template<std::size_t N>
fcl::Item< N >::Item ( const Vecnf< N > &  q_,
bool  label_,
FCL_REAL  w_ = 1 
) [inline]
template<std::size_t N>
fcl::Item< N >::Item ( ) [inline]

Member Data Documentation

template<std::size_t N>
bool fcl::Item< N >::label
template<std::size_t N>
Vecnf<N> fcl::Item< N >::q
template<std::size_t N>
FCL_REAL fcl::Item< N >::w
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines