Public Member Functions | Public Attributes | List of all members
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

◆ Item() [1/2]

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

◆ Item() [2/2]

template<std::size_t N>
fcl::Item< N >::Item ( )
inline

Member Data Documentation

◆ label

template<std::size_t N>
bool fcl::Item< N >::label

◆ q

template<std::size_t N>
Vecnf<N> fcl::Item< N >::q

◆ w

template<std::size_t N>
FCL_REAL fcl::Item< N >::w