Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/TesselationAction/NonConvexEnvelopeAction.hpp

    r97ebf8 r047878  
    1414class TesselationListClass;
    1515
     16void TesselationNonConvexEnvelope(double radius, std::string &filename);
     17
    1618class TesselationNonConvexEnvelopeAction : public Action {
     19  friend void TesselationNonConvexEnvelope(double radius, std::string &filename);
     20
    1721public:
    1822  TesselationNonConvexEnvelopeAction();
     
    2327
    2428  virtual const std::string getName();
     29protected:
     30  virtual Dialog * fillDialog(Dialog *dialog);
    2531private:
    2632  virtual Action::state_ptr performCall();
Note: See TracChangeset for help on using the changeset viewer.