OTB  9.0.0
Orfeo Toolbox
Static Public Member Functions | List of all members
otb::ogr::internal::MemberContainerGetterPtr< 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 const *(OGRFeature::*)(int, int *) ptr_to_function, typename FinalReturnType = std::vector<T>>
class otb::ogr::internal::MemberContainerGetterPtr< T, ptr_to_function, FinalReturnType >

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

Template Parameters
Ttype of field according to OGR API.
ptr_to_functionmember function pointer to a list-field getter from OGRFeature.
FinalReturnTypetype of the list-field according to OTB wrappers (default = std::vector<T>)

Definition at line 210 of file otbOGRFieldWrapper.hxx.


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