ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
BSplineEvaluationData< Degree >::CenterEvaluator::Evaluator Struct Reference

#include <BSplineData.h>

Public Member Functions

double value (int fIdx, int cIdx, bool d) const
 
int depth (void) const
 

Protected Attributes

friend BSplineEvaluationData
 
int _depth
 
double _ccValues [2][Size][SupportSize]
 

Detailed Description

template<int Degree>
struct BSplineEvaluationData< Degree >::CenterEvaluator::Evaluator

Definition at line 173 of file BSplineData.h.

Member Function Documentation

◆ depth()

template<int Degree>
int BSplineEvaluationData< Degree >::CenterEvaluator::Evaluator::depth ( void  ) const
inline

◆ value()

template<int Degree>
double BSplineEvaluationData< Degree >::CenterEvaluator::Evaluator::value ( int  fIdx,
int  cIdx,
bool  d 
) const

Member Data Documentation

◆ _ccValues

template<int Degree>
double BSplineEvaluationData< Degree >::CenterEvaluator::Evaluator::_ccValues[2][Size][SupportSize]
protected

Definition at line 178 of file BSplineData.h.

◆ _depth

template<int Degree>
int BSplineEvaluationData< Degree >::CenterEvaluator::Evaluator::_depth
protected

◆ BSplineEvaluationData

template<int Degree>
friend BSplineEvaluationData< Degree >::CenterEvaluator::Evaluator::BSplineEvaluationData
protected

Definition at line 176 of file BSplineData.h.


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