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