|
OpenZGY/C++ API and Internals (ALPHA)
Access seismic data stored in ZGY format.
|
#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 |
Map projection coordinate datatype. Represents one specific corner.
| InternalZGY::OrderedCornerPoints::Element::Element | ( | ) |
Map projection Y (Northing) coordinate. Default constructor, initializes all members to zero.
| InternalZGY::OrderedCornerPoints::Element::Element | ( | index_type | _i, |
| index_type | _j | ||
| ) |
Constructor. Initializes i and j from args, remaining members are set to zero.
| 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.
| annot_type InternalZGY::OrderedCornerPoints::Element::il |
Bulk-data index along second dimension.
| index_type InternalZGY::OrderedCornerPoints::Element::j |
Bulk-data index along first dimension.
| coord_type InternalZGY::OrderedCornerPoints::Element::x |
Crossline annotation index.
| annot_type InternalZGY::OrderedCornerPoints::Element::xl |
Inline annotation index.
| coord_type InternalZGY::OrderedCornerPoints::Element::y |
Map projection X (Easting) coordinate.
1.8.17