OpenZGY/C++ API and Internals (ALPHA)
Access seismic data stored in ZGY format.
Public Member Functions | Public Attributes | List of all members
InternalZGY::OrderedCornerPoints::Element Struct Reference

#include <cornerpoints.h>

Public Member Functions

 Element ()
 
 Element (index_type _i, index_type _j)
 
 Element (index_type _i, index_type _j, annot_type _il, annot_type _xl, coord_type _x, coord_type _y)
 

Public Attributes

index_type i
 
index_type j
 
annot_type il
 
annot_type xl
 
coord_type x
 
coord_type y
 

Detailed Description

Map projection coordinate datatype. Represents one specific corner.

Constructor & Destructor Documentation

◆ Element() [1/3]

InternalZGY::OrderedCornerPoints::Element::Element ( )

Map projection Y (Northing) coordinate. Default constructor, initializes all members to zero.

◆ Element() [2/3]

InternalZGY::OrderedCornerPoints::Element::Element ( index_type  _i,
index_type  _j 
)

Constructor. Initializes i and j from args, remaining members are set to zero.

◆ Element() [3/3]

InternalZGY::OrderedCornerPoints::Element::Element ( index_type  _i,
index_type  _j,
annot_type  _il,
annot_type  _xl,
coord_type  _x,
coord_type  _y 
)

Constructor. Initializes all members from args.

Member Data Documentation

◆ il

annot_type InternalZGY::OrderedCornerPoints::Element::il

Bulk-data index along second dimension.

◆ j

index_type InternalZGY::OrderedCornerPoints::Element::j

Bulk-data index along first dimension.

◆ x

coord_type InternalZGY::OrderedCornerPoints::Element::x

Crossline annotation index.

◆ xl

annot_type InternalZGY::OrderedCornerPoints::Element::xl

Inline annotation index.

◆ y

coord_type InternalZGY::OrderedCornerPoints::Element::y

Map projection X (Easting) coordinate.


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