OTB
9.0.0
Orfeo Toolbox
|
#include <otbOGRFieldWrapper.hxx>
Dispatcher function for the Field Setter. The container-field setters from OGR API have a C API. This dispatcher will check whether the parameter container has a contiguous storage. If so it will directly inject the address of the first element of the contiguous container in the OGR C API. If not, the container will be converted into a container with contiguous storage.
Definition at line 244 of file otbOGRFieldWrapper.hxx.