Ponca
624fc013d41bc7b7ad27159d1c16f7ce57f5a2e4
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 23 of file weightKernel.h.
typedef _Scalar Ponca::ConstantWeightKernel< _Scalar >::Scalar |
Scalar type defined outside the class.
Definition at line 27 of file weightKernel.h.
|
inline |
Default constructor that could be used to set the returned value.
Definition at line 31 of file weightKernel.h.
|
inline |
Return \( 0 \).
Definition at line 41 of file weightKernel.h.
|
inline |
Return \( 0 \).
Definition at line 39 of file weightKernel.h.
|
inline |
Return the constant value.
Definition at line 37 of file weightKernel.h.
|
inline |
Set the returned value.
Definition at line 33 of file weightKernel.h.
|
staticconstexpr |
ddf is defined and valid on the definition interval
Definition at line 46 of file weightKernel.h.
|
staticconstexpr |
df is defined and valid on the definition interval
Definition at line 44 of file weightKernel.h.