OTB
9.0.0
Orfeo Toolbox
|
#include <otbStreamingShrinkImageFilter.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef ImageType::Pointer | ImagePointerType |
typedef TInputImage | ImageType |
typedef RegionType::IndexType | IndexType |
typedef ImageType::InternalPixelType | PixelType |
typedef itk::SmartPointer< Self > | Pointer |
typedef ImageType::RegionType | RegionType |
typedef StreamingShrinkStreamingManager | Self |
typedef RegionType::SizeType | SizeType |
typedef StreamingManager< TInputImage > | Superclass |
Public Types inherited from otb::StreamingManager< TInputImage > | |
typedef itk::ImageRegionSplitterBase | AbstractSplitterType |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef ImageType::Pointer | ImagePointerType |
typedef TInputImage | ImageType |
typedef RegionType::IndexType | IndexType |
typedef otb::PipelineMemoryPrintCalculator::MemoryPrintType | MemoryPrintType |
typedef ImageType::InternalPixelType | PixelType |
typedef itk::SmartPointer< Self > | Pointer |
typedef ImageType::RegionType | RegionType |
typedef StreamingManager | Self |
typedef RegionType::SizeType | SizeType |
typedef itk::LightObject | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
unsigned int | GetShrinkFactor () const |
void | PrepareStreaming (itk::DataObject *input, const RegionType ®ion) override |
void | SetShrinkFactor (unsigned int val) |
Public Member Functions inherited from otb::StreamingManager< TInputImage > | |
virtual MemoryPrintType | GetDefaultRAM () |
virtual const char * | GetNameOfClass () const |
virtual unsigned int | GetNumberOfSplits () |
virtual RegionType | GetSplit (unsigned int i) |
const AbstractSplitterType * | GetSplitter () const |
virtual void | SetDefaultRAM (MemoryPrintType _arg) |
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
Static Public Attributes inherited from otb::StreamingManager< TInputImage > | |
static const unsigned int | ImageDimension |
Protected Member Functions | |
StreamingShrinkStreamingManager () | |
~StreamingShrinkStreamingManager () override | |
Protected Member Functions inherited from otb::StreamingManager< TInputImage > | |
virtual unsigned int | EstimateOptimalNumberOfDivisions (itk::DataObject *input, const RegionType ®ion, MemoryPrintType availableRAMInMB, double bias=1.0) |
StreamingManager () | |
~StreamingManager () override | |
Private Member Functions | |
void | operator= (const StreamingShrinkStreamingManager &)=delete |
StreamingShrinkStreamingManager (const StreamingShrinkStreamingManager &)=delete | |
Private Attributes | |
unsigned int | m_ShrinkFactor |
Additional Inherited Members | |
Protected Types inherited from otb::StreamingManager< TInputImage > | |
typedef AbstractSplitterType::Pointer | AbstractSplitterPointerType |
Protected Attributes inherited from otb::StreamingManager< TInputImage > | |
unsigned int | m_ComputedNumberOfSplits |
RegionType | m_Region |
AbstractSplitterPointerType | m_Splitter |
Definition at line 109 of file otbStreamingShrinkImageFilter.h.
typedef itk::SmartPointer<const Self> otb::StreamingShrinkStreamingManager< TInputImage >::ConstPointer |
Definition at line 116 of file otbStreamingShrinkImageFilter.h.
typedef ImageType::Pointer otb::StreamingShrinkStreamingManager< TInputImage >::ImagePointerType |
Definition at line 125 of file otbStreamingShrinkImageFilter.h.
typedef TInputImage otb::StreamingShrinkStreamingManager< TInputImage >::ImageType |
Definition at line 122 of file otbStreamingShrinkImageFilter.h.
typedef RegionType::IndexType otb::StreamingShrinkStreamingManager< TInputImage >::IndexType |
Definition at line 127 of file otbStreamingShrinkImageFilter.h.
typedef ImageType::InternalPixelType otb::StreamingShrinkStreamingManager< TInputImage >::PixelType |
Definition at line 129 of file otbStreamingShrinkImageFilter.h.
typedef itk::SmartPointer<Self> otb::StreamingShrinkStreamingManager< TInputImage >::Pointer |
Definition at line 115 of file otbStreamingShrinkImageFilter.h.
typedef ImageType::RegionType otb::StreamingShrinkStreamingManager< TInputImage >::RegionType |
Definition at line 126 of file otbStreamingShrinkImageFilter.h.
typedef StreamingShrinkStreamingManager otb::StreamingShrinkStreamingManager< TInputImage >::Self |
Standard class typedefs.
Definition at line 113 of file otbStreamingShrinkImageFilter.h.
typedef RegionType::SizeType otb::StreamingShrinkStreamingManager< TInputImage >::SizeType |
Definition at line 128 of file otbStreamingShrinkImageFilter.h.
typedef StreamingManager<TInputImage> otb::StreamingShrinkStreamingManager< TInputImage >::Superclass |
Definition at line 114 of file otbStreamingShrinkImageFilter.h.
|
protected |
Definition at line 33 of file otbStreamingShrinkImageFilter.hxx.
|
overrideprotected |
Definition at line 38 of file otbStreamingShrinkImageFilter.hxx.
|
privatedelete |
virtual::itk::LightObject::Pointer otb::StreamingShrinkStreamingManager< TInputImage >::CreateAnother | ( | void | ) | const |
|
virtual |
Runtime information support.
|
inline |
Definition at line 142 of file otbStreamingShrinkImageFilter.h.
|
static |
Method for creation through the object factory.
|
privatedelete |
|
overridevirtual |
Actually computes the stream divisions, according to the specified streaming mode, eventually using the input parameter to estimate memory consumption
Implements otb::StreamingManager< TInputImage >.
Definition at line 43 of file otbStreamingShrinkImageFilter.hxx.
References otbMsgDevMacro.
|
inline |
Definition at line 137 of file otbStreamingShrinkImageFilter.h.
|
static |
Definition at line 131 of file otbStreamingShrinkImageFilter.h.
|
private |
Definition at line 155 of file otbStreamingShrinkImageFilter.h.