Point Cloud Library (PCL) 1.15.0
Loading...
Searching...
No Matches
pcl::poisson::BSplineData< Degree, Real >::BSplineComponents Struct Reference

#include <pcl/surface/3rdparty/poisson4/bspline_data.h>

Public Member Functions

Polynomial< Degree > & operator[] (int idx)
const Polynomial< Degree > & operator[] (int idx) const
void printnl () const
BSplineComponents scale (double s) const
BSplineComponents shift (double s) const

Public Attributes

Polynomial< Degree > polys [Degree+1]

Detailed Description

template<int Degree, class Real>
struct pcl::poisson::BSplineData< Degree, Real >::BSplineComponents

Definition at line 50 of file bspline_data.h.

Member Function Documentation

◆ operator[]() [1/2]

template<int Degree, class Real>
Polynomial< Degree > & pcl::poisson::BSplineData< Degree, Real >::BSplineComponents::operator[] ( int idx)
inline

Definition at line 53 of file bspline_data.h.

References polys.

◆ operator[]() [2/2]

template<int Degree, class Real>
const Polynomial< Degree > & pcl::poisson::BSplineData< Degree, Real >::BSplineComponents::operator[] ( int idx) const
inline

Definition at line 54 of file bspline_data.h.

References polys.

◆ printnl()

template<int Degree, class Real>
void pcl::poisson::BSplineData< Degree, Real >::BSplineComponents::printnl ( ) const
inline

Definition at line 55 of file bspline_data.h.

References polys, and printnl().

Referenced by printnl().

◆ scale()

template<int Degree, class Real>
BSplineComponents pcl::poisson::BSplineData< Degree, Real >::BSplineComponents::scale ( double s) const
inline

Definition at line 56 of file bspline_data.h.

References polys, and scale().

Referenced by scale().

◆ shift()

template<int Degree, class Real>
BSplineComponents pcl::poisson::BSplineData< Degree, Real >::BSplineComponents::shift ( double s) const
inline

Definition at line 57 of file bspline_data.h.

References polys, and shift().

Referenced by shift().

Member Data Documentation

◆ polys

template<int Degree, class Real>
Polynomial< Degree > pcl::poisson::BSplineData< Degree, Real >::BSplineComponents::polys[Degree+1]

Definition at line 52 of file bspline_data.h.

Referenced by operator[](), operator[](), printnl(), scale(), and shift().


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