iRoCS Toolbox
1.1.0
|
The BaseCacheIndex struct provides a sortable quadrupel for uniquely identifying the evaluation of the lth indefinite integral of jth B-spline basis function of degree p at position u. More...
#include <ATBSpline.hh>
Public Member Functions | |
BaseCacheIndex (double u, size_t index, int degree, int derivative) | |
BaseCacheIndex (BaseCacheIndex const &idx) | |
bool | operator< (BaseCacheIndex const &i) const |
Data Fields | |
size_t | j |
int | l |
int | p |
double | u |
The BaseCacheIndex struct provides a sortable quadrupel for uniquely identifying the evaluation of the lth indefinite integral of jth B-spline basis function of degree p at position u.
Definition at line 80 of file ATBSpline.hh.
atb::BSpline< ControlPointT >::BaseCacheIndex::BaseCacheIndex | ( | double | u, |
size_t | index, | ||
int | degree, | ||
int | derivative | ||
) |
atb::BSpline< ControlPointT >::BaseCacheIndex::BaseCacheIndex | ( | BaseCacheIndex const & | idx | ) |
bool atb::BSpline< ControlPointT >::BaseCacheIndex::operator< | ( | BaseCacheIndex const & | i | ) | const |
double atb::BSpline< ControlPointT >::BaseCacheIndex::u |
Definition at line 86 of file ATBSpline.hh.
size_t atb::BSpline< ControlPointT >::BaseCacheIndex::j |
Definition at line 87 of file ATBSpline.hh.
int atb::BSpline< ControlPointT >::BaseCacheIndex::p |
Definition at line 88 of file ATBSpline.hh.
int atb::BSpline< ControlPointT >::BaseCacheIndex::l |
Definition at line 88 of file ATBSpline.hh.