Open CASCADE Technology 6.6.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 |
Protected Attributes | |
IntTools_CommonPrt | myCommonPart |
The class BOPDS_InterfEE is is to store the information about the interference of the type edge/edge.
BOPDS_InterfEE::BOPDS_InterfEE | ( | ) | [inline] |
Constructor
BOPDS_InterfEE::BOPDS_InterfEE | ( | const Handle< NCollection_BaseAllocator > & | theAllocator | ) | [inline] |
Constructor
theAllocator | allocator to manage the memory |
virtual BOPDS_InterfEE::~BOPDS_InterfEE | ( | ) | [inline, virtual] |
Destructor
const IntTools_CommonPrt& BOPDS_InterfEE::CommonPart | ( | ) | const [inline] |
Selector Returns the info of common part
void BOPDS_InterfEE::SetCommonPart | ( | const IntTools_CommonPrt & | theCP | ) | [inline] |
Modifier Sets the info of common part
theCP | common part |
IntTools_CommonPrt BOPDS_InterfEE::myCommonPart [protected] |