mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
NNC import started
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
#include "RifReaderInterface.h"
|
||||
|
||||
#include <QtGlobal>
|
||||
#include "RigNNCData.h"
|
||||
|
||||
class RigMainGrid : public RigGridBase
|
||||
{
|
||||
@@ -46,6 +47,8 @@ public:
|
||||
const RigGridBase* gridByIndex(size_t localGridIndex) const;
|
||||
RigGridBase* gridById(int localGridId);
|
||||
|
||||
RigNNCData* nncData();
|
||||
|
||||
void computeCachedData();
|
||||
|
||||
// Overrides
|
||||
@@ -65,6 +68,8 @@ private:
|
||||
cvf::Collection<RigLocalGrid> m_localGrids; ///< List of all the LGR's in this reservoir
|
||||
std::vector<size_t> m_gridIdToIndexMapping; ///< Mapping from LGR Id to index.
|
||||
|
||||
cvf::ref<RigNNCData> m_nncData;
|
||||
|
||||
cvf::Vec3d m_displayModelOffset;
|
||||
|
||||
bool m_flipXAxis;
|
||||
|
||||
Reference in New Issue
Block a user