OTB
9.0.0
Orfeo Toolbox
|
std::unique_ptr<>
is available instead of always using boost.interprocess.unique_ptr<>
. std::map
may not be the fastest structure available => use a (sorted?) vector of pairs of ints, and search with a simple std::find
(as we can expect the number of fields to be quite low). unique_ptr<OGRSpatialReference>
. otb::ogr::DataSource
wrapper as it was with VectorData
. OGRDataSource
is released otb::ogr::FieldDefn
otb::ogr::FieldDefn
DataSource
constructor receive a std::vector<std::string>
, or even more precide types. ogr::Feature
. : At present version, there is not consideration on meta data information that can be transmitted from the input(s) to the output(s)...
: At present version, there is not consideration on meta data information that can be transmitted from the input(s) to the output(s)...
: At present version, there is not consideration on meta data information that can be transmitted from the input(s) to the output(s)...
nondeletable<>
pointer type.