Changeset 60cbe5 for molecuilder/src/tesselationhelpers.hpp
- Timestamp:
- Sep 28, 2009, 8:00:33 PM (16 years ago)
- Children:
- fca6e7
- Parents:
- bb56cf
- git-author:
- Frederik Heber <heber@…> (09/28/09 18:47:54)
- git-committer:
- Frederik Heber <heber@…> (09/28/09 20:00:33)
- File:
-
- 1 edited
-
molecuilder/src/tesselationhelpers.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/tesselationhelpers.hpp
rbb56cf r60cbe5 25 25 26 26 #include "defs.hpp" 27 #include "tesselation.hpp" 27 28 #include "vector.hpp" 28 29 … … 37 38 bool existsIntersection(Vector point1, Vector point2, Vector point3, Vector point4); 38 39 double CalculateVolumeofGeneralTetraeder(Vector *a, Vector *b, Vector *c, Vector *d); 40 double GetAngle(const Vector &point, const Vector &reference, const Vector OrthogonalVector); 41 42 bool CheckLineCriteriaForDegeneratedTriangle(class BoundaryPointSet *nodes[3]); 43 bool SortCandidates(class CandidateForTesselation* candidate1, class CandidateForTesselation* candidate2); 44 TesselPoint* FindClosestPoint(const Vector* Point, TesselPoint *&SecondPoint, LinkedCell* LC); 45 TesselPoint* FindSecondClosestPoint(const Vector*, LinkedCell*); 46 Vector * GetClosestPointBetweenLine(ofstream *out, class BoundaryLineSet *Base, class BoundaryLineSet *OtherBase); 47 48 void WriteTecplotFile(ofstream *out, ofstream *tecplot, class Tesselation *TesselStruct, PointCloud *cloud, int N); 49 void WriteRaster3dFile(ofstream *out, ofstream *rasterfile, class Tesselation *Tess, PointCloud *cloud); 50 void IncludeSphereinRaster3D(ofstream *out, ofstream *rasterfile, class Tesselation *Tess, PointCloud *cloud); 51 void WriteVrmlFile(ofstream *out, ofstream *vrmlfile, class Tesselation *Tess, PointCloud *cloud); 39 52 40 53
Note:
See TracChangeset
for help on using the changeset viewer.
