- Timestamp:
- Aug 20, 2014, 1:04:08 PM (11 years ago)
- Children:
- 1ae9aa
- Parents:
- 0710bf
- git-author:
- Frederik Heber <heber@…> (06/29/14 18:02:32)
- git-committer:
- Frederik Heber <heber@…> (08/20/14 13:04:08)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Fragmentation/Exporters/SphericalPointDistribution.hpp
r0710bf r260540 45 45 //!> typedef for the list of points 46 46 typedef std::list<Vector> Polygon_t; 47 //!> typedef for the list of points with integral weights 48 typedef std::list<std::pair<Vector, int> > WeightedPolygon_t; 47 49 48 50 /** General getter function for the distribution of points on the surface. … … 77 79 */ 78 80 static Polygon_t matchSphericalPointDistributions( 79 const Polygon_t &_polygon,81 const WeightedPolygon_t &_polygon, 80 82 const Polygon_t &_newpolygon 81 83 ); … … 121 123 122 124 static IndexList_t findBestMatching( 123 const Polygon_t &_polygon,125 const WeightedPolygon_t &_polygon, 124 126 const Polygon_t &_newpolygon 125 127 );
Note:
See TracChangeset
for help on using the changeset viewer.
