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

#include <otbOGRFieldWrapper.hxx>

Static Public Member Functions

static void call (OGRFeature &f, int index, ActualParamType const &container)
 

Detailed Description

template<typename T, void(OGRFeature::*)(int, int, T *) ptr_to_function, typename ActualParamType = std::vector<T>>
class otb::ogr::internal::MemberContainerSetterPtr< T, ptr_to_function, ActualParamType >

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

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

Definition at line 338 of file otbOGRFieldWrapper.hxx.


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