Opm::PosStruct Struct Reference

#include <vag.hpp>

Public Attributes

std::vector< int > pos
 
std::vector< int > value
 

Detailed Description

Struct to hold mapping from the natural numbers less than pos.size()-1 to a set of integers. value(pos(i):pos(i+1)-1) hold the integers corresponding to i. pos(end)-1==value.size();

Member Data Documentation

std::vector<int> Opm::PosStruct::pos
std::vector<int> Opm::PosStruct::value

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