|
OTB
9.0.0
Orfeo Toolbox
|
Go to the documentation of this file.
21 #ifndef otbImageToPointSetFilter_h
22 #define otbImageToPointSetFilter_h
43 template <
class TInputImage,
class TOutputPo
intSet>
62 itkStaticConstMacro(InputImageDimension,
unsigned int, TInputImage::ImageDimension);
72 using Superclass::SetInput;
83 void GenerateOutputInformation(
void)
override;
90 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
92 void GenerateData(
void)
override;
99 virtual void BeforeThreadedGenerateData();
101 virtual void AfterThreadedGenerateData();
105 virtual void ThreadedGenerateData(
const InputImageRegionType& inputRegionForThread, itk::ThreadIdType threadId);
110 static ITK_THREAD_RETURN_TYPE ThreaderCallback(
void* arg);
136 #ifndef OTB_MANUAL_INSTANTIATION
OutputPointSetType::PointsContainer PointsContainerType
Superclass::OutputPointSetType OutputPointSetType
PointSetSource< TOutputPointSet > Superclass
std::vector< typename OutputPointSetType::PointsContainer::Pointer > OutputPointsContainerForThreadType
~ImageToPointSetFilter() override
StreamingManagerPointer m_StreamingManager
OutputPointsContainerForThreadType m_PointsContainerPerThread
Base class to output PointSet data with image data as input.
itk::SmartPointer< Self > Pointer
Superclass::PointDataContainerType PointDataContainerType
InputImageType::Pointer InputImagePointer
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.
Superclass::OutputPointSetPointer OutputPointSetPointer
itk::ProcessObject ProcessObjectType
std::vector< typename OutputPointSetType::PointDataContainer::Pointer > OutputPointDataContainerForThreadType
ImageToPointSetFilter Self
StreamingManagerType::Pointer StreamingManagerPointer
InputImageType::ConstPointer InputImageConstPointer
This class computes the divisions needed to stream an image according to the input image tiling schem...
Base class for all process objects that output point set data.
RAMDrivenAdaptativeStreamingManager< InputImageType > StreamingManagerType
TInputImage InputImageType
OutputPointSetType::PointDataContainer PointDataContainerType
OutputPointDataContainerForThreadType m_PointDataContainerPerThread
InputImageType::RegionType InputImageRegionType
OutputPointSetType::Pointer OutputPointSetPointer
InputImageType::PixelType InputImagePixelType
itk::PointSet< typename TInputImage::PixelType, 2 > OutputPointSetType
Superclass::PointsContainerType PointsContainerType
itk::SmartPointer< const Self > ConstPointer