|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
This is the complete list of members for Aleph::ChaikinSmoothing, including all inherited members.
| operator()(const Array< Point > &polyline, size_t iterations, const Geom_Number &ratio=Geom_Number(1, 4)) const | Aleph::ChaikinSmoothing | inline |
| operator()(const DynList< Point > &polyline, size_t iterations, const Geom_Number &ratio=Geom_Number(1, 4)) const | Aleph::ChaikinSmoothing | inline |
| smooth_closed_once(const Array< Point > &pts, const Geom_Number &r) | Aleph::ChaikinSmoothing | inlineprivatestatic |
| smooth_open_once(const Array< Point > &pts, const Geom_Number &r) | Aleph::ChaikinSmoothing | inlineprivatestatic |
| smooth_polygon(const Polygon &poly, size_t iterations, const Geom_Number &ratio=Geom_Number(1, 4)) | Aleph::ChaikinSmoothing | inlinestatic |