#include <Intrv_Intervals.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | Intrv_Intervals () |
| Creates a void sequence of intervals. . | |
| Standard_EXPORT | Intrv_Intervals (const Intrv_Interval &Int) |
| Creates a sequence of one interval. . | |
| Standard_EXPORT | Intrv_Intervals (const Intrv_Intervals &Int) |
| Creates by copying an existing sequence of intervals. . | |
| Standard_EXPORT void | Intersect (const Intrv_Interval &Tool) |
| Intersects the intervals with the interval <tool>. . | |
| Standard_EXPORT void | Intersect (const Intrv_Intervals &Tool) |
| Intersects the intervals with the intervals in the sequence <tool>. . | |
| Standard_EXPORT void | Subtract (const Intrv_Interval &Tool) |
| Standard_EXPORT void | Subtract (const Intrv_Intervals &Tool) |
| Standard_EXPORT void | Unite (const Intrv_Interval &Tool) |
| Standard_EXPORT void | Unite (const Intrv_Intervals &Tool) |
| Standard_EXPORT void | XUnite (const Intrv_Interval &Tool) |
| Standard_EXPORT void | XUnite (const Intrv_Intervals &Tool) |
| Standard_Integer | NbIntervals () const |
| const Intrv_Interval & | Value (const Standard_Integer Index) const |
Private Attributes | |
| Intrv_SequenceOfInterval | myInter |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1