Jafar
|
This class represents a proximity edges between two Node . More...
This class represents a proximity edges between two Node .
It gives access to the distance, the angle and characteristic vector.
Definition at line 22 of file EdgeProximity.hpp.
#include <EdgeProximity.hpp>
Public Member Functions | |
double | distance () const |
double | distanceCov () const |
double | distanceSigma () const |
double | cosAngle () const |
double | cosAngleCov () const |
double | cosAngleSigma () const |
geom::Atom3D::HomogenousVecD | characteristicVector (const Node *refNode) const |
const geom::Atom3D::HomogenousSymMatrixD & | characteristicVectorCov (const jafar::spafgraph::Node *refNode) const |
const spaf::Feature::Range & | occupancyRange (const Node *refNode) const |
bool | isCompatible (const EdgeProximity *ep) const |
Private Member Functions | |
EdgeProximity (const Node *leftNode, const Node *rightNode) | |
Private Attributes | |
Private *const | d |
Friends | |
class | Node |
bool jafar::spafgraph::EdgeProximity::isCompatible | ( | const EdgeProximity * | ep | ) | const |
Generated on Wed Oct 15 2014 00:37:51 for Jafar by doxygen 1.7.6.1 |