IODA Bundle
odc::MDI Class Reference

#include <MDI.h>

Static Public Member Functions

static double realMDI ()
 
static double integerMDI ()
 
static double bitfieldMDI ()
 We always use 0 as MDI of Bitfield columns. More...
 
static void realMDI (double v)
 
static void integerMDI (double v)
 

Static Private Attributes

static double realMDI_ = -2147483647
 
static double integerMDI_ = 2147483647
 

Detailed Description

Definition at line 19 of file MDI.h.

Member Function Documentation

◆ bitfieldMDI()

static double odc::MDI::bitfieldMDI ( )
inlinestatic

We always use 0 as MDI of Bitfield columns.

Definition at line 25 of file MDI.h.

Here is the caller graph for this function:

◆ integerMDI() [1/2]

static double odc::MDI::integerMDI ( )
inlinestatic

Definition at line 22 of file MDI.h.

Here is the caller graph for this function:

◆ integerMDI() [2/2]

static void odc::MDI::integerMDI ( double  v)
inlinestatic

Definition at line 28 of file MDI.h.

◆ realMDI() [1/2]

static double odc::MDI::realMDI ( )
inlinestatic

Definition at line 21 of file MDI.h.

Here is the caller graph for this function:

◆ realMDI() [2/2]

static void odc::MDI::realMDI ( double  v)
inlinestatic

Definition at line 27 of file MDI.h.

Member Data Documentation

◆ integerMDI_

double odc::MDI::integerMDI_ = 2147483647
staticprivate

Definition at line 32 of file MDI.h.

◆ realMDI_

double odc::MDI::realMDI_ = -2147483647
staticprivate

Definition at line 31 of file MDI.h.


The documentation for this class was generated from the following files: