Changeset 6dd8d3 for molecuilder/src/tesselation.hpp
- Timestamp:
- Apr 9, 2010, 9:55:39 AM (15 years ago)
- Children:
- bd8561
- Parents:
- 6250e5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/tesselation.hpp
r6250e5 r6dd8d3 42 42 43 43 #define DoTecplotOutput 1 44 #define DoRaster3DOutput 145 #define DoVRMLOutput 144 #define DoRaster3DOutput 0 45 #define DoVRMLOutput 0 46 46 #define TecplotSuffix ".dat" 47 47 #define Raster3DSuffix ".r3d" … … 251 251 CandidateForTesselation(TesselPoint* candidate, BoundaryLineSet* currentBaseLine, Vector OptCandidateCenter, Vector OtherOptCandidateCenter); 252 252 ~CandidateForTesselation(); 253 254 bool CheckValidity(const double RADIUS, const LinkedCell *LC) const; 253 255 254 256 TesselPointList pointlist;
Note:
See TracChangeset
for help on using the changeset viewer.