Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes
BOPDS_InterfEF Class Reference

#include <BOPDS_Interf.hxx>

Inheritance diagram for BOPDS_InterfEF:
Inheritance graph
[legend]

Public Member Functions

 BOPDS_InterfEF ()=default
 
 BOPDS_InterfEF (const occ::handle< NCollection_BaseAllocator > &theAllocator)
 
 ~BOPDS_InterfEF () override=default
 
void SetCommonPart (const IntTools_CommonPrt &theCP)
 
const IntTools_CommonPrtCommonPart () const
 
- Public Member Functions inherited from BOPDS_Interf
void SetIndices (const int theIndex1, const int theIndex2)
 
void Indices (int &theIndex1, int &theIndex2) const
 
void SetIndex1 (const int theIndex)
 
void SetIndex2 (const int theIndex)
 
int Index1 () const
 
int Index2 () const
 
int OppositeIndex (const int theI) const
 
bool Contains (const int theIndex) const
 
void SetIndexNew (const int theIndex)
 
int IndexNew () const
 
bool HasIndexNew (int &theIndex) const
 
bool HasIndexNew () const
 
std::optional< intGetIndexNew () const
 Returns the index of new shape. If the index is not set, returns std::nullopt.
 

Protected Attributes

IntTools_CommonPrt myCommonPart
 
- Protected Attributes inherited from BOPDS_Interf
int myIndex1
 
int myIndex2
 
int myIndexNew
 
occ::handle< NCollection_BaseAllocatormyAllocator
 

Additional Inherited Members

- Protected Member Functions inherited from BOPDS_Interf
 BOPDS_Interf ()
 
 BOPDS_Interf (const occ::handle< NCollection_BaseAllocator > &theAllocator)
 
virtual ~BOPDS_Interf ()=default
 

Detailed Description

The class BOPDS_InterfEF stores the information about the interference of the type edge/face.The class BOPDS_InterfFF stores the information about the interference of the type face/face.

Constructor & Destructor Documentation

◆ BOPDS_InterfEF() [1/2]

BOPDS_InterfEF::BOPDS_InterfEF ( )
default

Constructor

◆ BOPDS_InterfEF() [2/2]

BOPDS_InterfEF::BOPDS_InterfEF ( const occ::handle< NCollection_BaseAllocator > & theAllocator)
inline

Constructor

Parameters
theAllocatorallocator to manage the memory Constructor
theAllocatorallocator to manage the memory

◆ ~BOPDS_InterfEF()

BOPDS_InterfEF::~BOPDS_InterfEF ( )
overridedefault

Destructor

Member Function Documentation

◆ CommonPart()

const IntTools_CommonPrt & BOPDS_InterfEF::CommonPart ( ) const
inline

Selector Returns the info of common part

Returns
common part

◆ SetCommonPart()

void BOPDS_InterfEF::SetCommonPart ( const IntTools_CommonPrt & theCP)
inline

Modifier Sets the info of common part

Parameters
theCPcommon part

Field Documentation

◆ myCommonPart

IntTools_CommonPrt BOPDS_InterfEF::myCommonPart
protected

The documentation for this class was generated from the following file: