wxVTKiren = _vtkInteractorStyleBaseView->GetWxVtk2DBaseView()->GetWxVTKRenderWindowInteractor();
wxVTKiren->GetEventPosition(X, Y);
- SetCompleteCreation( true );
- SetKeyBoardMoving( false );
- this->GetManualContourModel()->SetCloseContour(true);
MouseClickRight(X,Y);
}
return true;
// ----------------------------------------------------------------------------
void manualContourBaseControler::MouseClickRight(int x, int y)
{
+
+ SetCompleteCreation( true );
+ SetKeyBoardMoving( false );
+ this->GetManualContourModel()->SetCloseContour(true);
+
// if (_state==1)
// {
// _state=0;