![]() |
OTB
9.1.1
Orfeo Toolbox
|
#include <otbPointSetDensityGaussianFunction.h>
Inheritance diagram for otb::PointSetDensityGaussianFunction< TPointSet, TOutput >:
Collaboration diagram for otb::PointSetDensityGaussianFunction< TPointSet, TOutput >: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 PointSetDensityGaussianFunction | 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 |
| PointSetDensityGaussianFunction () | |
| ~PointSetDensityGaussianFunction () override | |
| void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
| PointSetDensityGaussianFunction (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 a gaussian function.
Definition at line 40 of file otbPointSetDensityGaussianFunction.h.
| typedef itk::SmartPointer<const Self> otb::PointSetDensityGaussianFunction< TPointSet, TOutput >::ConstPointer |
Definition at line 48 of file otbPointSetDensityGaussianFunction.h.
| typedef Superclass::InputType otb::PointSetDensityGaussianFunction< TPointSet, TOutput >::InputType |
Definition at line 58 of file otbPointSetDensityGaussianFunction.h.
| typedef TOutput otb::PointSetDensityGaussianFunction< TPointSet, TOutput >::OutputType |
TOutput typedef support
Definition at line 62 of file otbPointSetDensityGaussianFunction.h.
| typedef itk::SmartPointer<Self> otb::PointSetDensityGaussianFunction< TPointSet, TOutput >::Pointer |
Definition at line 47 of file otbPointSetDensityGaussianFunction.h.
| typedef PointSetType::Pointer otb::PointSetDensityGaussianFunction< TPointSet, TOutput >::PointSetPointerType |
Definition at line 59 of file otbPointSetDensityGaussianFunction.h.
| typedef TPointSet otb::PointSetDensityGaussianFunction< TPointSet, TOutput >::PointSetType |
PointSet Type typedef Support
Definition at line 54 of file otbPointSetDensityGaussianFunction.h.
| typedef PointSetDensityGaussianFunction otb::PointSetDensityGaussianFunction< TPointSet, TOutput >::Self |
Standard class typedefs.
Definition at line 45 of file otbPointSetDensityGaussianFunction.h.
| typedef PointSetFunction<TPointSet, TOutput> otb::PointSetDensityGaussianFunction< TPointSet, TOutput >::Superclass |
Definition at line 46 of file otbPointSetDensityGaussianFunction.h.
|
inlineprotected |
Set/Get the number of scales
Definition at line 73 of file otbPointSetDensityGaussianFunction.h.
|
inlineoverrideprotected |
Set/Get the number of scales
Definition at line 74 of file otbPointSetDensityGaussianFunction.h.
|
privatedelete |
Set/Get the number of scales
| virtual::itk::LightObject::Pointer otb::PointSetDensityGaussianFunction< TPointSet, TOutput >::CreateAnother | ( | void | ) | const |
|
override |
Evaluate Method
Evaluate
Definition at line 34 of file otbPointSetDensityGaussianFunction.hxx.
References otb::CONST_PI.
|
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 64 of file otbPointSetDensityGaussianFunction.hxx.
|
virtual |
Set/Get the number of scales
|
private |
Set/Get the number of scales
Definition at line 84 of file otbPointSetDensityGaussianFunction.h.
1.8.17