#include <LocOpe_FindEdgesInFace.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
LocOpe_FindEdgesInFace () | |
LocOpe_FindEdgesInFace (const TopoDS_Shape &S, const TopoDS_Face &F) | |
Standard_EXPORT void | Set (const TopoDS_Shape &S, const TopoDS_Face &F) |
void | Init () |
Standard_Boolean | More () const |
const TopoDS_Edge & | Edge () const |
void | Next () |
Private Attributes | |
TopoDS_Shape | myShape |
TopoDS_Face | myFace |
TopTools_ListOfShape | myList |
TopTools_ListIteratorOfListOfShape | myIt |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|