#include <itkPoint.h>
Public Types | |
| typedef TPointContainer | PointContainerType |
| typedef PointContainerType::Pointer | PointContainerPointer |
| typedef PointContainerType::Element | PointType |
| typedef TWeightContainer | WeightContainerType |
Public Member Functions | |
| BarycentricCombination () | |
| ~BarycentricCombination () | |
Static Public Member Functions | |
| PointType | Evaluate (const PointContainerPointer &points, const WeightContainerType &weights) |
An array of (N-1) values is expected to weight the contribution of the first (N-1) points, the weight of the Nth point is computed to ensure that the N weights sum 1.
This method computes:
The points are expected to be stored in an itkContainer class like itk::VectorContainer, responding to the Begin(), End(), Value() API.
The weights are expected to be stored in any array-like container having a operator[i].
Definition at line 288 of file itkPoint.h.
|
|||||
|
Definition at line 294 of file itkPoint.h. |
|
|||||
|
Convenient typedefs. Definition at line 293 of file itkPoint.h. |
|
|||||
|
Definition at line 295 of file itkPoint.h. |
|
|||||
|
Definition at line 296 of file itkPoint.h. |
|
|||||||||
|
Definition at line 298 of file itkPoint.h. |
|
|||||||||
|
Definition at line 299 of file itkPoint.h. |
|
||||||||||||||||
|
|
1.3.5 written by Dimitri van Heesch,
© 1997-2000