OmniSciDB
a5dc49c757
|
#include <TargetValue.h>
Public Member Functions | |
GeoMultiLineStringTargetValue (const std::vector< double > &coords, const std::vector< int32_t > &linestring_sizes) | |
Public Attributes | |
std::shared_ptr< std::vector < double > > | coords |
std::shared_ptr< std::vector < int32_t > > | linestring_sizes |
Definition at line 118 of file TargetValue.h.
|
inline |
Definition at line 122 of file TargetValue.h.
std::shared_ptr<std::vector<double> > GeoMultiLineStringTargetValue::coords |
Definition at line 119 of file TargetValue.h.
std::shared_ptr<std::vector<int32_t> > GeoMultiLineStringTargetValue::linestring_sizes |
Definition at line 120 of file TargetValue.h.