#include <component_rt.h>
Public Types | |
typedef EdgePlaneInfo < typename T::VertexType::CoordType > | EdgePlaneType |
Public Member Functions | |
T::VertexType::CoordType | cEdge (const int j) const |
vcg::Plane3< typename T::VertexType::CoordType::ScalarType > | cPlane () const |
T::VertexType::CoordType & | Edge (const int j) |
vcg::Plane3< typename T::VertexType::CoordType::ScalarType > & | Plane () |
Static Public Member Functions | |
static bool | HasEdgePlane () |
static void | Name (std::vector< std::string > &name) |
Private Attributes | |
EdgePlaneType | _ep |
Definition at line 50 of file component_rt.h.
typedef EdgePlaneInfo<typename T::VertexType::CoordType> vcg::face::EdgePlane< T >::EdgePlaneType |
Definition at line 52 of file component_rt.h.
T::VertexType::CoordType vcg::face::EdgePlane< T >::cEdge | ( | const int | j | ) | const [inline] |
Definition at line 57 of file component_rt.h.
vcg::Plane3<typename T::VertexType::CoordType::ScalarType> vcg::face::EdgePlane< T >::cPlane | ( | ) | const [inline] |
Definition at line 64 of file component_rt.h.
T::VertexType::CoordType& vcg::face::EdgePlane< T >::Edge | ( | const int | j | ) | [inline] |
Definition at line 54 of file component_rt.h.
static bool vcg::face::EdgePlane< T >::HasEdgePlane | ( | ) | [inline, static] |
Definition at line 68 of file component_rt.h.
static void vcg::face::EdgePlane< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Reimplemented in vcg::face::BitFlags< Arity3< FaceBase< MyUsedTypes >, face::VertexRef, face::Normal3f, face::EdgePlane > >.
Definition at line 70 of file component_rt.h.
vcg::Plane3<typename T::VertexType::CoordType::ScalarType>& vcg::face::EdgePlane< T >::Plane | ( | ) | [inline] |
Definition at line 61 of file component_rt.h.
EdgePlaneType vcg::face::EdgePlane< T >::_ep [private] |
Definition at line 74 of file component_rt.h.