Thread portable class


Gate portable class


Timer class


Pool class


Terimber 2.0


About C++


Downloads Products & Services Support Clients Open Source About



Home / Open source / Terimber 2.0

mst_edge Class Reference

MST edge. More...

#include <mst.h>

List of all members.

Public Member Functions

 mst_edge (size_t from, size_t to, double distance)
 constructor
bool operator< (const mst_edge &x) const
 operator less

Public Attributes

size_t _from
 from ident
size_t _to
 to ident
double _distance
 distance


Detailed Description

MST edge.

Definition at line 106 of file mst.h.


Constructor & Destructor Documentation

mst_edge::mst_edge ( size_t  from,
size_t  to,
double  distance 
) [inline]

constructor

Parameters:
from  from ident
to  to ident

Definition at line 110 of file mst.h.


Member Function Documentation

bool mst_edge::operator< ( const mst_edge x  )  const [inline]

operator less

Definition at line 121 of file mst.h.

References _from, and _to.


Member Data Documentation

from ident

Definition at line 126 of file mst.h.

Referenced by operator<().

size_t mst_edge::_to

to ident

Definition at line 127 of file mst.h.

Referenced by cluster_processor< T, N >::cut(), and operator<().

distance

Definition at line 128 of file mst.h.

Referenced by cluster_processor< T, N >::cut().


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


© Copyright Terimber 2003-.