Open CASCADE Technology 7.8.0
|
#include <BOPDS_CoupleOfPaveBlocks.hxx>
Public Member Functions | |
BOPDS_CoupleOfPaveBlocks () | |
BOPDS_CoupleOfPaveBlocks (const Handle< BOPDS_PaveBlock > &thePB1, const Handle< BOPDS_PaveBlock > &thePB2) | |
~BOPDS_CoupleOfPaveBlocks () | |
void | SetIndex (const Standard_Integer theIndex) |
Standard_Integer | Index () const |
void | SetIndexInterf (const Standard_Integer theIndex) |
Standard_Integer | IndexInterf () const |
void | SetPaveBlocks (const Handle< BOPDS_PaveBlock > &thePB1, const Handle< BOPDS_PaveBlock > &thePB2) |
void | PaveBlocks (Handle< BOPDS_PaveBlock > &thePB1, Handle< BOPDS_PaveBlock > &thePB2) const |
void | SetPaveBlock1 (const Handle< BOPDS_PaveBlock > &thePB) |
const Handle< BOPDS_PaveBlock > & | PaveBlock1 () const |
void | SetPaveBlock2 (const Handle< BOPDS_PaveBlock > &thePB) |
const Handle< BOPDS_PaveBlock > & | PaveBlock2 () const |
void | SetTolerance (const Standard_Real theTol) |
Standard_Real | Tolerance () const |
Protected Attributes | |
Standard_Integer | myIndexInterf |
Standard_Integer | myIndex |
Handle< BOPDS_PaveBlock > | myPB [2] |
Standard_Real | myTolerance |
The Class BOPDS_CoupleOfPaveBlocks is to store the information about two pave blocks and some satellite information
|
inline |
Constructor
|
inline |
Constructor
thePB1 | first pave block |
thePB2 | secondt pave block |
|
inline |
Destructor
|
inline |
Returns the index
|
inline |
Returns the index of an interference
|
inline |
Returns the first pave block
|
inline |
Returns the second pave block
|
inline |
Returns pave blocks
thePB1 | the first pave block |
thePB2 | the second pave block |
|
inline |
Sets an index
theIndex | index |
|
inline |
Sets an index of an interference
theIndex | index of an interference |
|
inline |
Sets the first pave block
thePB | the first pave block |
|
inline |
Sets the second pave block
thePB | the second pave block |
|
inline |
Sets pave blocks
thePB1 | first pave block |
thePB2 | secondt pave block |
|
inline |
Sets the tolerance associated with this couple
|
inline |
Returns the tolerance associated with this couple
|
protected |
|
protected |
|
protected |
|
protected |