#ifdef _USE_VTK_ #include "bbstdCast.h" #include "wxVTKRenderWindowInteractor.h" #include "bbwxvtkPackage.h" namespace bbstd { //==================================================================== BBTK_BLACK_BOX_TEMPLATE2_IMPLEMENTATION(Cast, bbtk::AtomicBlackBox); //==================================================================== } using namespace bbstd; namespace bbwxvtk { //==================================================================== // Add the specialized adaptors to the package typedef wxVTKRenderWindowInteractor* I; typedef vtkRenderWindowInteractor* O; BBTK_ADD_TEMPLATE2_BLACK_BOX_TO_PACKAGE(wxvtk,Cast,I,O); } #endif // _USE_VTK_