MeVisLab Toolbox Reference
ml::PointMap Class Reference

PointMap constitutes a lightweight object for storage of data of two nodes. More...

#include <AssocGraph.h>

Public Member Functions

A (somehow arbitrary) order to assist non-abiguous sequences
bool operator< (const PointMap &pm) const
 
bool operator== (const PointMap &pm) const
 

Public Attributes

int _nP1
 
int _nP2
 

Detailed Description

PointMap constitutes a lightweight object for storage of data of two nodes.

class PointMap

Definition at line 54 of file AssocGraph.h.

Member Function Documentation

◆ operator<()

bool ml::PointMap::operator< ( const PointMap pm) const
inline

Definition at line 62 of file AssocGraph.h.

References _nP1, and _nP2.

◆ operator==()

bool ml::PointMap::operator== ( const PointMap pm) const
inline

Definition at line 63 of file AssocGraph.h.

References _nP1, and _nP2.

Member Data Documentation

◆ _nP1

int ml::PointMap::_nP1

of node in tree 1

Definition at line 57 of file AssocGraph.h.

Referenced by operator<(), and operator==().

◆ _nP2

int ml::PointMap::_nP2

of node in tree 2

Definition at line 58 of file AssocGraph.h.

Referenced by operator<(), and operator==().


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