|
Open CASCADE Technology
6.7.1
|
#include <NLPlate_StackOfPlate.hxx>
Public Member Functions | |
| NLPlate_StackOfPlate () | |
| const NLPlate_StackOfPlate & | Assign (const NLPlate_StackOfPlate &Other) |
| const NLPlate_StackOfPlate & | operator= (const NLPlate_StackOfPlate &Other) |
| Standard_Boolean | IsEmpty () const |
| Standard_Integer | Depth () const |
| const Plate_Plate & | Top () const |
| void | Push (const Plate_Plate &I) |
| void | Pop () |
| void | Clear () |
| ~NLPlate_StackOfPlate () | |
| Plate_Plate & | ChangeTop () |
| NLPlate_StackOfPlate::NLPlate_StackOfPlate | ( | ) |
|
inline |
| const NLPlate_StackOfPlate& NLPlate_StackOfPlate::Assign | ( | const NLPlate_StackOfPlate & | Other | ) |
| Plate_Plate& NLPlate_StackOfPlate::ChangeTop | ( | ) |
| void NLPlate_StackOfPlate::Clear | ( | ) |
| Standard_Integer NLPlate_StackOfPlate::Depth | ( | ) | const |
| Standard_Boolean NLPlate_StackOfPlate::IsEmpty | ( | ) | const |
|
inline |
| void NLPlate_StackOfPlate::Pop | ( | ) |
| void NLPlate_StackOfPlate::Push | ( | const Plate_Plate & | I | ) |
| const Plate_Plate& NLPlate_StackOfPlate::Top | ( | ) | const |
1.8.5