|
OpenZGY/C++ API and Internals (ALPHA)
Access seismic data stored in ZGY format.
|
#include <iltf2d.h>
Public Member Functions | |
| TiePoint () | |
| TiePoint (value_type a0, value_type a1, value_type b0, value_type b1) | |
Public Attributes | |
| value_type | a [2] |
| value_type | b [2] |
Type of this class. Tie-point definition.
| InternalZGY::ImplicitLinearTransform2d::TiePoint::TiePoint | ( | ) |
Coordinates in space B. Default constructor, initialize to all-zeroes.
| InternalZGY::ImplicitLinearTransform2d::TiePoint::TiePoint | ( | value_type | a0, |
| value_type | a1, | ||
| value_type | b0, | ||
| value_type | b1 | ||
| ) |
Construct from arguments.
| a0 | Coordinate in first dimension of space A. |
| a1 | Coordinate in second dimension of space A. |
| b0 | Coordinate in first dimension of space B. |
| b1 | Coordinate in second dimension of space B. |
| value_type InternalZGY::ImplicitLinearTransform2d::TiePoint::b[2] |
Coordinates in space A.
1.8.17