Code-Eli  0.3.6
bezier_curve_fit_test_suite< data__ > Class Template Reference

#include <bezier_curve_fit_test_suite.hpp>

Inheritance diagram for bezier_curve_fit_test_suite< data__ >:
Collaboration diagram for bezier_curve_fit_test_suite< data__ >:

Public Member Functions

 bezier_curve_fit_test_suite ()
 
 ~bezier_curve_fit_test_suite ()
 

Protected Member Functions

void AddTests (const float &)
 
void AddTests (const double &)
 
void AddTests (const long double &)
 

Private Types

typedef eli::geom::curve::bezier< data__, 3 > bezier_type
 
typedef bezier_type::fit_container_type fit_container_type
 
typedef fit_container_type::constraint_point_type constraint_point_type
 
typedef bezier_type::index_type index_type
 
typedef bezier_type::point_type point_type
 
typedef bezier_type::data_type data_type
 
typedef bezier_type::tolerance_type tolerance_type
 

Private Member Functions

void octave_print (int figno, const std::vector< point_type > &pts, const bezier_type &bez) const
 
void create_circle (std::vector< point_type > &pts)
 
void fit_free_ends_test ()
 
void fit_C0_ends_test ()
 
void fit_C1_ends_test ()
 
void fit_C2_ends_test ()
 
void fit_closed_test ()
 
void interpolate_test ()
 

Private Attributes

tolerance_type tol
 

Member Typedef Documentation

template<typename data__ >
typedef eli::geom::curve::bezier<data__, 3> bezier_curve_fit_test_suite< data__ >::bezier_type
private
template<typename data__ >
typedef bezier_type::data_type bezier_curve_fit_test_suite< data__ >::data_type
private
template<typename data__ >
typedef bezier_type::fit_container_type bezier_curve_fit_test_suite< data__ >::fit_container_type
private
template<typename data__ >
typedef bezier_type::index_type bezier_curve_fit_test_suite< data__ >::index_type
private
template<typename data__ >
typedef bezier_type::point_type bezier_curve_fit_test_suite< data__ >::point_type
private
template<typename data__ >
typedef bezier_type::tolerance_type bezier_curve_fit_test_suite< data__ >::tolerance_type
private

Constructor & Destructor Documentation

template<typename data__ >
bezier_curve_fit_test_suite< data__ >::bezier_curve_fit_test_suite ( )
inline

Here is the call graph for this function:

template<typename data__ >
bezier_curve_fit_test_suite< data__ >::~bezier_curve_fit_test_suite ( )
inline

Member Function Documentation

template<typename data__ >
void bezier_curve_fit_test_suite< data__ >::AddTests ( const float &  )
inlineprotected
template<typename data__ >
void bezier_curve_fit_test_suite< data__ >::AddTests ( const double &  )
inlineprotected
template<typename data__ >
void bezier_curve_fit_test_suite< data__ >::AddTests ( const long double &  )
inlineprotected
template<typename data__ >
void bezier_curve_fit_test_suite< data__ >::create_circle ( std::vector< point_type > &  pts)
inlineprivate
template<typename data__ >
void bezier_curve_fit_test_suite< data__ >::fit_C0_ends_test ( )
inlineprivate

Here is the call graph for this function:

template<typename data__ >
void bezier_curve_fit_test_suite< data__ >::fit_C1_ends_test ( )
inlineprivate

Here is the call graph for this function:

template<typename data__ >
void bezier_curve_fit_test_suite< data__ >::fit_C2_ends_test ( )
inlineprivate

Here is the call graph for this function:

template<typename data__ >
void bezier_curve_fit_test_suite< data__ >::fit_closed_test ( )
inlineprivate

Here is the call graph for this function:

template<typename data__ >
void bezier_curve_fit_test_suite< data__ >::fit_free_ends_test ( )
inlineprivate

Here is the call graph for this function:

template<typename data__ >
void bezier_curve_fit_test_suite< data__ >::interpolate_test ( )
inlineprivate

Here is the call graph for this function:

template<typename data__ >
void bezier_curve_fit_test_suite< data__ >::octave_print ( int  figno,
const std::vector< point_type > &  pts,
const bezier_type bez 
) const
inlineprivate

Here is the call graph for this function:

Member Data Documentation

template<typename data__ >
tolerance_type bezier_curve_fit_test_suite< data__ >::tol
private

The documentation for this class was generated from the following file: