|
Open CASCADE Technology
6.7.1
|
#include <LocOpe_ProjectedWires.hxx>

Public Member Functions | |
| virtual void | InitEdgeIterator ()=0 |
| virtual Standard_Boolean | MoreEdge ()=0 |
| virtual TopoDS_Edge | Edge ()=0 |
| virtual TopoDS_Face | OnFace ()=0 |
| Returns the face of the shape on which the current edge is projected. More... | |
| virtual Standard_Boolean | OnEdge (TopoDS_Edge &E)=0 |
| If the current edge is projected on an edge, returns <Standard_True> and sets the value of <E>. Otherwise, returns <Standard_False>. More... | |
| virtual void | NextEdge ()=0 |
| virtual Standard_Boolean | OnVertex (const TopoDS_Vertex &Vwire, TopoDS_Vertex &Vshape)=0 |
| virtual Standard_Boolean | OnEdge (const TopoDS_Vertex &V, TopoDS_Edge &E, Standard_Real &P)=0 |
| If the vertex <V> lies on an edge of the original shape, returns <Standard_True> and sets the concerned edge in <E>, and the parameter on the edge in. More... | |
| virtual Standard_Boolean | IsFaceWithSection (const TopoDS_Shape &aFace) const =0 |
| tells is the face to be split by section or not More... | |
Public Member Functions inherited from MMgt_TShared | |
| virtual void | Delete () const |
| Memory deallocator for transient classes. More... | |
Public Member Functions inherited from Standard_Transient | |
| Standard_Transient () | |
| Empty constructor. More... | |
| Standard_Transient (const Standard_Transient &) | |
| Copy constructor – does nothing. More... | |
| Standard_Transient & | operator= (const Standard_Transient &) |
| Assignment operator, needed to avoid copying reference counter. More... | |
| virtual | ~Standard_Transient () |
| Destructor must be virtual. More... | |
| virtual void | ShallowDump (Standard_OStream &) const |
| virtual const Handle_Standard_Type & | DynamicType () const |
| Returns a type information object about this object. More... | |
| Standard_Boolean | IsInstance (const Handle_Standard_Type &theType) const |
| Returns a true value if this is an instance of Type. More... | |
| Standard_Boolean | IsInstance (const Standard_CString theTypeName) const |
| Returns a true value if this is an instance of TypeName. More... | |
| Standard_Boolean | IsKind (const Handle_Standard_Type &theType) const |
| Returns true if this is an instance of Type or an instance of any class that inherits from Type. Note that multiple inheritance is not supported by OCCT RTTI mechanism. More... | |
| Standard_Boolean | IsKind (const Standard_CString theTypeName) const |
| Returns true if this is an instance of TypeName or an instance of any class that inherits from TypeName. Note that multiple inheritance is not supported by OCCT RTTI mechanism. More... | |
| virtual Handle_Standard_Transient | This () const |
| Returns a Handle which references this object. Must never be called to objects created in stack. More... | |
| Standard_Integer | GetRefCount () const |
| Get the reference counter of this object. More... | |
|
pure virtual |
Implemented in LocOpe_WiresOnShape.
|
pure virtual |
Implemented in LocOpe_WiresOnShape.
|
pure virtual |
tells is the face to be split by section or not
Implemented in LocOpe_WiresOnShape.
|
pure virtual |
Implemented in LocOpe_WiresOnShape.
|
pure virtual |
Implemented in LocOpe_WiresOnShape.
|
pure virtual |
If the current edge is projected on an edge,
returns <Standard_True> and sets the value of <E>.
Otherwise, returns <Standard_False>.
Implemented in LocOpe_WiresOnShape.
|
pure virtual |
If the vertex <V> lies on an edge of the original
shape, returns <Standard_True> and sets the
concerned edge in <E>, and the parameter on the
edge in.
.
Else returns <Standard_False>.
Implemented in LocOpe_WiresOnShape.
|
pure virtual |
Returns the face of the shape on which the current
edge is projected.
Implemented in LocOpe_WiresOnShape.
|
pure virtual |
Implemented in LocOpe_WiresOnShape.
1.8.5