OnixS C++ MTS Bond Vision SDP Handler  1.2.0
API documentation
BV_INTERPOLATION_METHOD Struct Reference

#include <OnixS/MTS/BondVision/SDP/SMP.Enumerations.h>

Public Types

enum  Enum {
  BV_INTERPOLATION_METHOD_Linear = 0, BV_INTERPOLATION_METHOD_LogLinear = 1, BV_INTERPOLATION_METHOD_Cubic = 2, BV_INTERPOLATION_METHOD_LogCubic = 3,
  BV_INTERPOLATION_METHOD_CubicSpline = 4
}
 

Static Public Member Functions

static std::string toString (Enum value)
 

Detailed Description

Definition at line 6609 of file SMP.Enumerations.h.

Member Enumeration Documentation

enum Enum
Enumerator
BV_INTERPOLATION_METHOD_Linear 

Linear.

BV_INTERPOLATION_METHOD_LogLinear 

Log-Linear.

BV_INTERPOLATION_METHOD_Cubic 

Cubic.

BV_INTERPOLATION_METHOD_LogCubic 

Log-Cubic.

BV_INTERPOLATION_METHOD_CubicSpline 

Cubic Spline.

Definition at line 6611 of file SMP.Enumerations.h.

Member Function Documentation

static std::string toString ( Enum  value)
static

Provides string presentation.


The documentation for this struct was generated from the following file: