C3D Toolkit  Kernel - 117982, Vision - 2.9.2.2
+ 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...
 

Detailed Description

Enumeration Type Documentation

◆ MbeFunctionType

Types of scalar functions.

Scalar functions may be considered as curves in one-dimensional space.

Enumerator
ft_Undefined 

Unknown object.

ft_Function 

A function.

ft_ConstFunction 

Constant function.

ft_LineFunction 

Linear function.

ft_CubicFunction 

Cubic Hermite function.

ft_CubicSplineFunction 

Cubic spline function.

ft_PowerFunction 

Power function.

ft_SinusFunction 

Sinusoidal function.

ft_ServeFunction 

Service function.

ft_MonoSmoothFunction 

Monotonous function.

ft_NurbsFunction 

NURBS function.

ft_CurveCoordinate 

Function by curve coordinate.

ft_CompositeFunction 

Composite function.

ft_CharacterFunction 

Symbolic function.

ft_AnalyticalFunction 

Symbolic function in model expression.

ft_FreeItem 

Type for the user-defined objects.