C3D Toolkit  Kernel - 117982, Vision - 2.9.2.2
function.h File Reference

Scalar function of parameter. More...

#include <io_tape_define.h>
#include <mb_enum.h>
#include <mb_variables.h>
#include <reference_item.h>
#include <templ_sptr.h>
#include <vector>
#include <utility>

Classes

class  MbFunction
 Scalar function of parameter. More...
 

Namespaces

 c3d
 C3D namespace declaration.
 

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

Scalar function of parameter.