OpendTect  6.6
ibmformat.h
Go to the documentation of this file.
1 #pragma once
2 
3 /*+
4 ________________________________________________________________________
5 
6  (C) dGB Beheer B.V.; (LICENSE) http://opendtect.org/OpendTect_license.txt
7  Author: A.H. Bril
8  Date: 10-5-1995
9  RCS: $Id$
10 ________________________________________________________________________
11 
12 -*/
13 
14 #include "generalmod.h"
15 #include "gendefs.h"
16 
22 {
23 public:
24 
25  static int asInt(const void*);
26  static short asShort(const void*);
27  static unsigned short asUnsignedShort(const void*);
28  static float asFloat(const void*);
29 
30  static void putInt(int,void*);
31  static void putShort(short,void*);
32  static void putUnsignedShort(unsigned short,void*);
33  static void putFloat(float,void*);
34 
35 };
36 
37 
mExpClass
#define mExpClass(module)
Definition: commondefs.h:177
IbmFormat::asShort
static short asShort(const void *)
IbmFormat::putFloat
static void putFloat(float, void *)
IbmFormat::asUnsignedShort
static unsigned short asUnsignedShort(const void *)
IbmFormat::asInt
static int asInt(const void *)
gendefs.h
IbmFormat::putShort
static void putShort(short, void *)
IbmFormat::putInt
static void putInt(int, void *)
IbmFormat::asFloat
static float asFloat(const void *)
IbmFormat::putUnsignedShort
static void putUnsignedShort(unsigned short, void *)
IbmFormat
IBM Format.
Definition: ibmformat.h:22

Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B.V. 1995-2021