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

Public Member Functions | |
| StepGeom_Vector () | |
| Returns a Vector | |
| virtual void | Init (const Handle< TCollection_HAsciiString > &aName) |
| virtual void | Init (const Handle< TCollection_HAsciiString > &aName, const Handle< StepGeom_Direction > &aOrientation, const Standard_Real aMagnitude) |
| void | SetOrientation (const Handle< StepGeom_Direction > &aOrientation) |
| Handle_StepGeom_Direction | Orientation () const |
| void | SetMagnitude (const Standard_Real aMagnitude) |
| Standard_Real | Magnitude () const |
| StepGeom_Vector::StepGeom_Vector | ( | ) |
| virtual void StepGeom_Vector::Init | ( | const Handle< TCollection_HAsciiString > & | aName | ) | [virtual] |
Reimplemented from StepRepr_RepresentationItem.
| virtual void StepGeom_Vector::Init | ( | const Handle< TCollection_HAsciiString > & | aName, |
| const Handle< StepGeom_Direction > & | aOrientation, | ||
| const Standard_Real | aMagnitude | ||
| ) | [virtual] |
| Standard_Real StepGeom_Vector::Magnitude | ( | ) | const |
| Handle_StepGeom_Direction StepGeom_Vector::Orientation | ( | ) | const |
| void StepGeom_Vector::SetMagnitude | ( | const Standard_Real | aMagnitude | ) |
| void StepGeom_Vector::SetOrientation | ( | const Handle< StepGeom_Direction > & | aOrientation | ) |
1.7.4