OmniSciDB
a5dc49c757
|
#include <TargetValue.h>
Public Member Functions | |
GeoPolyTargetValue (const std::vector< double > &coords, const std::vector< int32_t > &ring_sizes) | |
Public Attributes | |
std::shared_ptr< std::vector < double > > | coords |
std::shared_ptr< std::vector < int32_t > > | ring_sizes |
Definition at line 128 of file TargetValue.h.
|
inline |
Definition at line 132 of file TargetValue.h.
std::shared_ptr<std::vector<double> > GeoPolyTargetValue::coords |
Definition at line 129 of file TargetValue.h.
std::shared_ptr<std::vector<int32_t> > GeoPolyTargetValue::ring_sizes |
Definition at line 130 of file TargetValue.h.