![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <BSplineData.h>
Public Member Functions | |
| double | value (int pIdx, int cIdx) const |
| int | lowDepth (void) const |
Static Public Member Functions | |
| static const int | Index (int depth, int offset) |
Static Public Attributes | |
| static const int | Start = - SupportStart |
| static const int | Stop = SupportEnd |
| static const int | Size = Start + Stop + 1 |
Protected Attributes | |
| friend | BSplineEvaluationData |
| int | _lowDepth |
| double | _pcValues [Size][UpSampleSize] |
Definition at line 251 of file BSplineData.h.
|
inlinestatic |
Definition at line 254 of file BSplineData.h.
References BSplineEvaluationData< Degree >::Dimension(), offset, BSplineEvaluationData< Degree >::UpSampleEvaluator::Start, and BSplineEvaluationData< Degree >::UpSampleEvaluator::Stop.
|
inline |
Definition at line 267 of file BSplineData.h.
References BSplineEvaluationData< Degree >::UpSampleEvaluator::_lowDepth.
| double BSplineEvaluationData< Degree >::UpSampleEvaluator::value | ( | int | pIdx, |
| int | cIdx | ||
| ) | const |
|
protected |
Definition at line 263 of file BSplineData.h.
Referenced by BSplineEvaluationData< Degree >::UpSampleEvaluator::lowDepth().
|
protected |
Definition at line 264 of file BSplineData.h.
|
protected |
Definition at line 262 of file BSplineData.h.
|
static |
Definition at line 253 of file BSplineData.h.
|
static |
Definition at line 253 of file BSplineData.h.
Referenced by BSplineEvaluationData< Degree >::UpSampleEvaluator::Index().
|
static |
Definition at line 253 of file BSplineData.h.
Referenced by BSplineEvaluationData< Degree >::UpSampleEvaluator::Index().