#include <TopoShape.h>
Public Types | |
typedef double | float_type |
typedef gp_Pnt | vec_type |
Public Member Functions | |
vec_traits (const vec_type &v) | |
float_type | x () |
float_type | y () |
float_type | z () |
Definition at line 40 of file TopoShape.h.
typedef double Base::vec_traits< gp_Pnt >::float_type |
Definition at line 42 of file TopoShape.h.
typedef gp_Pnt Base::vec_traits< gp_Pnt >::vec_type |
Definition at line 41 of file TopoShape.h.
Base::vec_traits< gp_Pnt >::vec_traits | ( | const vec_type & | v | ) | [inline] |
Definition at line 43 of file TopoShape.h.
float_type Base::vec_traits< gp_Pnt >::x | ( | ) | [inline] |
Definition at line 44 of file TopoShape.h.
float_type Base::vec_traits< gp_Pnt >::y | ( | ) | [inline] |
Definition at line 45 of file TopoShape.h.
float_type Base::vec_traits< gp_Pnt >::z | ( | ) | [inline] |
Definition at line 46 of file TopoShape.h.