OTB  9.0.0
Orfeo Toolbox
Static Public Member Functions | List of all members
otb::ogr::internal::MemberGetterPtr< T, ptr_to_function, FinalReturnType > Class Template Reference

#include <otbOGRFieldWrapper.hxx>

Static Public Member Functions

static FinalReturnType call (OGRFeature &f, int index)
 

Detailed Description

template<typename T, T(OGRFeature::*)(int) ptr_to_function, typename FinalReturnType = T>
class otb::ogr::internal::MemberGetterPtr< T, ptr_to_function, FinalReturnType >

Type for hosting simple member-function pointers to field getters.

Template Parameters
Ttype of field according to OGR API.
ptr_to_functionmember function pointer to a field getter from OGRFeature.
FinalReturnTypetype of the field according to OTB wrappers (default = T)

Definition at line 129 of file otbOGRFieldWrapper.hxx.


The documentation for this class was generated from the following file: