OTB  9.0.0
Orfeo Toolbox
Classes | Functions
otb::internal Namespace Reference

Classes

struct  OGRCoordinateTransformationDeleter
 
struct  OGRSpatialReferenceDeleter
 
struct  ReprojectTransformationFunctor
 
struct  tuple_index
 
struct  tuple_index< Arg, std::tuple< Arg, Args... > >
 
struct  tuple_index< Arg, std::tuple< NotMatching, Args... > >
 

Functions

template<typename T >
std::istream & BinaryRead (std::istream &stream, T &value)
 
template<typename T >
std::ostream & BinaryWrite (std::ostream &stream, const T &value)
 
std::ostream & BinaryWriteString (std::ofstream &stream, const std::string &value)
 
template<class ImageType >
ImageType::SpacingType GetSignedSpacing (const ImageType *input)
 
template<class InputImage , typename SpacingType >
void SetSignedSpacing (InputImage *input, SpacingType spacing)
 

Detailed Description

TODO: Documentation.

Function Documentation

◆ BinaryRead()

template<typename T >
std::istream& otb::internal::BinaryRead ( std::istream &  stream,
T &  value 
)

Definition at line 50 of file otbSOMModel.hxx.

Referenced by otb::SOMModel< TInputValue, MapDimension >::Load().

◆ BinaryWrite()

template<typename T >
std::ostream& otb::internal::BinaryWrite ( std::ostream &  stream,
const T &  value 
)

Definition at line 39 of file otbSOMModel.hxx.

Referenced by otb::SOMModel< TInputValue, MapDimension >::Save().

◆ BinaryWriteString()

std::ostream& otb::internal::BinaryWriteString ( std::ofstream &  stream,
const std::string &  value 
)

Definition at line 44 of file otbSOMModel.hxx.

Referenced by otb::SOMModel< TInputValue, MapDimension >::Save().

◆ GetSignedSpacing()

template<class ImageType >
ImageType::SpacingType otb::internal::GetSignedSpacing ( const ImageType *  input)

◆ SetSignedSpacing()

template<class InputImage , typename SpacingType >
void otb::internal::SetSignedSpacing ( InputImage *  input,
SpacingType  spacing 
)