Open CASCADE Technology 6.6.0
|
#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 | ( | ) |
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 |
const NLPlate_StackOfPlate& NLPlate_StackOfPlate::operator= | ( | const NLPlate_StackOfPlate & | Other | ) | [inline] |
void NLPlate_StackOfPlate::Pop | ( | ) |
void NLPlate_StackOfPlate::Push | ( | const Plate_Plate & | I | ) |
const Plate_Plate& NLPlate_StackOfPlate::Top | ( | ) | const |