Struct for storing the edges starting from a fringe point. More...
Public Member Functions | |
doubleEdge () | |
Public Attributes | |
Eigen::Vector2f | first |
int | index |
Eigen::Vector2f | second |
Struct for storing the edges starting from a fringe point.
pcl::GreedyProjectionTriangulation< PointInT >::doubleEdge::doubleEdge | ( | ) | [inline] |
Eigen::Vector2f pcl::GreedyProjectionTriangulation< PointInT >::doubleEdge::first |
int pcl::GreedyProjectionTriangulation< PointInT >::doubleEdge::index |
Eigen::Vector2f pcl::GreedyProjectionTriangulation< PointInT >::doubleEdge::second |