![]() |
OTB
9.1.1
Orfeo Toolbox
|
#include <otbNumberOfLinesStrippedStreamingManager.h>
Inheritance diagram for otb::NumberOfLinesStrippedStreamingManager< TImage >:
Collaboration diagram for otb::NumberOfLinesStrippedStreamingManager< TImage >:Public Types | |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef TImage | ImageType |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef Superclass::RegionType | RegionType |
| typedef NumberOfLinesStrippedStreamingManager | Self |
| typedef StreamingManager< TImage > | Superclass |
Public Types inherited from otb::StreamingManager< TImage > | |
| typedef itk::ImageRegionSplitterBase | AbstractSplitterType |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef ImageType::Pointer | ImagePointerType |
| typedef TImage | 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 |
| virtual unsigned int | GetNumberOfLinesPerStrip () |
| void | PrepareStreaming (itk::DataObject *, const RegionType ®ion) override |
| virtual void | SetNumberOfLinesPerStrip (unsigned int _arg) |
Public Member Functions inherited from otb::StreamingManager< TImage > | |
| virtual MemoryPrintType | GetDefaultRAM () |
| 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 | ImageDimension = ImageType::ImageDimension |
Static Public Attributes inherited from otb::StreamingManager< TImage > | |
| static const unsigned int | ImageDimension = ImageType::ImageDimension |
Protected Types | |
| typedef itk::ImageRegionSplitter< itkGetStaticConstMacro(ImageDimension)> | SplitterType |
Protected Types inherited from otb::StreamingManager< TImage > | |
| typedef AbstractSplitterType::Pointer | AbstractSplitterPointerType |
Protected Member Functions | |
| NumberOfLinesStrippedStreamingManager () | |
| ~NumberOfLinesStrippedStreamingManager () override | |
Protected Member Functions inherited from otb::StreamingManager< TImage > | |
| virtual unsigned int | EstimateOptimalNumberOfDivisions (itk::DataObject *input, const RegionType ®ion, MemoryPrintType availableRAMInMB, double bias=1.0) |
| StreamingManager () | |
| ~StreamingManager () override | |
Protected Attributes | |
| unsigned int | m_NumberOfLinesPerStrip |
Protected Attributes inherited from otb::StreamingManager< TImage > | |
| unsigned int | m_ComputedNumberOfSplits |
| RegionType | m_Region |
| AbstractSplitterPointerType | m_Splitter |
Private Member Functions | |
| NumberOfLinesStrippedStreamingManager (const NumberOfLinesStrippedStreamingManager &) | |
| void | operator= (const NumberOfLinesStrippedStreamingManager &) |
This class computes the divisions needed to stream an image by strips, driven by a user-defined desired number of lines per strips.
You can use SetNumberOfLinesPerStrip to ask for a specific number of lines per strip. The number of strips will be computed to fit this requirements as close as possible.
Definition at line 43 of file otbNumberOfLinesStrippedStreamingManager.h.
| typedef itk::SmartPointer<const Self> otb::NumberOfLinesStrippedStreamingManager< TImage >::ConstPointer |
Definition at line 50 of file otbNumberOfLinesStrippedStreamingManager.h.
| typedef TImage otb::NumberOfLinesStrippedStreamingManager< TImage >::ImageType |
Definition at line 52 of file otbNumberOfLinesStrippedStreamingManager.h.
| typedef itk::SmartPointer<Self> otb::NumberOfLinesStrippedStreamingManager< TImage >::Pointer |
Definition at line 49 of file otbNumberOfLinesStrippedStreamingManager.h.
| typedef Superclass::RegionType otb::NumberOfLinesStrippedStreamingManager< TImage >::RegionType |
Definition at line 53 of file otbNumberOfLinesStrippedStreamingManager.h.
| typedef NumberOfLinesStrippedStreamingManager otb::NumberOfLinesStrippedStreamingManager< TImage >::Self |
Standard class typedefs.
Definition at line 47 of file otbNumberOfLinesStrippedStreamingManager.h.
|
protected |
The splitter type used to generate the different strips
Definition at line 79 of file otbNumberOfLinesStrippedStreamingManager.h.
| typedef StreamingManager<TImage> otb::NumberOfLinesStrippedStreamingManager< TImage >::Superclass |
Definition at line 48 of file otbNumberOfLinesStrippedStreamingManager.h.
|
protected |
Definition at line 31 of file otbNumberOfLinesStrippedStreamingManager.hxx.
|
overrideprotected |
Definition at line 36 of file otbNumberOfLinesStrippedStreamingManager.hxx.
|
private |
| virtual::itk::LightObject::Pointer otb::NumberOfLinesStrippedStreamingManager< TImage >::CreateAnother | ( | void | ) | const |
|
virtual |
Type macro
Reimplemented from otb::StreamingManager< TImage >.
|
virtual |
The number of lines per strip desired
|
static |
Creation through object factory macro
|
private |
|
overridevirtual |
Actually computes the stream divisions, according to the specified streaming mode, eventually using the input parameter to estimate memory consumption
Implements otb::StreamingManager< TImage >.
Definition at line 41 of file otbNumberOfLinesStrippedStreamingManager.hxx.
References otbMsgDevMacro.
|
virtual |
The number of lines per strip desired
|
static |
Dimension of input image.
Definition at line 62 of file otbNumberOfLinesStrippedStreamingManager.h.
|
protected |
The number of lines per strip desired by the user. This may be different than the one computed by the Splitter
Definition at line 83 of file otbNumberOfLinesStrippedStreamingManager.h.
1.8.17