te::qt::widgets::PointToObjectId Struct Reference

#include <ScatterUtils.h>

Public Member Functions

std::string getObjIdAsString () const
 
bool operator< (const PointToObjectId &v) const
 
 PointToObjectId (double p_x, double p_y, te::da::ObjectId *p_oid)
 

Public Attributes

te::da::ObjectIdoid
 This point's objectId. More...
 
double x
 Double values for axis X. More...
 
double y
 Double values for axis Y. More...
 

Detailed Description

Definition at line 53 of file ScatterUtils.h.

Constructor & Destructor Documentation

te::qt::widgets::PointToObjectId::PointToObjectId ( double  p_x,
double  p_y,
te::da::ObjectId p_oid 
)
inline

Definition at line 59 of file ScatterUtils.h.

Member Function Documentation

std::string te::qt::widgets::PointToObjectId::getObjIdAsString ( ) const
inline

Definition at line 66 of file ScatterUtils.h.

References te::da::ObjectId::getValueAsString().

bool te::qt::widgets::PointToObjectId::operator< ( const PointToObjectId v) const
inline

Definition at line 61 of file ScatterUtils.h.

References x.

Member Data Documentation

te::da::ObjectId* te::qt::widgets::PointToObjectId::oid

This point's objectId.

Definition at line 57 of file ScatterUtils.h.

double te::qt::widgets::PointToObjectId::x

Double values for axis X.

Definition at line 55 of file ScatterUtils.h.

Referenced by operator<().

double te::qt::widgets::PointToObjectId::y

Double values for axis Y.

Definition at line 56 of file ScatterUtils.h.


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