OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GeoMultiPolyTargetValue Struct Reference

#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
 

Detailed Description

Definition at line 138 of file TargetValue.h.

Constructor & Destructor Documentation

GeoMultiPolyTargetValue::GeoMultiPolyTargetValue ( const std::vector< double > &  coords,
const std::vector< int32_t > &  ring_sizes,
const std::vector< int32_t > &  poly_rings 
)
inline

Definition at line 143 of file TargetValue.h.

146  : coords(std::make_shared<std::vector<double>>(coords))
147  , ring_sizes(std::make_shared<std::vector<int32_t>>(ring_sizes))
148  , poly_rings(std::make_shared<std::vector<int32_t>>(poly_rings)) {}
std::shared_ptr< std::vector< int32_t > > ring_sizes
Definition: TargetValue.h:140
std::shared_ptr< std::vector< double > > coords
Definition: TargetValue.h:139
std::shared_ptr< std::vector< int32_t > > poly_rings
Definition: TargetValue.h:141

Member Data Documentation

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.


The documentation for this struct was generated from the following file: