OTB
9.0.0
Orfeo Toolbox
|
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) |
TODO: Documentation.
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().
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().
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().
ImageType::SpacingType otb::internal::GetSignedSpacing | ( | const ImageType * | input | ) |
Definition at line 41 of file otbImage.h.
Referenced by otb::GroundSpacingImageFunction< TInputImage, TCoordRep >::GetPixelLocation(), otb::GridResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecision >::SetOutputParametersFromImage(), and otb::StreamingResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::SetOutputParametersFromImage().
void otb::internal::SetSignedSpacing | ( | InputImage * | input, |
SpacingType | spacing | ||
) |
Definition at line 53 of file otbImage.h.
Referenced by otb::VectorImage< TOutputPixelType, 2 >::SetSignedSpacing(), and otb::Image< TOutputPixelType, 2 >::SetSignedSpacing().