Public Member Functions
fcl::SamplerR< N > Class Template Reference

#include <hpp/fcl/math/sampling.h>

Inheritance diagram for fcl::SamplerR< N >:
[legend]
Collaboration diagram for fcl::SamplerR< N >:
[legend]

List of all members.

Public Member Functions

 SamplerR ()
 SamplerR (const Vecnf< N > &lower_bound_, const Vecnf< N > &upper_bound_)
void setBound (const Vecnf< N > &lower_bound_, const Vecnf< N > &upper_bound_)
void getBound (Vecnf< N > &lower_bound_, Vecnf< N > &upper_bound_) const
Vecnf< N > sample () const

template<std::size_t N>
class fcl::SamplerR< N >


Constructor & Destructor Documentation

template<std::size_t N>
fcl::SamplerR< N >::SamplerR ( ) [inline]
template<std::size_t N>
fcl::SamplerR< N >::SamplerR ( const Vecnf< N > &  lower_bound_,
const Vecnf< N > &  upper_bound_ 
) [inline]

Member Function Documentation

template<std::size_t N>
void fcl::SamplerR< N >::getBound ( Vecnf< N > &  lower_bound_,
Vecnf< N > &  upper_bound_ 
) const [inline]
template<std::size_t N>
Vecnf<N> fcl::SamplerR< N >::sample ( ) const [inline]
template<std::size_t N>
void fcl::SamplerR< N >::setBound ( const Vecnf< N > &  lower_bound_,
const Vecnf< N > &  upper_bound_ 
) [inline]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines