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

#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
 

Detailed Description

Definition at line 128 of file TargetValue.h.

Constructor & Destructor Documentation

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

Definition at line 132 of file TargetValue.h.

134  : coords(std::make_shared<std::vector<double>>(coords))
135  , ring_sizes(std::make_shared<std::vector<int32_t>>(ring_sizes)) {}
std::shared_ptr< std::vector< int32_t > > ring_sizes
Definition: TargetValue.h:130
std::shared_ptr< std::vector< double > > coords
Definition: TargetValue.h:129

Member Data Documentation

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.


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