Ignore:
File:
1 edited

Legend:

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

    r97ebf8 r047878  
    1414class TesselationListClass;
    1515
     16void TesselationConvexEnvelope(std::string &filenameConvex, std::string &filenameNonConvex);
     17
    1618class TesselationConvexEnvelopeAction : public Action {
     19  friend void TesselationConvexEnvelope(std::string &filenameConvex, std::string &filenameNonConvex);
     20
    1721public:
    1822  TesselationConvexEnvelopeAction();
     
    2327
    2428  virtual const std::string getName();
     29protected:
     30  virtual Dialog * fillDialog(Dialog *dialog);
    2531private:
    2632  virtual Action::state_ptr performCall();
     
    3137};
    3238
    33 
    3439#endif // CONVEXENVELOPEACTION_HPP
Note: See TracChangeset for help on using the changeset viewer.