#include <DrawLine.hpp>
Definition at line 24 of file DrawLine.hpp.
Basic Constructor.
- Date
- 2014/Dec/08
- Version
- 1.0.00
- Parameters
-
first_coord | First coordinate of the Line. |
first_coord | Last coordinate of the Line. |
color | The color of the line. |
- Returns
- none.
Static Constructor. Returns a bisection line between the given points, centralized between the points.
- Date
- 2015/Jul/08
- Parameters
-
pnt_0,pnt_1 | points between which besection line should to be computed. |
length | Resulting line length. |
- Returns
- A bisection line between the given points.
- Warning
- none.
template<class D >
void Bial::Line::Draw |
( |
Image< D > & |
img | ) |
const |
Draws 2D or 3D line in input image.
- Date
- 2014/Mar/18
- Version
- 1.0.00
- Parameters
-
- Returns
- none.
- Warning
- none.
template<class D >
void Bial::Line::Draw |
( |
Image< D > & |
img, |
|
|
const Vector< float > & |
displacement |
|
) |
| const |
Draws 2D or 3D line in input image.
- Date
- 2014/Mar/17
- Version
- 1.0.00
- Parameters
-
img | An image. |
displacement | Displacement from line's coordinates 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::Line::Print |
( |
O & |
os | ) |
const |
Prints line information to stream.
- Date
- 2014/Mar/18
- Version
- 1.0.00
- Parameters
-
- Returns
- none.
- Warning
- none.
Vector< float > Bial::Line::first_coord |
Vector< float > Bial::Line::last_coord |
The documentation for this class was generated from the following file: