Open CASCADE Technology 6.6.0
|
#include <BOPDS_Interf.hxx>
Public Member Functions | |
BOPDS_InterfEF () | |
BOPDS_InterfEF (const Handle< NCollection_BaseAllocator > &theAllocator) | |
virtual | ~BOPDS_InterfEF () |
void | SetCommonPart (const IntTools_CommonPrt &theCP) |
const IntTools_CommonPrt & | CommonPart () const |
Protected Attributes | |
IntTools_CommonPrt | myCommonPart |
The class BOPDS_InterfEF is is to store the information about the interference of the type edge/face. The class BOPDS_InterfFF is is to store the information about the interference of the type face/face.
BOPDS_InterfEF::BOPDS_InterfEF | ( | ) | [inline] |
Constructor
BOPDS_InterfEF::BOPDS_InterfEF | ( | const Handle< NCollection_BaseAllocator > & | theAllocator | ) | [inline] |
Constructor
theAllocator | allocator to manage the memory Constructor |
theAllocator | allocator to manage the memory |
virtual BOPDS_InterfEF::~BOPDS_InterfEF | ( | ) | [inline, virtual] |
Destructor
const IntTools_CommonPrt& BOPDS_InterfEF::CommonPart | ( | ) | const [inline] |
Selector Returns the info of common part
void BOPDS_InterfEF::SetCommonPart | ( | const IntTools_CommonPrt & | theCP | ) | [inline] |
Modifier Sets the info of common part
theCP | common part |
IntTools_CommonPrt BOPDS_InterfEF::myCommonPart [protected] |