Ignore:
Timestamp:
May 25, 2016, 7:13:59 AM (9 years ago)
Author:
Frederik Heber <heber@…>
Parents:
9cf90e
git-author:
Frederik Heber <heber@…> (05/10/16 21:23:50)
git-committer:
Frederik Heber <heber@…> (05/25/16 07:13:59)
Message:

Revert "Removing SphericalPointDistribution::getSimplePolygon() to allow for easy rebasing of very old branch on top."

This reverts commit c8fd68b29755db45c6c61c8b73eba4c88480c5bf.

Conflicts:

src/Fragmentation/Exporters/SphericalPointDistribution.cpp
src/Fragmentation/Exporters/SphericalPointDistribution.hpp

  • needed to reattach SphericalPointDistribution::getSimplifiedPolygon() that was removed in order to ease rebasing a very old branch on top.
  • SaturateAction changed to use WeightedPolygon_t and getRemainingPoints().
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Fragmentation/Exporters/SphericalPointDistribution.hpp

    r9cf90e rec9bd2  
    7171    ASSERT(0, "SphericalPointDistribution::getConnections() - not specialized for "+toString(N)+".");
    7272  }
     73
     74  /** Initializes the polygon with the given \a _NumberOfPoints.
     75   *
     76   * \param _NumberOfPoints number of points
     77   */
     78  Polygon_t getSimplePolygon(const int _NumberOfPoints) const;
    7379
    7480  /** Returns vacant spots to fill to get a complete spherical point distribution from
Note: See TracChangeset for help on using the changeset viewer.