::GetCommandLine(), SW_SHOWNORMAL);
}
#else
-#endif
\ No newline at end of file
+#endif
+
void interfNewContourMenu::onCreateContourPoints( wxCommandEvent& event ){
interfMainPanel::getInstance()->onCreateContourLine();
}
-*/
\ No newline at end of file
+*/
+
void wxContourViewPanel::setImageSlice(int z){
_sceneManager->getWxVtkViewBase()->GetInteractorStyleBaseView()->GetWxVtk2DBaseView()->SetActualSlice(z);
RefreshInterface();
- }
\ No newline at end of file
+ }
+