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

#include <MultiGridOctreeData.h>

Inheritance diagram for PointSupportKey< Degree >:
Collaboration diagram for PointSupportKey< 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 PointSupportKey< Degree >

Definition at line 222 of file MultiGridOctreeData.h.

Member Data Documentation

◆ LeftRadius

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

Definition at line 224 of file MultiGridOctreeData.h.

◆ RightRadius

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

Definition at line 225 of file MultiGridOctreeData.h.

◆ Size

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

Definition at line 226 of file MultiGridOctreeData.h.


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