Log I/O
Loading...
Searching...
No Matches
LasRecord Class Referenceabstract

Common base class for all types of LAS records. More...

Inherited by LasCommentRecord, and LasParameterRecord.

Public Types

enum  RecordType { SECTION_TITLE , PARAMETER , DATA , COMMENT }
 The different record types. More...
 

Public Member Functions

RecordType GetRecordType ()
 Return type of this LAS record.
 

Protected Member Functions

 LasRecord (RecordType recordType)
 Create a new LAS record.
 

Detailed Description

Common base class for all types of LAS records.

Author
Petroware AS

Member Enumeration Documentation

◆ RecordType

enum RecordType

The different record types.

Enumerator
SECTION_TITLE 

Section title record.

PARAMETER 

Parameter record.

DATA 

Data record.

COMMENT 

Comment record.

Constructor & Destructor Documentation

◆ LasRecord()

LasRecord ( RecordType recordType)
protected

Create a new LAS record.

Parameters
recordTypeRecord type.

Member Function Documentation

◆ GetRecordType()

RecordType GetRecordType ( )

Return type of this LAS record.

Returns
Type of this LAS record.

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