#include <TopoShape.h>
Public Types | |
typedef double | float_type |
typedef gp_Vec | vec_type |
Public Member Functions | |
vec_traits (const vec_type &v) | |
float_type | x () |
float_type | y () |
float_type | z () |
Definition at line 52 of file TopoShape.h.
typedef double Base::vec_traits< gp_Vec >::float_type |
Definition at line 54 of file TopoShape.h.
typedef gp_Vec Base::vec_traits< gp_Vec >::vec_type |
Definition at line 53 of file TopoShape.h.
Base::vec_traits< gp_Vec >::vec_traits | ( | const vec_type & | v | ) | [inline] |
Definition at line 55 of file TopoShape.h.
float_type Base::vec_traits< gp_Vec >::x | ( | ) | [inline] |
Definition at line 56 of file TopoShape.h.
float_type Base::vec_traits< gp_Vec >::y | ( | ) | [inline] |
Definition at line 57 of file TopoShape.h.
float_type Base::vec_traits< gp_Vec >::z | ( | ) | [inline] |
Definition at line 58 of file TopoShape.h.