#include <Point.h>
Inheritance diagram for sava::spatial::Point3D< CoordType >:
Definition at line 325 of file Point.h.
Public Types | |
typedef CoordType | coordinate_type |
The type of coordinates stored in the point. | |
Public Member Functions | |
Point3D () | |
Point3D (const coordinate_type &x, const coordinate_type &y, const coordinate_type &z) | |
Point () | |
Constructs a point with all coordinate values set to zero. | |
coordinate_type & | operator[] (const unsigned int index) |
Returns the coordinate at the specified index. | |
const coordinate_type & | operator[] (const unsigned int index) const |
Returns the coordinate at the specified index as a const reference. | |
Static Public Member Functions | |
static const unsigned int | dimensions () |
Returns the number of dimensions in the point. |
|
The type of coordinates stored in the point.
Reimplemented from sava::spatial::Point< 3, CoordType >. |
|
|
|
|
|
Returns the number of dimensions in the point.
|
|
Returns the coordinate at the specified index as a const reference.
|
|
Returns the coordinate at the specified index.
|
|
Constructs a point with all coordinate values set to zero.
|