mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
pre-proto - Some cleanup and adding function for getting access to one RigFractureData
This commit is contained in:
@@ -69,9 +69,14 @@ public:
|
||||
void setFractureData(const std::vector<RigFractureData>& data);
|
||||
const std::vector<RigFractureData>& fractureData() const; //Access frac data
|
||||
|
||||
RigFractureData* fractureData(size_t eclipseCellIndex);
|
||||
|
||||
std::vector<RigFractureData> m_fractureData;
|
||||
|
||||
private:
|
||||
std::vector<cvf::uint> m_triangleIndices;
|
||||
std::vector<cvf::Vec3f> m_nodeCoords;
|
||||
std::vector<RigFractureData> m_fractureData;
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user