|
Open CASCADE Technology 6.5.2
|
#include <StepShape_OrientedPath.hxx>

Public Member Functions | |
| StepShape_OrientedPath () | |
| Returns a OrientedPath | |
| virtual void | Init (const Handle< TCollection_HAsciiString > &aName, const Handle< StepShape_HArray1OfOrientedEdge > &aEdgeList) |
| virtual void | Init (const Handle< TCollection_HAsciiString > &aName, const Handle< StepShape_EdgeLoop > &aPathElement, const Standard_Boolean aOrientation) |
| void | SetPathElement (const Handle< StepShape_EdgeLoop > &aPathElement) |
| Handle_StepShape_EdgeLoop | PathElement () const |
| void | SetOrientation (const Standard_Boolean aOrientation) |
| Standard_Boolean | Orientation () const |
| virtual void | SetEdgeList (const Handle< StepShape_HArray1OfOrientedEdge > &aEdgeList) |
| virtual Handle_StepShape_HArray1OfOrientedEdge | EdgeList () const |
| virtual Handle_StepShape_OrientedEdge | EdgeListValue (const Standard_Integer num) const |
| virtual Standard_Integer | NbEdgeList () const |
| StepShape_OrientedPath::StepShape_OrientedPath | ( | ) |
| virtual Handle_StepShape_HArray1OfOrientedEdge StepShape_OrientedPath::EdgeList | ( | ) | const [virtual] |
Reimplemented from StepShape_Path.
| virtual Handle_StepShape_OrientedEdge StepShape_OrientedPath::EdgeListValue | ( | const Standard_Integer | num | ) | const [virtual] |
Reimplemented from StepShape_Path.
| virtual void StepShape_OrientedPath::Init | ( | const Handle< TCollection_HAsciiString > & | aName, |
| const Handle< StepShape_HArray1OfOrientedEdge > & | aEdgeList | ||
| ) | [virtual] |
Reimplemented from StepShape_Path.
| virtual void StepShape_OrientedPath::Init | ( | const Handle< TCollection_HAsciiString > & | aName, |
| const Handle< StepShape_EdgeLoop > & | aPathElement, | ||
| const Standard_Boolean | aOrientation | ||
| ) | [virtual] |
| virtual Standard_Integer StepShape_OrientedPath::NbEdgeList | ( | ) | const [virtual] |
Reimplemented from StepShape_Path.
| Standard_Boolean StepShape_OrientedPath::Orientation | ( | ) | const |
| Handle_StepShape_EdgeLoop StepShape_OrientedPath::PathElement | ( | ) | const |
| virtual void StepShape_OrientedPath::SetEdgeList | ( | const Handle< StepShape_HArray1OfOrientedEdge > & | aEdgeList | ) | [virtual] |
Reimplemented from StepShape_Path.
| void StepShape_OrientedPath::SetOrientation | ( | const Standard_Boolean | aOrientation | ) |
| void StepShape_OrientedPath::SetPathElement | ( | const Handle< StepShape_EdgeLoop > & | aPathElement | ) |
1.7.4