![]() |
OTB
9.1.1
Orfeo Toolbox
|
#include <otbPointSetFunction.h>
Inheritance diagram for otb::PointSetFunction< TPointSet, TOutput >:
Collaboration diagram for otb::PointSetFunction< TPointSet, TOutput >:Public Types | |
| 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 const char * | GetNameOfClass () const |
| virtual const PointSetType * | GetPointSet () const |
| void | SetPointSet (PointSetPointerType PointSet) |
| void | SetPointSet (PointSetType *PointSet) |
Protected Member Functions | |
| PointSetFunction () | |
| void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
| ~PointSetFunction () override | |
Private Member Functions | |
| void | operator= (const Self &)=delete |
| PointSetFunction (const Self &)=delete | |
Private Attributes | |
| PointSetPointerType | m_PointSet |
Calculate the density in the neighborhood of a pixel.
Definition at line 39 of file otbPointSetFunction.h.
| typedef TOutput otb::PointSetFunction< TPointSet, TOutput >::OutputType |
TOutput typedef suppoty
Definition at line 55 of file otbPointSetFunction.h.
| typedef PointSetType::ConstPointer otb::PointSetFunction< TPointSet, TOutput >::PointSetPointerType |
Definition at line 52 of file otbPointSetFunction.h.
| typedef TPointSet otb::PointSetFunction< TPointSet, TOutput >::PointSetType |
PointSet Type typedef Support
Definition at line 48 of file otbPointSetFunction.h.
| typedef PointSetFunction otb::PointSetFunction< TPointSet, TOutput >::Self |
Standard class typedefs.
Definition at line 44 of file otbPointSetFunction.h.
| typedef itk::SpatialFunction<TOutput, 2, typename TPointSet::PointType> otb::PointSetFunction< TPointSet, TOutput >::Superclass |
Definition at line 45 of file otbPointSetFunction.h.
|
protected |
Constructor
Definition at line 36 of file otbPointSetFunction.hxx.
|
inlineoverrideprotected |
Definition at line 73 of file otbPointSetFunction.h.
|
privatedelete |
|
virtual |
Run-time type information (and related methods).
Reimplemented in otb::PointSetDensityEpanechnikovFunction< TPointSet, TOutput >, otb::PointSetDensityGaussianFunction< TPointSet, TOutput >, and otb::PointSetDensityFunction< TPointSet, TOutput >.
|
virtual |
Set the input image (reimplemented since we need to set the detector input)
|
privatedelete |
|
overrideprotected |
Definition at line 45 of file otbPointSetFunction.hxx.
|
inline |
SetPointSet() to maintain the const correctness of the pointset
Definition at line 66 of file otbPointSetFunction.h.
|
inline |
Definition at line 60 of file otbPointSetFunction.h.
|
private |
Definition at line 83 of file otbPointSetFunction.h.
1.8.17