EclipseIOUtil.hpp File Reference
#include <vector>
#include <string>
#include <iostream>
Include dependency graph for EclipseIOUtil.hpp:

Go to the source code of this file.

Namespaces

namespace  Opm
 
namespace  Opm::EclipseIOUtil
 

Functions

template<typename T >
void Opm::EclipseIOUtil::addToStripedData (const std::vector< T > &data, std::vector< T > &result, size_t offset, size_t stride)
 
template<typename T >
void Opm::EclipseIOUtil::extractFromStripedData (const std::vector< T > &data, std::vector< T > &result, size_t offset, size_t stride)