VisiLibity v1 Source Code 1.0
VisiLibity::Polygon Member List

This is the complete list of members for VisiLibity::Polygon, including all inherited members.

area() constVisiLibity::Polygon
bbox() constVisiLibity::Polygon
boundary_length() constVisiLibity::Polygon
centroid() constVisiLibity::Polygon
clear()VisiLibity::Polygoninline
diameter() constVisiLibity::Polygon
eliminate_redundant_vertices(double epsilon=0.0)VisiLibity::Polygon
enforce_standard_form()VisiLibity::Polygon
is_in_standard_form() constVisiLibity::Polygon
is_simple(double epsilon=0.0) constVisiLibity::Polygon
n() constVisiLibity::Polygoninline
operator[](unsigned i) constVisiLibity::Polygoninline
operator[](unsigned i)VisiLibity::Polygoninline
Point (defined in VisiLibity::Polygon)VisiLibity::Polygonfriend
Polygon()VisiLibity::Polygoninline
Polygon(const std::string &filename)VisiLibity::Polygon
Polygon(const std::vector< Point > &vertices_temp)VisiLibity::Polygon
Polygon(const Point &point0, const Point &point1, const Point &point2)VisiLibity::Polygon
push_back(const Point &vertex_temp)VisiLibity::Polygoninline
r() constVisiLibity::Polygon
random_points(const unsigned &count, double epsilon=0.0) const (defined in VisiLibity::Polygon)VisiLibity::Polygon
reverse()VisiLibity::Polygon
set_vertices(const std::vector< Point > &vertices_temp)VisiLibity::Polygoninline
vertices_ (defined in VisiLibity::Polygon)VisiLibity::Polygonprotected
write_to_file(const std::string &filename, int fios_precision_temp=FIOS_PRECISION)VisiLibity::Polygon