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

#include <TargetValue.h>

Public Member Functions

 GeoPointTargetValue (const std::vector< double > &coords)
 

Public Attributes

std::shared_ptr< std::vector
< double > > 
coords
 

Detailed Description

Definition at line 97 of file TargetValue.h.

Constructor & Destructor Documentation

GeoPointTargetValue::GeoPointTargetValue ( const std::vector< double > &  coords)
inline

Definition at line 100 of file TargetValue.h.

101  : coords(std::make_shared<std::vector<double>>(coords)) {}
std::shared_ptr< std::vector< double > > coords
Definition: TargetValue.h:98

Member Data Documentation

std::shared_ptr<std::vector<double> > GeoPointTargetValue::coords

Definition at line 98 of file TargetValue.h.


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