Ponca
aa50bfdf187919869239c5b44b748842569114c1
Point Cloud Analysis library
|
Concept::WeightKernelConcept returning a constant value. More...
#include <weightKernel.h>
Public Types | |
typedef _Scalar | Scalar |
Scalar type defined outside the class. | |
Public Member Functions | |
ConstantWeightKernel (const Scalar &_value=Scalar(1.)) | |
Default constructor that could be used to set the returned value. | |
void | setValue (const Scalar &_value) |
Set the returned value. | |
Scalar | f (const Scalar &) const |
Return the constant value. | |
Scalar | df (const Scalar &) const |
Return \( 0 \). | |
Scalar | ddf (const Scalar &) const |
Return \( 0 \). | |
Static Public Attributes | |
static constexpr bool | isDValid = true |
df is defined and valid on the definition interval | |
static constexpr bool | isDDValid = true |
ddf is defined and valid on the definition interval | |
Concept::WeightKernelConcept returning a constant value.
Definition at line 24 of file weightKernel.h.
typedef _Scalar Ponca::ConstantWeightKernel< _Scalar >::Scalar |
Scalar type defined outside the class.
Definition at line 28 of file weightKernel.h.
|
inline |
Default constructor that could be used to set the returned value.
Definition at line 32 of file weightKernel.h.
|
inline |
Return \( 0 \).
Definition at line 42 of file weightKernel.h.
|
inline |
Return \( 0 \).
Definition at line 40 of file weightKernel.h.
|
inline |
Return the constant value.
Definition at line 38 of file weightKernel.h.
|
inline |
Set the returned value.
Definition at line 34 of file weightKernel.h.
|
staticconstexpr |
ddf is defined and valid on the definition interval
Definition at line 47 of file weightKernel.h.
|
staticconstexpr |
df is defined and valid on the definition interval
Definition at line 45 of file weightKernel.h.