# knowledge of the CeCILL-B license and that you accept its terms.
# ------------------------------------------------------------------------ */
-
-
//#include "vtkInteractorStyleBaseView.h"
#include "wxVtkBaseView.h"
#include "wxVtk2DBaseView.h"
#include "wxVTKRenderWindowInteractorPlus.h"
-#include <execinfo.h>
-#include <stdio.h>
-#include <stdlib.h>
-
-
wxVtkBaseView::wxVtkBaseView()
{
_parent = NULL;
}
//-------------------------------------------------------------------
-
wxVtkBaseView::wxVtkBaseView(wxWindow *parent,bool TDxWindow)
{
_parent = parent;
_iren->SetUseTDx(true);
} // if TDX
#endif
-
-
-
// _iren->UseCaptureMouseOn();
// _iren = new wxVTKRenderWindowInteractor(_parent,-1);
_interactorStyle = NULL;