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

#include <otbOGRFieldWrapper.hxx>

Static Public Member Functions

static void call (OGRFeature &f, int index, T const &value)
 

Detailed Description

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

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

Template Parameters
Ttype of field according to OGR API.
ptr_to_functionmember function pointer to a field setter from OGRFeature. = T)

Definition at line 177 of file otbOGRFieldWrapper.hxx.


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