- Timestamp:
- May 25, 2016, 7:13:58 AM (9 years ago)
- Children:
- 7e9402
- Parents:
- 6cf5bb
- git-author:
- Frederik Heber <heber@…> (06/29/14 18:02:32)
- git-committer:
- Frederik Heber <heber@…> (05/25/16 07:13:58)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Fragmentation/Exporters/SphericalPointDistribution.hpp
r6cf5bb r80c119 44 44 //!> typedef for the list of points 45 45 typedef std::list<Vector> Polygon_t; 46 //!> typedef for the list of points with integral weights 47 typedef std::list<std::pair<Vector, int> > WeightedPolygon_t; 46 48 47 49 /** General getter function for the distribution of points on the surface. … … 68 70 */ 69 71 static Polygon_t matchSphericalPointDistributions( 70 const Polygon_t &_polygon,72 const WeightedPolygon_t &_polygon, 71 73 const Polygon_t &_newpolygon 72 74 ); … … 112 114 113 115 static IndexList_t findBestMatching( 114 const Polygon_t &_polygon,116 const WeightedPolygon_t &_polygon, 115 117 const Polygon_t &_newpolygon 116 118 );
Note:
See TracChangeset
for help on using the changeset viewer.
