#include <QCPoint.hpp>
Definition at line 37 of file QCPoint.hpp.
Public Member Functions | |
QCFloat | dot (const QCPoint &p) const |
int | getDimension (void) const |
QCPoint & | operator+= (const QCFloat *displacement) |
QCPoint & | operator+= (const QCPoint &displacement) |
QCPoint & | operator-= (const QCFloat *displacement) |
QCPoint & | operator-= (const QCPoint &displacement) |
QCFloat & | operator[] (int index) |
QCFloat | operator[] (int index) const |
QCPoint (const QCPoint &p) | |
QCPoint (const QCFloat *array) | |
QCPoint (void) | |
QCPoint | vect (const QCPoint &p) const |
~QCPoint (void) | |
Private Attributes | |
QCFloat | coords [dim] |
|
Definition at line 46 of file QCPoint.hpp. References QCPoint< dim >::coords. |
|
Definition at line 53 of file QCPoint.hpp. References QCPoint< dim >::coords. |
|
Definition at line 62 of file QCPoint.hpp. References QCPoint< dim >::coords. |
|
Definition at line 71 of file QCPoint.hpp. |
|
Definition at line 159 of file QCPoint.hpp. References QCPoint< dim >::coords. Referenced by QCLinearPartitioner< TPSystem >::projectOnInnerReference(). |
|
Definition at line 77 of file QCPoint.hpp. |
|
Definition at line 138 of file QCPoint.hpp. References QCPoint< dim >::coords. |
|
Definition at line 110 of file QCPoint.hpp. References QCPoint< dim >::coords. |
|
Definition at line 152 of file QCPoint.hpp. References QCPoint< dim >::coords. |
|
Definition at line 124 of file QCPoint.hpp. References QCPoint< dim >::coords. |
|
Definition at line 97 of file QCPoint.hpp. References QCPoint< dim >::coords. |
|
Definition at line 85 of file QCPoint.hpp. References QCPoint< dim >::coords. |
|
Definition at line 162 of file QCPoint.hpp. References QCPoint< dim >::coords. Referenced by QCLinearPartitioner< TPSystem >::computeInnerReference(). |
|
Definition at line 185 of file QCPoint.hpp. Referenced by QCPoint< dim >::dot(), QCPoint< dim >::operator+=(), QCPoint< dim >::operator-=(), QCPoint< dim >::operator[](), QCPoint< dim >::QCPoint(), and QCPoint< dim >::vect(). |