#include <TopoShape.h>
Public Types | |
typedef double | float_type |
typedef gp_Dir | vec_type |
Public Member Functions | |
vec_traits (const vec_type &v) | |
float_type | x () |
float_type | y () |
float_type | z () |
Definition at line 64 of file TopoShape.h.
typedef double Base::vec_traits< gp_Dir >::float_type |
Definition at line 66 of file TopoShape.h.
typedef gp_Dir Base::vec_traits< gp_Dir >::vec_type |
Definition at line 65 of file TopoShape.h.
Base::vec_traits< gp_Dir >::vec_traits | ( | const vec_type & | v | ) | [inline] |
Definition at line 67 of file TopoShape.h.
float_type Base::vec_traits< gp_Dir >::x | ( | ) | [inline] |
Definition at line 68 of file TopoShape.h.
float_type Base::vec_traits< gp_Dir >::y | ( | ) | [inline] |
Definition at line 69 of file TopoShape.h.
float_type Base::vec_traits< gp_Dir >::z | ( | ) | [inline] |
Definition at line 70 of file TopoShape.h.