X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FModelAPI%2FModelAPI_ResultBody.h;h=cce169833c42946840385e7b82ff2af581471aa4;hb=e77818ce255793f73f8188dedd30741f18942643;hp=4991cf27986c61ab24453c3873a87628baad583d;hpb=db3da60baa0e8cb3dec62db38063d3b9a951a4cd;p=modules%2Fshaper.git diff --git a/src/ModelAPI/ModelAPI_ResultBody.h b/src/ModelAPI/ModelAPI_ResultBody.h index 4991cf279..cce169833 100644 --- a/src/ModelAPI/ModelAPI_ResultBody.h +++ b/src/ModelAPI/ModelAPI_ResultBody.h @@ -90,6 +90,16 @@ public: const int theKindOfShape, const int theTag, GeomAPI_DataMapOfShapeShape& theSubShapes) = 0; + + /// load shapes of the first level (to be used during shape import) + virtual void loadFirstLevel(boost::shared_ptr theShape, int& theTag) = 0; + + /// load disconnected edges + virtual void loadDisconnectedEdges(boost::shared_ptr theShape, int& theTag) = 0; + + /// load disconnected vetexes + virtual void loadDisconnectedVertexes(boost::shared_ptr theShape, int& theTag) = 0; + protected: };