|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
This is the complete list of members for Aleph::Vertex, including all inherited members.
| append(Dlink *node) noexcept | Aleph::Dlink | inline |
| append_list(Dlink *head) noexcept | Aleph::Dlink | inline |
| check() | Aleph::Dlink | inline |
| concat_list(Dlink *head) noexcept | Aleph::Dlink | inline |
| concat_list(Dlink &head) noexcept | Aleph::Dlink | inline |
| cross(const Point &p) const | Aleph::Point | inline |
| cut_list(Dlink *link) noexcept | Aleph::Dlink | inline |
| del() noexcept | Aleph::Dlink | inline |
| distance_squared_to(const Point &that) const | Aleph::Point | inline |
| distance_to(const Point &p) const | Aleph::Point | inline |
| distance_with(const Point &p) const | Aleph::Point | inline |
| Dlink() noexcept | Aleph::Dlink | inline |
| Dlink(const Dlink &l) noexcept | Aleph::Dlink | inline |
| Dlink(Dlink &&l) noexcept | Aleph::Dlink | inline |
| dlink_to_vertex(Dlink *link) | Aleph::Vertex | inlinestatic |
| dlink_to_vertex(const Dlink *link) | Aleph::Vertex | inlinestatic |
| dot(const Point &p) const | Aleph::Point | inline |
| erase() noexcept | Aleph::Dlink | inline |
| Geom_Object()=default | Aleph::Geom_Object | |
| get_first() const noexcept | Aleph::Dlink | inline |
| get_first_ne() const noexcept | Aleph::Dlink | inline |
| get_last() const noexcept | Aleph::Dlink | inline |
| get_last_ne() const noexcept | Aleph::Dlink | inline |
| get_next() const noexcept | Aleph::Dlink | inline |
| get_prev() const noexcept | Aleph::Dlink | inline |
| get_x() const noexcept | Aleph::Point | inline |
| get_y() const noexcept | Aleph::Point | inline |
| highest_point() const | Aleph::Point | inline |
| init() noexcept | Aleph::Dlink | inline |
| insert(Dlink *node) noexcept | Aleph::Dlink | inline |
| insert_list(Dlink *head) noexcept | Aleph::Dlink | inline |
| intersects_with(const Ellipse &e) const | Aleph::Point | inline |
| is_between(const Point &p1, const Point &p2) const | Aleph::Point | inline |
| is_clockwise_with(const Point &p1, const Point &p2) const | Aleph::Point | inline |
| is_clockwise_with(const Segment &s) const | Aleph::Point | inline |
| is_colinear_with(const Point &p1, const Point &p2) const | Aleph::Point | inline |
| is_colinear_with(const Segment &s) const | Aleph::Point | inline |
| is_empty() const noexcept | Aleph::Dlink | inline |
| is_inside(const Segment &s) const | Aleph::Point | inline |
| is_inside(const Ellipse &e) const | Aleph::Point | inline |
| is_left_of(const Point &p1, const Point &p2) const | Aleph::Point | inline |
| is_left_of(const Segment &s) const | Aleph::Point | inline |
| is_right_of(const Segment &s) const | Aleph::Point | inline |
| is_right_on_of(const Point &p1, const Point &p2) const | Aleph::Point | inline |
| is_to_left_from(const Point &p1, const Point &p2) const | Aleph::Point | inline |
| is_to_left_from(const Segment &s) const | Aleph::Point | inline |
| is_to_left_on_from(const Point &p1, const Point &p2) const | Aleph::Point | inline |
| is_to_right_from(const Point &p1, const Point &p2) const | Aleph::Point | inline |
| is_to_right_from(const Segment &s) const | Aleph::Point | inline |
| is_to_right_on_from(const Point &p1, const Point &p2) const | Aleph::Point | inline |
| is_unitarian() const noexcept | Aleph::Dlink | inline |
| is_unitarian_or_empty() const noexcept | Aleph::Dlink | inline |
| leftmost_point() const | Aleph::Point | inline |
| lerp(const Point &other, const Geom_Number &t) const | Aleph::Point | inline |
| lowest_point() const | Aleph::Point | inline |
| midpoint(const Point &other) const | Aleph::Point | inline |
| nearest_point(const Point &p1, const Point &p2) const | Aleph::Point | inline |
| next | Aleph::Dlink | mutableprotected |
| next_vertex() const | Aleph::Vertex | inline |
| norm() const | Aleph::Point | inline |
| norm_squared() const | Aleph::Point | inline |
| normalize() const | Aleph::Point | inline |
| operator std::string() const | Aleph::Point | inline |
| operator!=(const Point &point) const noexcept | Aleph::Point | inline |
| operator*(const Geom_Number &s) const | Aleph::Point | inline |
| operator+(const Point &p) const | Aleph::Point | inline |
| operator+=(const Point &p) | Aleph::Point | inline |
| operator-(const Point &p) const | Aleph::Point | inline |
| operator-() const | Aleph::Point | inline |
| operator-=(const Point &p) | Aleph::Point | inline |
| operator/(const Geom_Number &s) const | Aleph::Point | inline |
| operator<(const Point &point) const noexcept | Aleph::Point | inline |
| operator=(const Vertex &vertex) | Aleph::Vertex | inline |
| Aleph::Dlink::operator=(const Dlink &l) noexcept | Aleph::Dlink | inline |
| Aleph::Dlink::operator=(Dlink &&l) noexcept | Aleph::Dlink | inline |
| operator==(const Point &point) const noexcept | Aleph::Point | inline |
| Point() | Aleph::Point | inline |
| Point(const Geom_Number &x, const Geom_Number &y) | Aleph::Point | inline |
| Point(const Polar_Point &pp) | Aleph::Point | inline |
| pop() | Aleph::Dlink | inline |
| prev | Aleph::Dlink | mutableprotected |
| prev_vertex() const | Aleph::Vertex | inline |
| push(Dlink *node) noexcept | Aleph::Dlink | inline |
| remove_all_and_delete() noexcept | Aleph::Dlink | inline |
| remove_first() noexcept | Aleph::Dlink | inline |
| remove_first_ne() noexcept | Aleph::Dlink | inline |
| remove_last() noexcept | Aleph::Dlink | inline |
| remove_last_ne() noexcept | Aleph::Dlink | inline |
| remove_next() noexcept | Aleph::Dlink | inline |
| remove_prev() noexcept | Aleph::Dlink | inline |
| reset() noexcept | Aleph::Dlink | inline |
| reverse() noexcept | Aleph::Dlink | inline |
| reverse_list() noexcept | Aleph::Dlink | inline |
| rightmost_point() const | Aleph::Point | inline |
| rotate(const Geom_Number &angle) const | Aleph::Point | inline |
| rotate_left(size_t n) | Aleph::Dlink | inline |
| rotate_right(size_t n) | Aleph::Dlink | inline |
| splice(Dlink *l) noexcept | Aleph::Dlink | inline |
| split_list(Dlink &l, Dlink &r) noexcept | Aleph::Dlink | inline |
| split_list_ne(Dlink &l, Dlink &r) noexcept | Aleph::Dlink | inline |
| swap(Dlink *link) noexcept | Aleph::Dlink | inline |
| swap(Dlink &l) noexcept | Aleph::Dlink | inline |
| to_data() noexcept | Aleph::Dlink | |
| to_data() const noexcept | Aleph::Dlink | |
| to_dnode() noexcept | Aleph::Dlink | |
| to_dnode() const noexcept | Aleph::Dlink | |
| to_point() const | Aleph::Vertex | inline |
| to_string() const | Aleph::Point | inline |
| top() const | Aleph::Dlink | inline |
| Vertex()=default | Aleph::Vertex | |
| Vertex(const Point &point) | Aleph::Vertex | inline |
| Vertex(const Vertex &vertex) | Aleph::Vertex | inline |
| wrap_header(Dlink *l) noexcept | Aleph::Dlink | inline |
| x_ | Aleph::Point | private |
| y_ | Aleph::Point | private |
| ~Geom_Object()=default | Aleph::Geom_Object | virtual |