Open CASCADE Technology  6.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions
LocOpe_ProjectedWires Class Referenceabstract

#include <LocOpe_ProjectedWires.hxx>

Inheritance diagram for LocOpe_ProjectedWires:
Inheritance graph
[legend]

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_Transientoperator= (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...
 

Member Function Documentation

virtual TopoDS_Edge LocOpe_ProjectedWires::Edge ( )
pure virtual

Implemented in LocOpe_WiresOnShape.

virtual void LocOpe_ProjectedWires::InitEdgeIterator ( )
pure virtual

Implemented in LocOpe_WiresOnShape.

virtual Standard_Boolean LocOpe_ProjectedWires::IsFaceWithSection ( const TopoDS_Shape aFace) const
pure virtual

tells is the face to be split by section or not

Implemented in LocOpe_WiresOnShape.

virtual Standard_Boolean LocOpe_ProjectedWires::MoreEdge ( )
pure virtual

Implemented in LocOpe_WiresOnShape.

virtual void LocOpe_ProjectedWires::NextEdge ( )
pure virtual

Implemented in LocOpe_WiresOnShape.

virtual Standard_Boolean LocOpe_ProjectedWires::OnEdge ( TopoDS_Edge E)
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.

virtual Standard_Boolean LocOpe_ProjectedWires::OnEdge ( const TopoDS_Vertex V,
TopoDS_Edge E,
Standard_Real P 
)
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.

virtual TopoDS_Face LocOpe_ProjectedWires::OnFace ( )
pure virtual

Returns the face of the shape on which the current
edge is projected.

Implemented in LocOpe_WiresOnShape.

virtual Standard_Boolean LocOpe_ProjectedWires::OnVertex ( const TopoDS_Vertex Vwire,
TopoDS_Vertex Vshape 
)
pure virtual

Implemented in LocOpe_WiresOnShape.


The documentation for this class was generated from the following file: