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

#include <TargetValue.h>

Public Member Functions

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

Public Attributes

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

Detailed Description

Definition at line 111 of file TargetValue.h.

Constructor & Destructor Documentation

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

Definition at line 114 of file TargetValue.h.

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

Member Data Documentation

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

Definition at line 112 of file TargetValue.h.


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