| 
    Ponca
    8e4373a7fc557bbfb1afb9210d70f03872388d04
    
   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 | |
| 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 | 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 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 36 of file weightKernel.h.
      
  | 
  inline | 
Return \( 0 \).
Definition at line 46 of file weightKernel.h.
      
  | 
  inline | 
Return \( 0 \).
Definition at line 44 of file weightKernel.h.
      
  | 
  inline | 
Return the constant value.
Definition at line 42 of file weightKernel.h.
      
  | 
  inline | 
Set the returned value.
Definition at line 38 of file weightKernel.h.
      
  | 
  staticconstexpr | 
The kernel is compact and shall not be evaluated outside of the scale bounds.
Definition at line 32 of file weightKernel.h.
      
  | 
  staticconstexpr | 
ddf is defined and valid on the definition interval
Definition at line 51 of file weightKernel.h.
      
  | 
  staticconstexpr | 
df is defined and valid on the definition interval
Definition at line 49 of file weightKernel.h.