Changeset 60612f for molecuilder/src/tesselation.hpp
- Timestamp:
- Apr 20, 2010, 12:20:10 PM (16 years ago)
- Children:
- ad98d4
- Parents:
- 0161a3
- File:
-
- 1 edited
-
molecuilder/src/tesselation.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/tesselation.hpp
r0161a3 r60612f 163 163 bool IsPresentTupel(const BoundaryPointSet * const Points[3]) const; 164 164 bool IsPresentTupel(const BoundaryTriangleSet * const T) const; 165 void SetTopNode(const BoundaryTriangleSet * const topnode);166 165 167 166 class BoundaryPointSet *endpoints[3]; 168 167 class BoundaryLineSet *lines[3]; 169 const BoundaryTriangleSet *top; //!< triangle was instantiated during tesselation from this triangle170 double AngleFromTop;171 168 Vector NormalVector; 172 169 Vector SphereCenter; … … 288 285 void AddTesselationTriangle(const int nr); 289 286 void AddCandidateTriangle(CandidateForTesselation &CandidateLine); 290 BoundaryTriangleSet * constAddDegeneratedTriangle(CandidateForTesselation &CandidateLine, const double RADIUS, const LinkedCell *LC);287 void AddDegeneratedTriangle(CandidateForTesselation &CandidateLine, const double RADIUS, const LinkedCell *LC); 291 288 void AddCandidatePolygon(CandidateForTesselation CandidateLine, const double RADIUS, const LinkedCell *LC); 292 289 void RemoveTesselationTriangle(class BoundaryTriangleSet *triangle);
Note:
See TracChangeset
for help on using the changeset viewer.
