connects to polygons through their corners
#include <point.h>
Public Types | |
typedef std::vector< corner * > | corner_collection |
Public Member Functions | |
corner_collection & | corners () |
corner_collection const & | corners () const |
Friends | |
class | geometry |
class | polygon |
Definition at line 38 of file point.h.
typedef std::vector<corner*> mesh3d::point::corner_collection |
corner_collection& mesh3d::point::corners | ( | ) | [inline] |
corner_collection const& mesh3d::point::corners | ( | ) | const [inline] |