ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
ConstPointSupportKey< Degree > Struct Template Reference

#include <MultiGridOctreeData.h>

Inheritance diagram for ConstPointSupportKey< Degree >:
Collaboration diagram for ConstPointSupportKey< Degree >:

Static Public Attributes

static const int LeftRadius = BSplineEvaluationData< Degree >::SupportEnd
 
static const int RightRadius = -BSplineEvaluationData< Degree >::SupportStart
 
static const int Size = LeftRadius + RightRadius + 1
 

Detailed Description

template<int Degree>
struct ConstPointSupportKey< Degree >

Definition at line 229 of file MultiGridOctreeData.h.

Member Data Documentation

◆ LeftRadius

template<int Degree>
const int ConstPointSupportKey< Degree >::LeftRadius = BSplineEvaluationData< Degree >::SupportEnd
static

Definition at line 231 of file MultiGridOctreeData.h.

◆ RightRadius

template<int Degree>
const int ConstPointSupportKey< Degree >::RightRadius = -BSplineEvaluationData< Degree >::SupportStart
static

Definition at line 232 of file MultiGridOctreeData.h.

◆ Size

template<int Degree>
const int ConstPointSupportKey< Degree >::Size = LeftRadius + RightRadius + 1
static

Definition at line 233 of file MultiGridOctreeData.h.


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