xmsinterp  1.0
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 Cxms::AnisotropicInterpolatorClass 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
 Cxms::ThreadLoop::implImplementation of ThreadLoop
 Cxms::InterpAnisotropicClass 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
 Cxms::InterpAnisotropicImplImplementation of InterpAnisotropic class
 Cxms::InterpBaseBase class for interpolation methods
 Cxms::InterpIdwClass that performs inverse distance weighted interpolation
 Cxms::InterpIdwImplImplementation of InterpIdw class
 Cxms::InterpLinearClass that performs linear interpolation
 Cxms::InterpLinearImplImplementation of InterpLinear
 Cxms::InterpCtComputes the Clough Tocher interpolation to a location
 Cxms::InterpNatNeighClass that performs natural neighbor interpolation
 Cxms::InterpNatNeighImplPerforms natural neighbor interpolation to a location
 Cxms::InterpPtInfoConvenience struct used in interpolation utility functions
 Cxms::LineParameters2D Line definition. If vertical m_slope is Nan
 Cxms::ThreadMgrImpl::myThreadConvenience struct for threads
 Cxms::nnOuterEdgeStructConvenience struct for natural neighbor interpolation
 Cxms::NodalFuncClass to compute gradient plane and quadratic nodal functions for interpolation
 Cxms::NodalFuncImplImplementation of NodalFunc
 Cxms::SNResultHold data of transforming from xyz to station,normal space
 CTestSuite
 CAnisotropicInterpolatorUnitTestsUnit tests for the AnisotropicInterpolator class
 CInterpAnisotropicUnitTestsTester for the InterpAnisotropic class
 CInterpIdwUnitTestsTester for the InterpIdw class
 CInterpLinearUnitTestsTester for the InterpLinearUnitTests class
 CInterpNatNeighUnitTestsTester for the InterpNatNeigh class
 CNodalFuncUnitTestsTester for the NodalFunc class
 CTutInterpolationIntermediateTestsTests for interpolation tutorial
 Cxms::ThreadLoopThread worker class
 Cxms::InterpIdwImpl::InterpThreadThreading class to compute idw interpolation in parallel
 Cxms::NodalFuncImpl::NfThreadThreading class to compute nodal functions in parallel
 Cxms::ThreadMgrManages a multi-threaded process
 Cxms::ThreadMgrImplImplmentation of ThreadMgr