4 #include "wxVTKRenderWindowInteractor.h"
5 #include "bbwxvtkPackage.h"
10 //====================================================================
11 BBTK_BLACK_BOX_TEMPLATE2_IMPLEMENTATION(Cast,
12 bbtk::AtomicBlackBox);
13 //====================================================================
19 using namespace bbstd;
22 //====================================================================
23 // Add the specialized adaptors to the package
24 typedef wxVTKRenderWindowInteractor* I;
25 typedef vtkRenderWindowInteractor* O;
27 BBTK_ADD_TEMPLATE2_BLACK_BOX_TO_PACKAGE(wxvtk,Cast,I,O);