|
Open CASCADE Technology 6.5.2
|
#include <StepGeom_VectorOrDirection.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| StepGeom_VectorOrDirection () | |
| Returns a VectorOrDirection SelectType | |
| Standard_Integer | CaseNum (const Handle< Standard_Transient > &ent) const |
| Recognizes a VectorOrDirection Kind Entity that is : 1 -> Vector 2 -> Direction 0 else | |
| Handle_StepGeom_Vector | Vector () const |
| returns Value as a Vector (Null if another type) | |
| Handle_StepGeom_Direction | Direction () const |
| returns Value as a Direction (Null if another type) | |
| StepGeom_VectorOrDirection::StepGeom_VectorOrDirection | ( | ) |
| Standard_Integer StepGeom_VectorOrDirection::CaseNum | ( | const Handle< Standard_Transient > & | ent | ) | const [virtual] |
Implements StepData_SelectType.
| Handle_StepGeom_Direction StepGeom_VectorOrDirection::Direction | ( | ) | const |
| void StepGeom_VectorOrDirection::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from StepData_SelectType.
| void* StepGeom_VectorOrDirection::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from StepData_SelectType.
| void* StepGeom_VectorOrDirection::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from StepData_SelectType.
| Handle_StepGeom_Vector StepGeom_VectorOrDirection::Vector | ( | ) | const |
1.7.4