Open CASCADE Technology 6.6.0
Public Member Functions | Protected Attributes
LocOpe_GeneratedShape Class Reference

#include <LocOpe_GeneratedShape.hxx>

Inheritance diagram for LocOpe_GeneratedShape:
Inheritance graph
[legend]

Public Member Functions

virtual const
TopTools_ListOfShape
GeneratingEdges ()=0
virtual TopoDS_Edge Generated (const TopoDS_Vertex &V)=0
 Returns the edge created by the vertex <V>. If
none, must return a null shape.

virtual TopoDS_Face Generated (const TopoDS_Edge &E)=0
 Returns the face created by the edge <E>. If none,
must return a null shape.

virtual const
TopTools_ListOfShape
OrientedFaces ()=0
 Returns the list of correctly oriented generated
faces.

Protected Attributes

TopTools_ListOfShape myGEdges
TopTools_ListOfShape myList

Member Function Documentation

virtual TopoDS_Edge LocOpe_GeneratedShape::Generated ( const TopoDS_Vertex V) [pure virtual]

Implemented in LocOpe_GluedShape.

virtual TopoDS_Face LocOpe_GeneratedShape::Generated ( const TopoDS_Edge E) [pure virtual]

Implemented in LocOpe_GluedShape.

virtual const TopTools_ListOfShape& LocOpe_GeneratedShape::GeneratingEdges ( ) [pure virtual]

Implemented in LocOpe_GluedShape.

virtual const TopTools_ListOfShape& LocOpe_GeneratedShape::OrientedFaces ( ) [pure virtual]

Implemented in LocOpe_GluedShape.


Field Documentation


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines