![]() |
OTB
9.1.1
Orfeo Toolbox
|
#include <otbPointSetDensityFunction.h>
Inheritance diagram for otb::PointSetDensityFunction< TPointSet, TOutput >:
Collaboration diagram for otb::PointSetDensityFunction< 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 PointSetDensityFunction | 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 |
| PointSetDensityFunction () | |
| ~PointSetDensityFunction () override | |
| void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
| PointSetDensityFunction (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 simple cut off method.
Definition at line 39 of file otbPointSetDensityFunction.h.
| typedef itk::SmartPointer<const Self> otb::PointSetDensityFunction< TPointSet, TOutput >::ConstPointer |
Definition at line 47 of file otbPointSetDensityFunction.h.
| typedef Superclass::InputType otb::PointSetDensityFunction< TPointSet, TOutput >::InputType |
Definition at line 57 of file otbPointSetDensityFunction.h.
| typedef TOutput otb::PointSetDensityFunction< TPointSet, TOutput >::OutputType |
TOutput typedef support
Definition at line 61 of file otbPointSetDensityFunction.h.
| typedef itk::SmartPointer<Self> otb::PointSetDensityFunction< TPointSet, TOutput >::Pointer |
Definition at line 46 of file otbPointSetDensityFunction.h.
| typedef PointSetType::Pointer otb::PointSetDensityFunction< TPointSet, TOutput >::PointSetPointerType |
Definition at line 58 of file otbPointSetDensityFunction.h.
| typedef TPointSet otb::PointSetDensityFunction< TPointSet, TOutput >::PointSetType |
PointSet Type typedef Support
Definition at line 53 of file otbPointSetDensityFunction.h.
| typedef PointSetDensityFunction otb::PointSetDensityFunction< TPointSet, TOutput >::Self |
Standard class typedefs.
Definition at line 44 of file otbPointSetDensityFunction.h.
| typedef PointSetFunction<TPointSet, TOutput> otb::PointSetDensityFunction< TPointSet, TOutput >::Superclass |
Definition at line 45 of file otbPointSetDensityFunction.h.
|
inlineprotected |
Set/Get the number of scales
Definition at line 72 of file otbPointSetDensityFunction.h.
|
inlineoverrideprotected |
Set/Get the number of scales
Definition at line 73 of file otbPointSetDensityFunction.h.
|
privatedelete |
Set/Get the number of scales
| virtual::itk::LightObject::Pointer otb::PointSetDensityFunction< TPointSet, TOutput >::CreateAnother | ( | void | ) | const |
|
override |
Evaluate Method
Evaluate
Definition at line 33 of file otbPointSetDensityFunction.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 65 of file otbPointSetDensityFunction.hxx.
|
virtual |
Set/Get the number of scales
|
private |
Set/Get the number of scales
Definition at line 83 of file otbPointSetDensityFunction.h.
1.8.17