#include <LocOpe_GeneratedShape.hxx>
Inheritance diagram for LocOpe_GeneratedShape:
Public Member Functions | |
virtual Standard_EXPORT const TopTools_ListOfShape & | GeneratingEdges ()=0 |
virtual Standard_EXPORT TopoDS_Edge | Generated (const TopoDS_Vertex &V)=0 |
Returns the edge created by the vertex <v>. If none, must return a null shape. . | |
virtual Standard_EXPORT TopoDS_Face | Generated (const TopoDS_Edge &E)=0 |
Returns the face created by the edge <e>. If none, must return a null shape. . | |
virtual Standard_EXPORT const TopTools_ListOfShape & | OrientedFaces ()=0 |
Returns the list of correctly oriented generated faces. . | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Protected Attributes | |
TopTools_ListOfShape | myGEdges |
TopTools_ListOfShape | myList |
|
Implemented in LocOpe_GluedShape. |
|
Implemented in LocOpe_GluedShape. |
|
Implemented in LocOpe_GluedShape. |
|
Reimplemented in LocOpe_GluedShape. |
|
Implemented in LocOpe_GluedShape. |
|
|
|
|