OpendTect-6_4  6.4
Classes | Namespaces | Macros
posfilterset.h File Reference
Include dependency graph for posfilterset.h:

Go to the source code of this file.

Classes

class  Pos::FilterSet
 Set of Filters. Owns the Filters. More...
 
class  Pos::FilterSet3D
 3D FilterSet More...
 
class  Pos::FilterSet2D
 2D FilterSet More...
 

Namespaces

 Pos
 Position.
 

Macros

#define mSimpPosFilterSetDefFns(dim)
 

Macro Definition Documentation

#define mSimpPosFilterSetDefFns (   dim)
Value:
FilterSet##dim() {} \
FilterSet##dim( const FilterSet##dim& fs ) \
{ *this = fs; } \
FilterSet##dim& operator =( const FilterSet##dim& fs ) \
{ copyFrom(fs); return *this; } \
virtual Filter* clone() const { return new FilterSet##dim(*this); } \
virtual const char* type() const { return typeStr(); } \
virtual const char* factoryKeyword() const { return type(); } \
virtual bool includes( const Coord& c, float z=1e30 ) const \
{ return FilterSet::includes(c,z); } \
const char * factoryKeyword() const
FixedString Filter()
Definition: keystrs.h:67
A cartesian coordinate in 2D space.
Definition: coord.h:25

Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B. V. 2019