Code-Eli  0.3.6
explicit_bezier_curve_test_suite< data__ > Class Template Reference

#include <explicit_bezier_curve_test_suite.hpp>

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

Public Member Functions

 explicit_bezier_curve_test_suite ()
 
 ~explicit_bezier_curve_test_suite ()
 

Protected Member Functions

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

Private Types

typedef eli::geom::curve::explicit_bezier< data__ > curve_type
 
typedef curve_type::control_point_type control_point_type
 
typedef curve_type::point_type point_type
 
typedef curve_type::data_type data_type
 
typedef curve_type::index_type index_type
 

Private Member Functions

void octave_print (int figno, const std::vector< point_type, Eigen::aligned_allocator< point_type > > &pts, const curve_type &bez) const
 
void create_circle (std::vector< point_type, Eigen::aligned_allocator< point_type > > &pts)
 
void assignment_test ()
 
void reverse_test ()
 
void evaluation_test ()
 
void derivative_test ()
 
void promotion_test ()
 
void demotion_test ()
 
void length_test ()
 

Member Typedef Documentation

template<typename data__ >
typedef curve_type::control_point_type explicit_bezier_curve_test_suite< data__ >::control_point_type
private
template<typename data__ >
typedef eli::geom::curve::explicit_bezier<data__> explicit_bezier_curve_test_suite< data__ >::curve_type
private
template<typename data__ >
typedef curve_type::data_type explicit_bezier_curve_test_suite< data__ >::data_type
private
template<typename data__ >
typedef curve_type::index_type explicit_bezier_curve_test_suite< data__ >::index_type
private
template<typename data__ >
typedef curve_type::point_type explicit_bezier_curve_test_suite< data__ >::point_type
private

Constructor & Destructor Documentation

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

Here is the call graph for this function:

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

Member Function Documentation

template<typename data__ >
void explicit_bezier_curve_test_suite< data__ >::AddTests ( const float &  )
inlineprotected
template<typename data__ >
void explicit_bezier_curve_test_suite< data__ >::AddTests ( const double &  )
inlineprotected
template<typename data__ >
void explicit_bezier_curve_test_suite< data__ >::AddTests ( const long double &  )
inlineprotected
template<typename data__ >
void explicit_bezier_curve_test_suite< data__ >::assignment_test ( )
inlineprivate

Here is the call graph for this function:

template<typename data__ >
void explicit_bezier_curve_test_suite< data__ >::create_circle ( std::vector< point_type, Eigen::aligned_allocator< point_type > > &  pts)
inlineprivate
template<typename data__ >
void explicit_bezier_curve_test_suite< data__ >::demotion_test ( )
inlineprivate

Here is the call graph for this function:

template<typename data__ >
void explicit_bezier_curve_test_suite< data__ >::derivative_test ( )
inlineprivate

Here is the call graph for this function:

template<typename data__ >
void explicit_bezier_curve_test_suite< data__ >::evaluation_test ( )
inlineprivate

Here is the call graph for this function:

template<typename data__ >
void explicit_bezier_curve_test_suite< data__ >::length_test ( )
inlineprivate

Here is the call graph for this function:

template<typename data__ >
void explicit_bezier_curve_test_suite< data__ >::octave_print ( int  figno,
const std::vector< point_type, Eigen::aligned_allocator< point_type > > &  pts,
const curve_type bez 
) const
inlineprivate

Here is the call graph for this function:

template<typename data__ >
void explicit_bezier_curve_test_suite< data__ >::promotion_test ( )
inlineprivate

Here is the call graph for this function:

template<typename data__ >
void explicit_bezier_curve_test_suite< data__ >::reverse_test ( )
inlineprivate

Here is the call graph for this function:


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