UNIVERS  15.3
UNIVERS base processing software API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Public Attributes | List of all members
ZqSeismicView::Trace Struct Reference

#include <zq_seismic_view.hpp>

Public Member Functions

bool operator== (const Trace &tr) const
 
bool operator< (const Trace &tr) const
 
bool operator== (const Trace &tr) const
 
bool operator< (const Trace &tr) const
 

Public Attributes

int m_iIndex
 
int m_iTraceId
 
int m_iEnsIndex
 
int m_iPixCoord
 
double m_fPseudoCoord
 
double m_fNatCoord
 
double m_fEnsAmax
 

Detailed Description

Trace visibility properties after redrawing.

Member Function Documentation

bool ZqSeismicView::Trace::operator< ( const Trace tr) const
inline

For STL sort() algorithm.

bool ZqSeismicView::Trace::operator< ( const Trace tr) const
inline

For STL sort() algorithm.

bool ZqSeismicView::Trace::operator== ( const Trace tr) const
inline

For STL find() algorithm.

bool ZqSeismicView::Trace::operator== ( const Trace tr) const
inline

For STL find() algorithm.

Member Data Documentation

double ZqSeismicView::Trace::m_fEnsAmax

Maximum amplitude in ensemble.

double ZqSeismicView::Trace::m_fNatCoord
          Natural coordinate (the same for

all traces in ensemble).

double ZqSeismicView::Trace::m_fPseudoCoord

Pseudo coordinate (see ensembles).

int ZqSeismicView::Trace::m_iEnsIndex

Index in the ensemble.

int ZqSeismicView::Trace::m_iIndex

To refer item in m_vVisTrace

int ZqSeismicView::Trace::m_iPixCoord

Screen coordinate of trace placement.

int ZqSeismicView::Trace::m_iTraceId

Value returned by file()->traceId()


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