Public Member Functions | |
| Triangle2DInterpolator (const DAGTriangleTree &) | |
| bool | computeWeights (const Coord &, TypeSet< int > &vertices, TypeSet< float > &weights, double maxdist=mUdf(double), bool dointerpolate=true) |
Protected Member Functions | |
| bool | setFromAzimuth (const TypeSet< int > &tmpvertices, const Coord &, TypeSet< int > &vertices, TypeSet< float > &weights) |
Protected Attributes | |
| const DAGTriangleTree & | triangles_ |
| TypeSet< int > | corner0_ |
| TypeSet< double > | cornerweights0_ |
| TypeSet< int > | corner1_ |
| TypeSet< double > | cornerweights1_ |
| TypeSet< int > | corner2_ |
| TypeSet< double > | cornerweights2_ |
| Coord | initcenter_ |
| TypeSet< int > | perimeter_ |
| TypeSet< double > | perimeterazimuth_ |
| double | initazimuth_ [3] |
| double | maxdist_ |
| Triangle2DInterpolator::Triangle2DInterpolator | ( | const DAGTriangleTree & | ) |
| bool Triangle2DInterpolator::computeWeights | ( | const Coord & | , | |
| TypeSet< int > & | vertices, | |||
| TypeSet< float > & | weights, | |||
| double | maxdist = mUdf(double), |
|||
| bool | dointerpolate = true | |||
| ) |
| bool Triangle2DInterpolator::setFromAzimuth | ( | const TypeSet< int > & | tmpvertices, | |
| const Coord & | , | |||
| TypeSet< int > & | vertices, | |||
| TypeSet< float > & | weights | |||
| ) | [protected] |
TypeSet<int> Triangle2DInterpolator::corner0_ [protected] |
TypeSet<int> Triangle2DInterpolator::corner1_ [protected] |
TypeSet<int> Triangle2DInterpolator::corner2_ [protected] |
TypeSet<double> Triangle2DInterpolator::cornerweights0_ [protected] |
TypeSet<double> Triangle2DInterpolator::cornerweights1_ [protected] |
TypeSet<double> Triangle2DInterpolator::cornerweights2_ [protected] |
double Triangle2DInterpolator::initazimuth_[3] [protected] |
Coord Triangle2DInterpolator::initcenter_ [protected] |
double Triangle2DInterpolator::maxdist_ [protected] |
TypeSet<int> Triangle2DInterpolator::perimeter_ [protected] |
TypeSet<double> Triangle2DInterpolator::perimeterazimuth_ [protected] |
const DAGTriangleTree& Triangle2DInterpolator::triangles_ [protected] |
1.7.1