Opm::GridPropertyAccess::Details::EclPropImpl::GetProperty< double > Struct Template Reference

#include <CompressedPropertyAccess.hpp>

Static Public Member Functions

template<class PropertyContainer >
static std::shared_ptr
< GridProperty< double > > 
value (PropertyContainer &ecl, const std::string &kw)
 

Detailed Description

template<>
struct Opm::GridPropertyAccess::Details::EclPropImpl::GetProperty< double >

Specialization of property value retrieval for type double.

Member Function Documentation

template<class PropertyContainer >
std::shared_ptr< GridProperty< double > > Opm::GridPropertyAccess::Details::EclPropImpl::GetProperty< double >::value ( PropertyContainer &  ecl,
const std::string &  kw 
)
static

Property value retrieval implementation.

Template Parameters
PropertyContainerPointer type representing collection of (global) grid properties. Must implement method getDoubleGridProperty.
Parameters
[in]eclProperty container.
[in]kwECLIPSE property keyword.
Returns
Data values for property kw.

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