|
| IntPatch_TheIWLineOfTheIWalking (const IntSurf_Allocator &theAllocator=0) |
|
void | Reverse () |
| reverse the points in the line. Hasfirst, HasLast are kept.
|
|
void | Cut (const Standard_Integer Index) |
| Cut the line at the point of rank Index.
|
|
void | AddPoint (const IntSurf_PntOn2S &P) |
| Add a point in the line.
|
|
void | AddStatusFirst (const Standard_Boolean Closed, const Standard_Boolean HasFirst) |
|
void | AddStatusFirst (const Standard_Boolean Closed, const Standard_Boolean HasLast, const Standard_Integer Index, const IntSurf_PathPoint &P) |
|
void | AddStatusFirstLast (const Standard_Boolean Closed, const Standard_Boolean HasFirst, const Standard_Boolean HasLast) |
|
void | AddStatusLast (const Standard_Boolean HasLast) |
|
void | AddStatusLast (const Standard_Boolean HasLast, const Standard_Integer Index, const IntSurf_PathPoint &P) |
|
void | AddIndexPassing (const Standard_Integer Index) |
| associer a l 'indice du point sur la ligne l'indice du point passant dans l'iterateur de depart
|
|
void | SetTangentVector (const gp_Vec &V, const Standard_Integer Index) |
|
void | SetTangencyAtBegining (const Standard_Boolean IsTangent) |
|
void | SetTangencyAtEnd (const Standard_Boolean IsTangent) |
|
Standard_Integer | NbPoints () const |
| Returns the number of points of the line (including first point and end point : see HasLastPoint and HasFirstPoint).
|
|
const IntSurf_PntOn2S & | Value (const Standard_Integer Index) const |
| Returns the point of range Index. If index <= 0 or Index > NbPoints, an exception is raised.
|
|
const Handle< IntSurf_LineOn2S > & | Line () const |
| Returns the LineOn2S contained in the walking line.
|
|
Standard_Boolean | IsClosed () const |
| Returns True if the line is closed.
|
|
Standard_Boolean | HasFirstPoint () const |
| Returns True if the first point of the line is a marching point . when is HasFirstPoint==False ,the line begins on the natural bound of the surface.the line can be too long.
|
|
Standard_Boolean | HasLastPoint () const |
| Returns True if the end point of the line is a marching point (Point from IntWS). when is HasFirstPoint==False ,the line ends on the natural bound of the surface.the line can be too long.
|
|
const IntSurf_PathPoint & | FirstPoint () const |
| Returns the first point of the line when it is a marching point. An exception is raised if HasFirstPoint returns False.
|
|
Standard_Integer | FirstPointIndex () const |
| Returns the Index of first point of the line when it is a marching point.This index is the index in the PointStartIterator. An exception is raised if HasFirstPoint returns False.
|
|
const IntSurf_PathPoint & | LastPoint () const |
| Returns the last point of the line when it is a marching point. An exception is raised if HasLastPoint returns False.
|
|
Standard_Integer | LastPointIndex () const |
| Returns the index of last point of the line when it is a marching point.This index is the index in the PointStartIterator. An exception is raised if HasLastPoint returns False.
|
|
Standard_Integer | NbPassingPoint () const |
| returns the number of points belonging to Pnts1 which are passing point.
|
|
void | PassingPoint (const Standard_Integer Index, Standard_Integer &IndexLine, Standard_Integer &IndexPnts) const |
| returns the index of the point belonging to the line which is associated to the passing point belonging to Pnts1 an exception is raised if Index > NbPassingPoint()
|
|
const gp_Vec & | TangentVector (Standard_Integer &Index) const |
|
Standard_Boolean | IsTangentAtBegining () const |
|
Standard_Boolean | IsTangentAtEnd () const |
|
Public Member Functions inherited from Standard_Transient |
| Standard_Transient () |
| Empty constructor.
|
|
| Standard_Transient (const Standard_Transient &) |
| Copy constructor – does nothing.
|
|
Standard_Transient & | operator= (const Standard_Transient &) |
| Assignment operator, needed to avoid copying reference counter.
|
|
virtual | ~Standard_Transient () |
| Destructor must be virtual.
|
|
virtual const opencascade::handle< Standard_Type > & | DynamicType () const |
| Returns a type descriptor about this object.
|
|
Standard_Boolean | IsInstance (const opencascade::handle< Standard_Type > &theType) const |
| Returns a true value if this is an instance of Type.
|
|
Standard_Boolean | IsInstance (const Standard_CString theTypeName) const |
| Returns a true value if this is an instance of TypeName.
|
|
Standard_Boolean | IsKind (const opencascade::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.
|
|
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.
|
|
Standard_Transient * | This () const |
| Returns non-const pointer to this object (like const_cast). For protection against creating handle to objects allocated in stack or call from constructor, it will raise exception Standard_ProgramError if reference counter is zero.
|
|
Standard_Integer | GetRefCount () const noexcept |
| Get the reference counter of this object.
|
|
void | IncrementRefCounter () noexcept |
| Increments the reference counter of this object.
|
|
Standard_Integer | DecrementRefCounter () noexcept |
| Decrements the reference counter of this object; returns the decremented value.
|
|
virtual void | Delete () const |
| Memory deallocator for transient classes.
|
|