#include <component_ep.h>
Public Types | |
typedef EdgePlaneInfo < typename T::VertexType::CoordType > | EdgePlaneType |
Public Member Functions | |
T::VertexType::CoordType & | cEdge (const int) const |
vcg::Plane3< typename T::VertexType::CoordType::ScalarType > & | cPlane () const |
T::VertexType::CoordType & | Edge (const int) |
vcg::Plane3< typename T::VertexType::CoordType::ScalarType > & | Plane () |
Static Public Member Functions | |
static bool | HasEdgePlane () |
static void | Name (std::vector< std::string > &name) |
Definition at line 80 of file simplex/face/component_ep.h.
typedef EdgePlaneInfo<typename T::VertexType::CoordType> vcg::face::EmptyEdgePlane< T >::EdgePlaneType |
Definition at line 82 of file simplex/face/component_ep.h.
T::VertexType::CoordType& vcg::face::EmptyEdgePlane< T >::cEdge | ( | const int | ) | const [inline] |
Definition at line 85 of file simplex/face/component_ep.h.
vcg::Plane3<typename T::VertexType::CoordType::ScalarType>& vcg::face::EmptyEdgePlane< T >::cPlane | ( | ) | const [inline] |
Definition at line 88 of file simplex/face/component_ep.h.
T::VertexType::CoordType& vcg::face::EmptyEdgePlane< T >::Edge | ( | const int | ) | [inline] |
Definition at line 84 of file simplex/face/component_ep.h.
static bool vcg::face::EmptyEdgePlane< T >::HasEdgePlane | ( | ) | [inline, static] |
Definition at line 89 of file simplex/face/component_ep.h.
static void vcg::face::EmptyEdgePlane< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Definition at line 91 of file simplex/face/component_ep.h.
vcg::Plane3<typename T::VertexType::CoordType::ScalarType>& vcg::face::EmptyEdgePlane< T >::Plane | ( | ) | [inline] |
Definition at line 87 of file simplex/face/component_ep.h.