#include <vppoint2d.h>
Inheritance diagram for VPPoint2D:
Public Member Functions | |
VPPoint2D () | |
VPPoint2D (float xi, float yi) | |
float | vpGetX () |
float | vpGetY () |
void | vpGetXY (float &_x, float &_y) |
VPPoint2D | vpGetPoint2D (void) |
void | vpSetX (float _x) |
void | vpSetY (float _y) |
void | vpSetXY (float _x, float _y) |
VPPoint2D | operator= (VPPoint2D p) |
VPPoint2D | operator- (int num) |
Public Attributes | |
float | x |
float | y |
Definition at line 32 of file vppoint2d.h.
|
Definition at line 29 of file vppoint2d.cpp. |
|
Definition at line 41 of file vppoint2d.cpp. |
|
Definition at line 149 of file vppoint2d.cpp. |
|
Definition at line 137 of file vppoint2d.cpp. |
|
Definition at line 91 of file vppoint2d.cpp. |
|
|
Definition at line 74 of file vppoint2d.cpp. |
|
|
Definition at line 103 of file vppoint2d.cpp. References x. |
|
Definition at line 125 of file vppoint2d.cpp. |
|
Definition at line 113 of file vppoint2d.cpp. References y. |
|
Definition at line 35 of file vppoint2d.h. Referenced by operator-(), operator=(), VPVolume::vpDisplayColor(), VPSlice::vpFrontInnerStructRender(), vpGetX(), vpGetXY(), VPSlice::vpOrder(), VPPoint2D(), vpSetX(), vpSetXY(), VPSlice::vpSideInnerStructRender(), and VPSlice::vpTopInnerStructRender(). |
|
Definition at line 36 of file vppoint2d.h. Referenced by operator-(), operator=(), VPVolume::vpDisplayColor(), VPSlice::vpFrontInnerStructRender(), vpGetXY(), vpGetY(), VPSlice::vpOrder(), VPPoint2D(), vpSetXY(), vpSetY(), VPSlice::vpSideInnerStructRender(), and VPSlice::vpTopInnerStructRender(). |