- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/TesselationAction/ConvexEnvelopeAction.hpp
r97ebf8 r047878 14 14 class TesselationListClass; 15 15 16 void TesselationConvexEnvelope(std::string &filenameConvex, std::string &filenameNonConvex); 17 16 18 class TesselationConvexEnvelopeAction : public Action { 19 friend void TesselationConvexEnvelope(std::string &filenameConvex, std::string &filenameNonConvex); 20 17 21 public: 18 22 TesselationConvexEnvelopeAction(); … … 23 27 24 28 virtual const std::string getName(); 29 protected: 30 virtual Dialog * fillDialog(Dialog *dialog); 25 31 private: 26 32 virtual Action::state_ptr performCall(); … … 31 37 }; 32 38 33 34 39 #endif // CONVEXENVELOPEACTION_HPP
Note:
See TracChangeset
for help on using the changeset viewer.