![]() |
OTB
9.1.1
Orfeo Toolbox
|
#include <otbPointSetToDensityImageFilter.h>
Inheritance diagram for otb::PointSetToDensityImageFilter< TInputPointSet, TOutputImage, TDensityFunction >:
Collaboration diagram for otb::PointSetToDensityImageFilter< TInputPointSet, TOutputImage, TDensityFunction >:Public Types | |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef OutputImageType::IndexType | IndexType |
| typedef PointSetDensityFunctionType::InputType | InputType |
| typedef OutputImageType::RegionType | OutputImageRegionType |
| typedef TOutputImage | OutputImageType |
| typedef OutputImageType::PixelType | PixelType |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef PointSetDensityFunctionType::Pointer | PointSetDensityFunctionPointerType |
| typedef TDensityFunction | PointSetDensityFunctionType |
| typedef TInputPointSet | PointSetType |
| typedef PointSetToDensityImageFilter | Self |
| typedef itk::PointSetToImageFilter< TInputPointSet, TOutputImage > | Superclass |
Public Member Functions | |
| virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
| virtual const char * | GetNameOfClass () const |
Static Public Member Functions | |
| static Pointer | New () |
| unsigned int | m_Radius |
| virtual unsigned int | GetRadius () |
| virtual void | SetRadius (unsigned int _arg) |
| PointSetToDensityImageFilter () | |
| ~PointSetToDensityImageFilter () override | |
| void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
| void | GenerateData () override |
| void | ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, itk::ThreadIdType threadId) override |
| void | GenerateOutputInformation () override |
| PointSetToDensityImageFilter (const Self &)=delete | |
| void | operator= (const Self &)=delete |
Draw the density of a point set on an image.
Definition at line 40 of file otbPointSetToDensityImageFilter.h.
| typedef itk::SmartPointer<const Self> otb::PointSetToDensityImageFilter< TInputPointSet, TOutputImage, TDensityFunction >::ConstPointer |
Definition at line 48 of file otbPointSetToDensityImageFilter.h.
| typedef OutputImageType::IndexType otb::PointSetToDensityImageFilter< TInputPointSet, TOutputImage, TDensityFunction >::IndexType |
Definition at line 61 of file otbPointSetToDensityImageFilter.h.
| typedef PointSetDensityFunctionType::InputType otb::PointSetToDensityImageFilter< TInputPointSet, TOutputImage, TDensityFunction >::InputType |
Definition at line 66 of file otbPointSetToDensityImageFilter.h.
| typedef OutputImageType::RegionType otb::PointSetToDensityImageFilter< TInputPointSet, TOutputImage, TDensityFunction >::OutputImageRegionType |
Definition at line 62 of file otbPointSetToDensityImageFilter.h.
| typedef TOutputImage otb::PointSetToDensityImageFilter< TInputPointSet, TOutputImage, TDensityFunction >::OutputImageType |
Definition at line 59 of file otbPointSetToDensityImageFilter.h.
| typedef OutputImageType::PixelType otb::PointSetToDensityImageFilter< TInputPointSet, TOutputImage, TDensityFunction >::PixelType |
Definition at line 60 of file otbPointSetToDensityImageFilter.h.
| typedef itk::SmartPointer<Self> otb::PointSetToDensityImageFilter< TInputPointSet, TOutputImage, TDensityFunction >::Pointer |
Definition at line 47 of file otbPointSetToDensityImageFilter.h.
| typedef PointSetDensityFunctionType::Pointer otb::PointSetToDensityImageFilter< TInputPointSet, TOutputImage, TDensityFunction >::PointSetDensityFunctionPointerType |
Definition at line 67 of file otbPointSetToDensityImageFilter.h.
| typedef TDensityFunction otb::PointSetToDensityImageFilter< TInputPointSet, TOutputImage, TDensityFunction >::PointSetDensityFunctionType |
typedef filter support
Definition at line 65 of file otbPointSetToDensityImageFilter.h.
| typedef TInputPointSet otb::PointSetToDensityImageFilter< TInputPointSet, TOutputImage, TDensityFunction >::PointSetType |
typedefs parameters support
Definition at line 54 of file otbPointSetToDensityImageFilter.h.
| typedef PointSetToDensityImageFilter otb::PointSetToDensityImageFilter< TInputPointSet, TOutputImage, TDensityFunction >::Self |
Standard class typedefs.
Definition at line 45 of file otbPointSetToDensityImageFilter.h.
| typedef itk::PointSetToImageFilter<TInputPointSet, TOutputImage> otb::PointSetToDensityImageFilter< TInputPointSet, TOutputImage, TDensityFunction >::Superclass |
Definition at line 46 of file otbPointSetToDensityImageFilter.h.
|
protected |
|
inlineoverrideprotected |
Destructor.
Definition at line 83 of file otbPointSetToDensityImageFilter.h.
|
privatedelete |
Set/Get Radius
| virtual::itk::LightObject::Pointer otb::PointSetToDensityImageFilter< TInputPointSet, TOutputImage, TDensityFunction >::CreateAnother | ( | void | ) | const |
|
overrideprotected |
Call the ImageSource::GenerateData which handle multithreading
Definition at line 43 of file otbPointSetToDensityImageFilter.hxx.
|
overrideprotected |
Main computation method.
Definition at line 90 of file otbPointSetToDensityImageFilter.hxx.
|
virtual |
Run-time type information (and related methods).
|
virtual |
Set/Get Radius
|
static |
Method for creation through the object factory.
|
privatedelete |
Set/Get Radius
|
overrideprotected |
Standard PrintSelf method.
Definition at line 116 of file otbPointSetToDensityImageFilter.hxx.
|
virtual |
Set/Get Radius
|
overrideprotected |
|
private |
Set/Get Radius
Definition at line 111 of file otbPointSetToDensityImageFilter.h.
1.8.17