Changeset 17b3a5c for molecuilder/src/boundary.hpp
- Timestamp:
- Oct 9, 2009, 10:54:52 AM (16 years ago)
- Children:
- 3efb4a
- Parents:
- 70b7aa
- File:
-
- 1 edited
-
molecuilder/src/boundary.hpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/boundary.hpp
r70b7aa r17b3a5c 1 1 #ifndef BOUNDARY_HPP_ 2 2 #define BOUNDARY_HPP_ 3 4 using namespace std; 5 6 /*********************************************** includes ***********************************/ 3 7 4 8 // include config.h … … 7 11 #endif 8 12 13 #include <fstream> 14 #include <iostream> 15 9 16 // STL headers 10 17 #include <map> 11 18 12 #include "config.hpp" 13 #include "linkedcell.hpp" 14 #include "molecule.hpp" 15 #include "tesselation.hpp" 19 #include "defs.hpp" 20 21 /****************************************** forward declarations *****************************/ 22 23 class atom; 24 class BoundaryPointSet; 25 class BoundaryLineSet; 26 class BoundaryTriangleSet; 27 class config; 28 class LinkedCell; 29 class molecule; 30 class MoleculeListClass; 31 class Tesselation; 32 class Vector; 33 34 /********************************************** definitions *********************************/ 16 35 17 36 #define DEBUG 1 … … 26 45 #define BoundariesPair pair<double, DistancePair > 27 46 #define BoundariesTestPair pair< Boundaries::iterator, bool> 47 48 /********************************************** declarations *******************************/ 28 49 29 50 double VolumeOfConvexEnvelope(ofstream *out, class Tesselation *TesselStruct, class config *configuration);
Note:
See TracChangeset
for help on using the changeset viewer.
