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

#include <TargetValue.h>

Public Member Functions

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

Public Attributes

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

Detailed Description

Definition at line 104 of file TargetValue.h.

Constructor & Destructor Documentation

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

Definition at line 107 of file TargetValue.h.

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

Member Data Documentation

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

Definition at line 105 of file TargetValue.h.


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