Ignore:
Timestamp:
Sep 5, 2008, 5:02:18 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
5887ed
Parents:
0f508c
Message:

moved all definitions from boundary.hpp to molecules.hpp, and renamed DistanceNrPair to DistancePair.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/boundary.hpp

    r0f508c rdfc1c7  
    1919
    2020#include "molecules.hpp"
    21 
    22 #define DistanceNrPair pair < double, atom* >
    23 #define DistanceMap multimap < double, atom* >
    24 #define DistanceTestPair pair < DistanceMap::iterator, bool>
    25 
    26 #define Boundaries map <double, DistanceNrPair >
    27 #define BoundariesPair pair<double, DistanceNrPair >
    28 #define BoundariesTestPair pair< Boundaries::iterator, bool>
    29 
    30 #define PointMap map < int, class BoundaryPointSet * >
    31 #define PointPair pair < int, class BoundaryPointSet * >
    32 #define PointTestPair pair < PointMap::iterator, bool >
    33 
    34 #define LineMap map < int, class BoundaryLineSet * >
    35 #define LinePair pair < int, class BoundaryLineSet * >
    36 #define LineTestPair pair < LinePair::iterator, bool >
    37 
    38 #define TriangleMap map < int, class BoundaryTriangleSet * >
    39 #define TrianglePair pair < int, class BoundaryTriangleSet * >
    40 #define TriangleTestPair pair < TrianglePair::iterator, bool >
    41 
    42 #define DistanceMultiMap multimap <double, pair < PointMap::iterator, PointMap::iterator> >
    43 #define DistanceMultiMapPair pair <double, pair < PointMap::iterator, PointMap::iterator> >
    4421
    4522template <typename T> void SetEndpointsOrdered(T endpoints[2], T endpoint1, T endpoint2)
Note: See TracChangeset for help on using the changeset viewer.