Open CASCADE Technology
6.5.4
|
#include <PGeom2d_Vector.hxx>
Public Member Functions | |
void | Vec (const gp_Vec2d &aVec) |
Set the field vec. | |
gp_Vec2d | Vec () const |
Returns the value of the field vec. | |
PGeom2d_Vector (const Storage_stCONSTclCOM &a) | |
const gp_Vec2d & | _CSFDB_GetPGeom2d_Vectorvec () const |
Protected Member Functions | |
PGeom2d_Vector () | |
Initializes the field(s) with default value(s). | |
PGeom2d_Vector (const gp_Vec2d &aVec) | |
Initializes the field vec with <aVec>. | |
Protected Attributes | |
gp_Vec2d | vec |
PGeom2d_Vector::PGeom2d_Vector | ( | const Storage_stCONSTclCOM & | a | ) | [inline] |
PGeom2d_Vector::PGeom2d_Vector | ( | ) | [protected] |
PGeom2d_Vector::PGeom2d_Vector | ( | const gp_Vec2d & | aVec | ) | [protected] |
const gp_Vec2d& PGeom2d_Vector::_CSFDB_GetPGeom2d_Vectorvec | ( | ) | const [inline] |
void PGeom2d_Vector::Vec | ( | const gp_Vec2d & | aVec | ) |
gp_Vec2d PGeom2d_Vector::Vec | ( | ) | const |
gp_Vec2d PGeom2d_Vector::vec [protected] |