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

#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]
 

Detailed Description

Type of this class. Tie-point definition.

Constructor & Destructor Documentation

◆ TiePoint() [1/2]

InternalZGY::ImplicitLinearTransform2d::TiePoint::TiePoint ( )

Coordinates in space B. Default constructor, initialize to all-zeroes.

◆ TiePoint() [2/2]

InternalZGY::ImplicitLinearTransform2d::TiePoint::TiePoint ( value_type  a0,
value_type  a1,
value_type  b0,
value_type  b1 
)

Construct from arguments.

Parameters
a0Coordinate in first dimension of space A.
a1Coordinate in second dimension of space A.
b0Coordinate in first dimension of space B.
b1Coordinate in second dimension of space B.

Member Data Documentation

◆ b

value_type InternalZGY::ImplicitLinearTransform2d::TiePoint::b[2]

Coordinates in space A.


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