UNIVERS
15.3
UNIVERS base processing software API
|
migration-cell structure More...
#include <u3d_migr_defines.hpp>
Public Attributes | |
float | f |
float | az |
double | t |
MigrInnerCell * | next |
float | st_f |
float | st_az |
unsigned short | recId |
double | f |
migration-cell structure
Migration-cell inner structure. Contains information about the ray, which had passed that cell
contains information about the ray, which had passed that cell
float MigrInnerCell::az |
in-ray azimuth
float MigrInnerCell::f |
in-ray angle
double MigrInnerCell::f |
in-ray angle
MigrInnerCell * MigrInnerCell::next |
pointer to another migration-cell structure (for double-path cases)
unsigned short MigrInnerCell::recId |
Id of the receiver, from which this cell was shooted
float MigrInnerCell::st_az |
start azimuth ot the ray
float MigrInnerCell::st_f |
start angle of the ray
double MigrInnerCell::t |
in-ray path time (from shot point up to cell)