|
OpenStructure
|
#include <peak.hh>
Inherits Point.
Public Member Functions | |
| Peak (int x=0, int y=0, int z=0) | |
| Peak (const Point &p) | |
| Peak (const Point &p, Real v) | |
| Real | GetValue () const |
Public Member Functions inherited from Point | |
| Point () | |
| Point (const Point &p) | |
| Point (int a) | |
| Point (int a, int b) | |
| Point (int a, int b, int c) | |
| Point (const Vec2 &v) | |
| Point (const Vec3 &v) | |
| Point (const Vec4 &v) | |
| Point (const Size &size) | |
| Point | Mirror (int planes) |
| int & | operator[] (unsigned int index) |
| int | operator[] (unsigned int index) const |
| int & | At (unsigned int index) |
| int | At (unsigned int index) const |
| Point & | operator= (const Point &p) |
| Point & | operator+= (const Point &p) |
| Point & | operator-= (const Point &p) |
| Point | operator- () const |
| Point & | operator+= (const Size &p) |
| Point & | operator-= (const Size &p) |
| bool | operator== (const Point &p) const |
| bool | operator< (const Point &p) const |
| Point & | operator*= (int s) |
| Vec2 | ToVec2 () const |
| Vec3 | ToVec3 () const |
| Vec4 | ToVec4 () const |
Additional Inherited Members | |
Data Fields inherited from Point | |
| int | x |
| int | y |
| int | z |