This is the complete list of members for WXP::Points, including all inherited members.
add(float x, float y) | WXP::Points | |
add(Point pt) | WXP::Points | |
add(int ind) | WXP::Points | |
add1(Point pt) | WXP::Points | inline |
add1(int ind) | WXP::Points | inline |
clear() | WXP::Points | inline |
copy(const Points &data) | WXP::Points | |
copy(const Points &data, int start, int rnum) | WXP::Points | |
expand(int size) | WXP::Points | |
get(int ind, Point &pt) | WXP::Points | |
get(int ind) | WXP::Points | |
getCenter(Point &pt) | WXP::Points | |
getCentroid(Point &pt) | WXP::Points | |
getNum() | WXP::Points | inline |
getX(int ind) | WXP::Points | inline |
getX1(int ind) | WXP::Points | inline |
getY(int ind) | WXP::Points | inline |
getY1(int ind) | WXP::Points | inline |
init() | WXP::Points | |
init(int size) | WXP::Points | |
insert(int ind, Point &pt) | WXP::Points | |
insert(int ind, float x, float y) | WXP::Points | |
offset(int ind, float rx, float ry) | WXP::Points | |
offset(float rx, float ry) | WXP::Points | |
operator=(const Points &data) | WXP::Points | |
Points() | WXP::Points | |
Points(int size) | WXP::Points | |
Points(const Points &data) | WXP::Points | |
print() | WXP::Points | |
remove(int ind) | WXP::Points | |
set(int ind, float rx, float ry) | WXP::Points | |
set(int ind, Point &pt) | WXP::Points | |
within(Point &pt) | WXP::Points | |
~Points() | WXP::Points | |