#include <algorithm>
#include <iomanip>
#include "itkObjectFactory.h"
#include "itkContinuousIndex.h"
#include "itkRegion.h"
#include "otbImageKeywordlist.h"
#include "itkImageRegion.h"
Go to the source code of this file.
|
| namespace | otb |
| | The "otb" namespace contains all Orfeo Toolbox (OTB) classes There are several nested namespaces withing the otb:: namespace.
|
| |
|
| template<class TType > |
| std::ostream & | otb::operator<< (std::ostream &os, const RemoteSensingRegion< TType > ®ion) |
| |
| template<class ImageType , class RemoteSensingRegionType > |
| ImageType::RegionType | otb::TransformPhysicalRegionToIndexRegion (const RemoteSensingRegionType ®ion, const ImageType *image) |
| |