#include <DrawPoint.hpp>
Definition at line 24 of file DrawPoint.hpp.
Basic Constructor for 2 and 3 dimensional point.
- Date
- 2015/Jul/01
- Parameters
-
coord | Coordinates of the point. |
color | The color of the point. |
- Returns
- none.
- Warning
- none.
template<class D >
void Bial::Point::Draw |
( |
Image< D > & |
img | ) |
const |
Draws n-dimensional point in input image.
- Date
- 2015/Jul/01
- Parameters
-
- Returns
- none.
- Warning
- none.
template<class D >
void Bial::Point::Draw |
( |
Image< D > & |
img, |
|
|
const Vector< float > & |
displacement |
|
) |
| const |
Draws n-dimensional point in input image.
- Date
- 2015/Jul/01
- Parameters
-
img | An image. |
displacement | Displacement from low coordinate to start drawing. |
- Returns
- none.
- Warning
- none.
Returns a vector with coordinates of the pixels from this Figure.
- Date
- 2015/Jul/07
- Parameters
-
- Returns
- Vector with pixels.
- Warning
- none.
Returns a vector with coordinates of the pixels from this figure.
- Date
- 2015/Jul/07
- Parameters
-
displacement | Displacement from low coordinate of the figure. |
- Returns
- Vector with pixels.
- Warning
- none.
template<class O >
void Bial::Point::Print |
( |
O & |
os | ) |
const |
Prints point information to stream.
- Date
- 2014/Mar/18
- Parameters
-
- Returns
- none.
- Warning
- none.
Vector< float > Bial::Point::coordinate |
The documentation for this class was generated from the following file: