Changeset 17b3a5c for molecuilder/src/linkedcell.hpp
- Timestamp:
- Oct 9, 2009, 10:54:52 AM (16 years ago)
- Children:
- 3efb4a
- Parents:
- 70b7aa
- File:
-
- 1 edited
-
molecuilder/src/linkedcell.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/linkedcell.hpp
r70b7aa r17b3a5c 14 14 using namespace std; 15 15 16 /*********************************************** includes ***********************************/ 17 16 18 // include config.h 17 19 #ifdef HAVE_CONFIG_H … … 22 24 23 25 #include "defs.hpp" 24 #include "helpers.hpp"25 26 #include "vector.hpp" 26 27 28 /****************************************** forward declarations *****************************/ 29 30 class PointCloud; 27 31 class TesselPoint; 28 class PointCloud; 32 33 /********************************************** definitions *********************************/ 29 34 30 35 #define LinkedNodes list<TesselPoint *> 36 37 /********************************************** declarations *******************************/ 31 38 32 39 /** Linked Cell class for containing Vectors in real space efficiently.
Note:
See TracChangeset
for help on using the changeset viewer.
