cgv
|
specialization of a multivariate function to three independent variables, which only reimplements the method get_nr_independent_variables. More...
#include <mfunc.h>
Public Member Functions | |
unsigned int | get_nr_independent_variables () const |
returns 3 | |
![]() | |
virtual | ~mfunc () |
virtual destructor | |
virtual T | evaluate (const pnt_type &p) const =0 |
interface for evaluation of the multivariate function | |
virtual vec_type | evaluate_gradient (const pnt_type &p) const |
interface for evaluation of the gradient of the multivariate function. | |
Additional Inherited Members | |
![]() | |
typedef cgv::math::vec< X > | pnt_type |
points must have get_nr_independent_variables() components | |
typedef cgv::math::vec< X > | vec_type |
vectors must have get_nr_independent_variables() components | |
specialization of a multivariate function to three independent variables, which only reimplements the method get_nr_independent_variables.
|
inlinevirtual |