![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <BSplineData.h>
Public Member Functions | |
| double | value (int fIdx, int cIdx, bool d) const |
| int | parentDepth (void) const |
| int | childDepth (void) const |
Protected Attributes | |
| friend | BSplineEvaluationData |
| int | _parentDepth |
| double | _pcValues [2][Size][ChildSupportSize] |
Definition at line 183 of file BSplineData.h.
|
inline |
Definition at line 192 of file BSplineData.h.
References BSplineEvaluationData< Degree >::CenterEvaluator::ChildEvaluator::_parentDepth.
|
inline |
Definition at line 191 of file BSplineData.h.
References BSplineEvaluationData< Degree >::CenterEvaluator::ChildEvaluator::_parentDepth.
| double BSplineEvaluationData< Degree >::CenterEvaluator::ChildEvaluator::value | ( | int | fIdx, |
| int | cIdx, | ||
| bool | d | ||
| ) | const |
|
protected |
Definition at line 187 of file BSplineData.h.
Referenced by BSplineEvaluationData< Degree >::CenterEvaluator::ChildEvaluator::childDepth(), and BSplineEvaluationData< Degree >::CenterEvaluator::ChildEvaluator::parentDepth().
|
protected |
Definition at line 188 of file BSplineData.h.
|
protected |
Definition at line 186 of file BSplineData.h.