#include <BooleanOperations_AncestorsSeqAndSuccessorsSeq.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | BooleanOperations_AncestorsSeqAndSuccessorsSeq () |
| Standard_EXPORT void | Dump () const |
| to display the fields. | |
| Standard_Integer | GetAncestor (const Standard_Integer AncestorIndex) const |
| Standard_Integer | GetSuccessor (const Standard_Integer SuccessorIndex) const |
| TopAbs_Orientation | GetOrientation (const Standard_Integer OrientationIndex) const |
| Standard_Integer | NumberOfAncestors () const |
| Standard_Integer | NumberOfSuccessors () const |
| void | SetNewAncestor (const Standard_Integer AncestorNumber) |
| appends AncestorNumber in the sequence. | |
| void | SetNewSuccessor (const Standard_Integer SuccessorNumber) |
| appends SuccessorNumber in the array refering to <mysuccessorsinserted>. | |
| void | SetNewOrientation (const TopAbs_Orientation theOrientation) |
| appends SuccessorNumber in the array refering to <mysuccessorsinserted>. | |
Private Attributes | |
| TColStd_SequenceOfInteger | myAncestors |
| TColStd_SequenceOfInteger | mySuccessors |
| TColStd_SequenceOfInteger | myOrientations |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1