MeVisLabToolboxReference
ml::PointMap Class Reference

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

#include <AssocGraph.h>

List of all members.

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
 # of node in tree 1
int _nP2
 # of node in tree 2

Detailed Description

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

class PointMap

Definition at line 49 of file AssocGraph.h.


Member Function Documentation

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

Definition at line 57 of file AssocGraph.h.

References _nP1, and _nP2.

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

Definition at line 58 of file AssocGraph.h.

References _nP1, and _nP2.


Member Data Documentation

# of node in tree 1

Definition at line 52 of file AssocGraph.h.

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

# of node in tree 2

Definition at line 53 of file AssocGraph.h.

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


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