|
Ponca
7d8ac87a7de01d881c9fde3c42e397b44bffb901
Point Cloud Analysis library
|
Concept::WeightKernelConcept returning a constant value. More...
#include <weightKernel.h>
Inheritance diagram for Ponca::ConstantWeightKernel< _Scalar >:
Collaboration diagram for Ponca::ConstantWeightKernel< _Scalar >:Public Types | |
| using | 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 | isCompact = true |
| The kernel is compact and shall not be evaluated outside of the scale bounds. | |
| 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.
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 35 of file weightKernel.h.
|
inline |
Return \( 0 \).
Definition at line 45 of file weightKernel.h.
|
inline |
Return \( 0 \).
Definition at line 43 of file weightKernel.h.
|
inline |
Return the constant value.
Definition at line 41 of file weightKernel.h.
|
inline |
Set the returned value.
Definition at line 37 of file weightKernel.h.
|
staticconstexpr |
The kernel is compact and shall not be evaluated outside of the scale bounds.
Definition at line 31 of file weightKernel.h.
|
staticconstexpr |
ddf is defined and valid on the definition interval
Definition at line 50 of file weightKernel.h.
|
staticconstexpr |
df is defined and valid on the definition interval
Definition at line 48 of file weightKernel.h.