]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/GEOMGUI/GeometryGUI.cxx
Salome HOME
Windows porting
[modules/geom.git] / src / GEOMGUI / GeometryGUI.cxx
index 2e1b295e8546761198e652c33dca561e778c2a63..166e56ab3917745473c156bd6c7f39fb44697805 100644 (file)
 #include <vtkCamera.h>
 #include <vtkRenderer.h>
 
+
 extern "C" {
   Standard_EXPORT CAM_Module* createModule() {
     return new GeometryGUI();
   }
 }
 
+
+
 GEOM::GEOM_Gen_var GeometryGUI::myComponentGeom = GEOM::GEOM_Gen::_nil(); 
 
+GEOM::GEOM_Gen_var   GeometryGUI::GetGeomGen()        { return GeometryGUI::myComponentGeom; }
+
 bool GeometryGUI::InitGeomGen() 
 {
   GeometryGUI aGG;