|
MEPP2 Project
|
Point. More...
#include <Compression_Valence_Component.h>

Public Member Functions | |
| Point_Int () | |
| Default constructor. More... | |
| const Point_Int | operator+ (const Point_Int &Pt) const |
| Addition operator. More... | |
| const Point_Int | operator- (const Point_Int &Pt) const |
| Negation operator. More... | |
| bool | operator== (const Point_Int &Pt) const |
| Comparison operatior ==. More... | |
| bool | operator!= (const Point_Int &Pt) const |
| Comparison operatior !=. More... | |
Public Attributes | |
| int | x |
| The x coordinate. More... | |
| int | y |
| The y coordinate. More... | |
| int | z |
| The z coordinate. More... | |
Point.
Definition at line 31 of file Compression_Valence_Component.h.
|
inline |
Default constructor.
Definition at line 44 of file Compression_Valence_Component.h.
|
inline |
Comparison operatior !=.
| Pt | The point. |
Definition at line 107 of file Compression_Valence_Component.h.
Addition operator.
| Pt | The point. |
Definition at line 55 of file Compression_Valence_Component.h.
Negation operator.
| Pt | The point. |
Definition at line 74 of file Compression_Valence_Component.h.
|
inline |
Comparison operatior ==.
| Pt | The point. |
Definition at line 93 of file Compression_Valence_Component.h.
| int Point_Int::x |
The x coordinate.
Definition at line 34 of file Compression_Valence_Component.h.
| int Point_Int::y |
The y coordinate.
Definition at line 35 of file Compression_Valence_Component.h.
| int Point_Int::z |
The z coordinate.
Definition at line 36 of file Compression_Valence_Component.h.