Public Member Functions | |
| MSTEdge (Plane *p0=NULL, Plane *p1=NULL, ScalarType w=std::numeric_limits< ScalarType >::max()) | |
| bool | operator< (const MSTEdge &e) const |
Public Attributes | |
| Plane * | u |
| Plane * | v |
| ScalarType | weight |
Definition at line 119 of file normal_extrapolation.h.
| vcg::NormalExtrapolation< VERTEX_CONTAINER >::MSTEdge::MSTEdge | ( | Plane * | p0 = NULL, |
|
| Plane * | p1 = NULL, |
|||
| ScalarType | w = std::numeric_limits<ScalarType>::max() | |||
| ) | [inline] |
Definition at line 121 of file normal_extrapolation.h.
| bool vcg::NormalExtrapolation< VERTEX_CONTAINER >::MSTEdge::operator< | ( | const MSTEdge & | e | ) | const [inline] |
Definition at line 122 of file normal_extrapolation.h.
| Plane* vcg::NormalExtrapolation< VERTEX_CONTAINER >::MSTEdge::u |
Definition at line 124 of file normal_extrapolation.h.
| Plane* vcg::NormalExtrapolation< VERTEX_CONTAINER >::MSTEdge::v |
Definition at line 125 of file normal_extrapolation.h.
| ScalarType vcg::NormalExtrapolation< VERTEX_CONTAINER >::MSTEdge::weight |
Definition at line 126 of file normal_extrapolation.h.