Open CASCADE Technology
7.7.0
|
#include <BOPDS_Interf.hxx>
Public Member Functions | |
BOPDS_InterfEE () | |
BOPDS_InterfEE (const Handle< NCollection_BaseAllocator > &theAllocator) | |
virtual | ~BOPDS_InterfEE () |
void | SetCommonPart (const IntTools_CommonPrt &theCP) |
const IntTools_CommonPrt & | CommonPart () const |
Public Member Functions inherited from BOPDS_Interf | |
void | SetIndices (const Standard_Integer theIndex1, const Standard_Integer theIndex2) |
void | Indices (Standard_Integer &theIndex1, Standard_Integer &theIndex2) const |
void | SetIndex1 (const Standard_Integer theIndex) |
void | SetIndex2 (const Standard_Integer theIndex) |
Standard_Integer | Index1 () const |
Standard_Integer | Index2 () const |
Standard_Integer | OppositeIndex (const Standard_Integer theI) const |
Standard_Boolean | Contains (const Standard_Integer theIndex) const |
void | SetIndexNew (const Standard_Integer theIndex) |
Standard_Integer | IndexNew () const |
Standard_Boolean | HasIndexNew (Standard_Integer &theIndex) const |
Standard_Boolean | HasIndexNew () const |
Protected Attributes | |
IntTools_CommonPrt | myCommonPart |
Protected Attributes inherited from BOPDS_Interf | |
Standard_Integer | myIndex1 |
Standard_Integer | myIndex2 |
Standard_Integer | myIndexNew |
Handle< NCollection_BaseAllocator > | myAllocator |
Additional Inherited Members | |
Protected Member Functions inherited from BOPDS_Interf | |
BOPDS_Interf () | |
BOPDS_Interf (const Handle< NCollection_BaseAllocator > &theAllocator) | |
virtual | ~BOPDS_Interf () |
The class BOPDS_InterfEE stores the information about the interference of the type edge/edge.
|
inline |
Constructor
|
inline |
Constructor
theAllocator | allocator to manage the memory |
|
inlinevirtual |
Destructor
|
inline |
Selector Returns the info of common part
|
inline |
Modifier Sets the info of common part
theCP | common part |
|
protected |