]> Creatis software - creaContours.git/blobdiff - lib/Interface_Icons_NDimensions/interfNewContourMenu.h
Changes with manualBaseModel. It improves the functionality with the new
[creaContours.git] / lib / Interface_Icons_NDimensions / interfNewContourMenu.h
index 8f942ecf87a7f8957f436ef267136b9ba0bf2b48..3584d955b8ae89834723484b9ae67328241bf663 100644 (file)
@@ -45,6 +45,12 @@ private:
        **      This method is in charge of capturing the event when the button is clicked
        **/
        void onCreateContourLine( wxCommandEvent& event );
+       
+       /**
+       **      This method is in charge of capturing the event when the button is clicked
+       **/
+       void onCreateContourPoints( wxCommandEvent& event );
+       
 };
 
 #endif