▼Nxms | |
CAnisotropicInterpolator | Class to transform points relative to a centerline polyline into a space where the centerline segments are conceptually rotated to lie on the x-axis. The points used to interpolate from will be projected via a normal onto each centerline segment. The distance along that centerline where that normal intersects will be the new x (or s) value. The new y (or n) value will be the distance of the point above or below the centerline to that intersection. The z value remains unchanged. Note that a point can project onto multiple centerline segments. An option allows from using only the transformation of each point with the smallest n. Points to interpolate "to" will be transformed the same way. Then an inverse distance weighting (raised to a power) from the interpolation points will be used to compute the interpolated z value. This is an internal implementation class used by InterpAnisotropic |
CInterpAnisotropic | Class that performs anisotropic interpolation. Transforms points so x is a distance of a projected normal onto the centerline and y is the distance from (above or below) the centerline. Interpolate using inverse distance weighted interpolation after scaling the transformed x-values |
CInterpAnisotropicImpl | Implementation of InterpAnisotropic class |
CInterpBase | Base class for interpolation methods |
CInterpCt | Computes the Clough Tocher interpolation to a location |
CInterpIdw | Class that performs inverse distance weighted interpolation |
▼CInterpIdwImpl | Implementation of InterpIdw class |
CInterpThread | Threading class to compute idw interpolation in parallel |
CInterpLinear | Class that performs linear interpolation |
CInterpLinearImpl | Implementation of InterpLinear |
CInterpNatNeigh | Class that performs natural neighbor interpolation |
CInterpNatNeighImpl | Performs natural neighbor interpolation to a location |
CInterpPtInfo | Convenience struct used in interpolation utility functions |
CLineParameters | 2D Line definition. If vertical m_slope is Nan |
CnnOuterEdgeStruct | Convenience struct for natural neighbor interpolation |
CNodalFunc | Class to compute gradient plane and quadratic nodal functions for interpolation |
▼CNodalFuncImpl | Implementation of NodalFunc |
CNfThread | Threading class to compute nodal functions in parallel |
CSNResult | Hold data of transforming from xyz to station,normal space |
▼CThreadLoop | Thread worker class |
Cimpl | Implementation of ThreadLoop |
CThreadMgr | Manages a multi-threaded process |
▼CThreadMgrImpl | Implmentation of ThreadMgr |
CmyThread | Convenience struct for threads |
CAnisotropicInterpolatorUnitTests | Unit tests for the AnisotropicInterpolator class |
CInterpAnisotropicUnitTests | Tester for the InterpAnisotropic class |
CInterpIdwUnitTests | Tester for the InterpIdw class |
CInterpLinearUnitTests | Tester for the InterpLinearUnitTests class |
CInterpNatNeighUnitTests | Tester for the InterpNatNeigh class |
CNodalFuncUnitTests | Tester for the NodalFunc class |
CTutInterpolationIntermediateTests | Tests for interpolation tutorial |