#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::ObjectId * | oid | 
| This point's objectId.  More... | |
| double | x | 
| Double values for axis X.  More... | |
| double | y | 
| Double values for axis Y.  More... | |
Definition at line 53 of file ScatterUtils.h.
      
  | 
  inline | 
Definition at line 59 of file ScatterUtils.h.
      
  | 
  inline | 
Definition at line 66 of file ScatterUtils.h.
References te::da::ObjectId::getValueAsString().
      
  | 
  inline | 
Definition at line 61 of file ScatterUtils.h.
References x.
| 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 te::qt::widgets::PointToObjectId::y | 
Double values for axis Y.
Definition at line 56 of file ScatterUtils.h.