All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
fcl::Item< N > Struct Template Reference

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

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
 

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