OTB
9.0.0
Orfeo Toolbox
|
#include <otbPointSetDensityEpanechnikovFunction.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef Superclass::InputType | InputType |
typedef TOutput | OutputType |
typedef itk::SmartPointer< Self > | Pointer |
typedef PointSetType::Pointer | PointSetPointerType |
typedef TPointSet | PointSetType |
typedef PointSetDensityEpanechnikovFunction | Self |
typedef PointSetFunction< TPointSet, TOutput > | Superclass |
Public Types inherited from otb::PointSetFunction< TPointSet, TOutput > | |
typedef TOutput | OutputType |
typedef PointSetType::ConstPointer | PointSetPointerType |
typedef TPointSet | PointSetType |
typedef PointSetFunction | Self |
typedef itk::SpatialFunction< TOutput, 2, typename TPointSet::PointType > | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
Public Member Functions inherited from otb::PointSetFunction< TPointSet, TOutput > | |
virtual const PointSetType * | GetPointSet () const |
void | SetPointSet (PointSetPointerType PointSet) |
void | SetPointSet (PointSetType *PointSet) |
Static Public Member Functions | |
static Pointer | New () |
unsigned int | m_Radius |
virtual void | SetRadius (unsigned int _arg) |
virtual unsigned int | GetRadius () |
OutputType | Evaluate (const InputType &input) const override |
PointSetDensityEpanechnikovFunction () | |
~PointSetDensityEpanechnikovFunction () override | |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
PointSetDensityEpanechnikovFunction (const Self &)=delete | |
void | operator= (const Self &)=delete |
Additional Inherited Members | |
Protected Member Functions inherited from otb::PointSetFunction< TPointSet, TOutput > | |
PointSetFunction () | |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
~PointSetFunction () override | |
Calculate the density in the neighborhood of a pixel using an Epanechnikov function.
Definition at line 40 of file otbPointSetDensityEpanechnikovFunction.h.
typedef itk::SmartPointer<const Self> otb::PointSetDensityEpanechnikovFunction< TPointSet, TOutput >::ConstPointer |
Definition at line 48 of file otbPointSetDensityEpanechnikovFunction.h.
typedef Superclass::InputType otb::PointSetDensityEpanechnikovFunction< TPointSet, TOutput >::InputType |
Definition at line 58 of file otbPointSetDensityEpanechnikovFunction.h.
typedef TOutput otb::PointSetDensityEpanechnikovFunction< TPointSet, TOutput >::OutputType |
TOutput typedef support
Definition at line 62 of file otbPointSetDensityEpanechnikovFunction.h.
typedef itk::SmartPointer<Self> otb::PointSetDensityEpanechnikovFunction< TPointSet, TOutput >::Pointer |
Definition at line 47 of file otbPointSetDensityEpanechnikovFunction.h.
typedef PointSetType::Pointer otb::PointSetDensityEpanechnikovFunction< TPointSet, TOutput >::PointSetPointerType |
Definition at line 59 of file otbPointSetDensityEpanechnikovFunction.h.
typedef TPointSet otb::PointSetDensityEpanechnikovFunction< TPointSet, TOutput >::PointSetType |
PointSet Type typedef Support
Definition at line 54 of file otbPointSetDensityEpanechnikovFunction.h.
typedef PointSetDensityEpanechnikovFunction otb::PointSetDensityEpanechnikovFunction< TPointSet, TOutput >::Self |
Standard class typedefs.
Definition at line 45 of file otbPointSetDensityEpanechnikovFunction.h.
typedef PointSetFunction<TPointSet, TOutput> otb::PointSetDensityEpanechnikovFunction< TPointSet, TOutput >::Superclass |
Definition at line 46 of file otbPointSetDensityEpanechnikovFunction.h.
|
inlineprotected |
Set/Get the number of scales
Definition at line 73 of file otbPointSetDensityEpanechnikovFunction.h.
|
inlineoverrideprotected |
Set/Get the number of scales
Definition at line 74 of file otbPointSetDensityEpanechnikovFunction.h.
|
privatedelete |
Set/Get the number of scales
virtual::itk::LightObject::Pointer otb::PointSetDensityEpanechnikovFunction< TPointSet, TOutput >::CreateAnother | ( | void | ) | const |
|
override |
|
virtual |
Run-time type information (and related methods).
Reimplemented from otb::PointSetFunction< TPointSet, TOutput >.
|
virtual |
Set/Get the number of scales
|
static |
Method for creation through the object factory.
|
privatedelete |
Set/Get the number of scales
|
overrideprotected |
PrintSelf
Definition at line 65 of file otbPointSetDensityEpanechnikovFunction.hxx.
|
virtual |
Set/Get the number of scales
|
private |
Set/Get the number of scales
Definition at line 84 of file otbPointSetDensityEpanechnikovFunction.h.