#include <LinkMatrix.hxx>
Definition at line 46 of file LinkMatrix.hxx.
◆ LNode() [1/2]
| YACS::HMI::LNode::LNode |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
|
inline |
◆ LNode() [2/2]
| YACS::HMI::LNode::LNode |
( |
std::pair< int, int > |
m | ) |
|
|
inline |
◆ ~LNode()
| virtual YACS::HMI::LNode::~LNode |
( |
| ) |
|
|
inlinevirtual |
◆ distance()
| double LNode::distance |
( |
const LNode & |
o | ) |
const |
Definition at line 42 of file LinkMatrix.cxx.
46 return sqrt(
double(dx*dx +dy*dy));
References _x, and _y.
◆ getPos()
| std::pair<int,int> YACS::HMI::LNode::getPos |
( |
| ) |
const |
|
inline |
◆ getX()
| int YACS::HMI::LNode::getX |
( |
| ) |
const |
|
inline |
◆ getY()
| int YACS::HMI::LNode::getY |
( |
| ) |
const |
|
inline |
◆ isEqual()
| bool YACS::HMI::LNode::isEqual |
( |
const LNode & |
o | ) |
const |
|
inline |
◆ _x
◆ _y
The documentation for this class was generated from the following files: