OmniSciDB
a5dc49c757
|
#include <TargetValue.h>
Public Member Functions | |
GeoMultiPolyTargetValue (const std::vector< double > &coords, const std::vector< int32_t > &ring_sizes, const std::vector< int32_t > &poly_rings) | |
Public Attributes | |
std::shared_ptr< std::vector < double > > | coords |
std::shared_ptr< std::vector < int32_t > > | ring_sizes |
std::shared_ptr< std::vector < int32_t > > | poly_rings |
Definition at line 138 of file TargetValue.h.
|
inline |
Definition at line 143 of file TargetValue.h.
std::shared_ptr<std::vector<double> > GeoMultiPolyTargetValue::coords |
Definition at line 139 of file TargetValue.h.
std::shared_ptr<std::vector<int32_t> > GeoMultiPolyTargetValue::poly_rings |
Definition at line 141 of file TargetValue.h.
std::shared_ptr<std::vector<int32_t> > GeoMultiPolyTargetValue::ring_sizes |
Definition at line 140 of file TargetValue.h.