#include <ContourHelper.h>
Detailed Description
Aim: a helper class to process sequences of points.
Description of class 'ContourHelper'
- Todo:
- Improve class.
Definition at line 59 of file ContourHelper.h.
Constructor & Destructor Documentation
DGtal::ContourHelper::~ContourHelper |
( |
| ) |
|
DGtal::ContourHelper::ContourHelper |
( |
| ) |
|
|
protected |
Constructor. Forbidden by default (protected to avoid g++ warnings).
DGtal::ContourHelper::ContourHelper |
( |
const ContourHelper & |
other | ) |
|
|
private |
Copy constructor.
- Parameters:
-
other | the object to clone. Forbidden by default. |
Member Function Documentation
bool DGtal::ContourHelper::isValid |
( |
| ) |
const |
Checks the validity/consistency of the object.
- Returns:
- 'true' if the object is valid, 'false' otherwise.
Assignment.
- Parameters:
-
- Returns:
- a reference on 'this'. Forbidden by default.
void DGtal::ContourHelper::selfDisplay |
( |
std::ostream & |
out | ) |
const |
Writes/Displays the object on an output stream.
- Parameters:
-
out | the output stream where the object is written. |
The documentation for this class was generated from the following files: