Changeset 70c4567 for molecuilder/src/tesselation.hpp
- Timestamp:
- Aug 10, 2009, 4:11:47 PM (16 years ago)
- Children:
- ada6d2
- Parents:
- 0cf171
- File:
-
- 1 edited
-
molecuilder/src/tesselation.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/tesselation.hpp
r0cf171 r70c4567 190 190 virtual ~Tesselation(); 191 191 192 void AddPoint(TesselPoint *Walker);192 bool AddPoint(TesselPoint *Walker, int n); 193 193 void AddTrianglePoint(TesselPoint* Candidate, int n); 194 194 void AddTriangleLine(class BoundaryPointSet *a, class BoundaryPointSet *b, int n); … … 236 236 virtual bool IsEnd(); 237 237 238 private:239 class BoundaryPointSet *TPS[3]; //this is a Storage for pointers to triangle points, this and BPS[2] needed due to AddLine restrictions240 238 class BoundaryPointSet *BPS[2]; 241 239 class BoundaryLineSet *BLS[3]; 242 240 class BoundaryTriangleSet *BTS; 241 242 private: 243 class BoundaryPointSet *TPS[3]; //this is a Storage for pointers to triangle points, this and BPS[2] needed due to AddLine restrictions 243 244 244 245 PointMap::iterator InternalPointer;
Note:
See TracChangeset
for help on using the changeset viewer.
