assoc_t< DPoint > Struct Template Reference

#include <ssi_dsearch.hpp>

List of all members.

Classes

Public Member Functions

Public Attributes


Detailed Description

template<class DPoint>
struct mmx::ssi::assoc_t< DPoint >

Definition at line 231 of file ssi_dsearch.hpp.


Constructor & Destructor Documentation

assoc_t (  )  [inline]

Definition at line 241 of file ssi_dsearch.hpp.

00241 {};

assoc_t ( DPoint *  a,
DPoint *  b,
double  _d 
) [inline]

Definition at line 242 of file ssi_dsearch.hpp.

00242                                                 :
00243         pp(a,b), d(_d){};
};


Member Data Documentation

double d

Definition at line 234 of file ssi_dsearch.hpp.

Referenced by dist_cmp::operator()().

std::pair<DPoint*,DPoint*> pp

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

Generated on 6 Dec 2012 for shape by  doxygen 1.6.1