|
C3D Toolkit
Kernel - 118057, Vision - 2.14.7.1821
|
Collaboration diagram for Scalar Functions:Classes | |
| class | MdCharacterFunction |
| The symbolic function. More... | |
| class | MdAnalyticalFunction |
| The analytical function. More... | |
| class | MbCompositeFunction |
| Composite function. More... | |
| class | MbConstFunction |
| Constant function. More... | |
| class | MbCubicFunction |
| Cubic Hermite function. More... | |
| class | MbCubicSplineFunction |
| Cubic spline function. More... | |
| class | MbCurveCoordinate |
| The function by curve coordinate. More... | |
| class | MbLineFunction |
| Linear function. More... | |
| class | MbMonoSmoothFunction |
| Monotone spline interpolation class c2 based one-parameter groups of diffeomorphisms (N.V. Osadchenko). More... | |
| class | MbNurbsFunction |
| NURBS function. More... | |
| class | MbPowerFunction |
| Power function. More... | |
| class | MbServeFunction |
| The monotonically increasing service function v(t) = a * t * t + b * t + c. More... | |
| class | MbSinusFunction |
| Sinus function. More... | |
| class | MbFunction |
| Scalar function of parameter. More... | |
| class | MbFunctionFactory |
| Factory of functions. More... | |
Enumerations | |
| enum | MbeFunctionType { ft_Undefined = 0 , ft_Function = 1 , ft_ConstFunction = 2 , ft_LineFunction = 3 , ft_CubicFunction = 4 , ft_CubicSplineFunction = 5 , ft_PowerFunction = 6 , ft_SinusFunction = 7 , ft_ServeFunction = 8 , ft_MonoSmoothFunction = 9 , ft_NurbsFunction = 10 , ft_CurveCoordinate = 11 , ft_CompositeFunction = 100 , ft_CharacterFunction = 101 , ft_AnalyticalFunction = 102 , ft_FreeItem = 600 } |
| Types of scalar functions. More... | |
| enum MbeFunctionType |
Types of scalar functions.
Scalar functions may be considered as curves in one-dimensional space.