lti::convexHull Class Reference
Computes the convex hull of a set of points.
More...
#include <ltiConvexHull.h>
List of all members.
Detailed Description
Computes the convex hull of a set of points.
This functors is just a wrapper for the method convexHullFrom
of the lti::tpolygonPoints class.
Constructor & Destructor Documentation
lti::convexHull::convexHull |
( |
|
) |
|
lti::convexHull::convexHull |
( |
const parameters & |
par |
) |
|
lti::convexHull::convexHull |
( |
const convexHull & |
other |
) |
|
copy constructor
- Parameters:
-
virtual lti::convexHull::~convexHull |
( |
|
) |
[virtual] |
Member Function Documentation
operates on a copy of the given parameters.
- Parameters:
-
| src | pointList with the source data. |
| dest | pointList where the result will be left. |
- Returns:
- true if apply successful or false otherwise.
operates on a copy of the given parameters.
- Parameters:
-
| src | pointList with the source data. |
| dest | pointList where the result will be left. |
- Returns:
- true if apply successful or false otherwise.
operates on a copy of the given parameters.
- Parameters:
-
| src | pointList with the source data. |
| dest | pointList where the result will be left. |
- Returns:
- true if apply successful or false otherwise.
operates on a copy of the given parameters.
- Parameters:
-
| src | pointList with the source data. |
| dest | pointList where the result will be left. |
- Returns:
- true if apply successful or false otherwise.
virtual functor* lti::convexHull::clone |
( |
|
) |
const [virtual] |
const parameters& lti::convexHull::getParameters |
( |
|
) |
const |
virtual const char* lti::convexHull::getTypeName |
( |
|
) |
const [virtual] |
returns the name of this type ("convexHull")
Reimplemented from lti::modifier.
The documentation for this class was generated from the following file: