- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/AnalysisAction/PointCorrelationAction.hpp
r57f243 r519e63 10 10 11 11 #include "Actions/Action.hpp" 12 #include "LinearAlgebra/Vector.hpp" 12 #include "vector.hpp" 13 #include <vector> 14 #include <string> 13 15 14 16 class element; … … 27 29 28 30 virtual const std::string getName(); 29 protected:30 virtual Dialog * fillDialog(Dialog*);31 31 private: 32 virtual Dialog * createDialog(); 32 33 virtual Action::state_ptr performCall(); 33 34 virtual Action::state_ptr performUndo(Action::state_ptr);
Note:
See TracChangeset
for help on using the changeset viewer.
