Changeset 2e2a70 for molecuilder/src/tesselation.hpp
- Timestamp:
- Oct 20, 2009, 8:55:17 AM (16 years ago)
- Children:
- 2e6aa1
- Parents:
- 3b0ba2
- File:
-
- 1 edited
-
molecuilder/src/tesselation.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/tesselation.hpp
r3b0ba2 r2e2a70 24 24 #include <set> 25 25 26 #include "atom_particleinfo.hpp" 27 #include "helpers.hpp" 26 28 #include "vector.hpp" 27 #include "helpers.hpp"28 29 29 30 /****************************************** forward declarations *****************************/ … … 144 145 145 146 // =========================================================== class TESSELPOINT =========================================== 146 147 class ParticleInfo {148 public:149 int nr; // index to easierly identify150 char *Name; // some name to reference to on output151 152 ParticleInfo();153 ~ParticleInfo();154 155 ostream & operator << (ostream &ost);156 157 private:158 };159 160 ostream & operator << (ostream &ost, const ParticleInfo &a);161 147 162 148 /** Is a single point of the set of Vectors, also a super-class to be inherited and and its functions to be implemented.
Note:
See TracChangeset
for help on using the changeset viewer.
