mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Made internal enum private
This commit is contained in:
parent
919f2b61f3
commit
09152ad363
@ -35,11 +35,6 @@ namespace cvf
|
||||
class RivGeoMechVizLogic : public cvf::Object
|
||||
{
|
||||
public:
|
||||
enum GeometryType
|
||||
{
|
||||
ALL_CELLS,
|
||||
RANGE_FILTERED
|
||||
};
|
||||
|
||||
RivGeoMechVizLogic(RimGeoMechView * geomView);
|
||||
virtual ~RivGeoMechVizLogic();
|
||||
@ -50,7 +45,12 @@ public:
|
||||
void updateStaticCellColors();
|
||||
void scheduleGeometryRegen(unsigned short geometryType);
|
||||
private:
|
||||
|
||||
enum GeometryType
|
||||
{
|
||||
ALL_CELLS,
|
||||
RANGE_FILTERED
|
||||
};
|
||||
|
||||
RivGeoMechPartMgrCache::Key currentPartMgrKey();
|
||||
cvf::ref<RivGeoMechPartMgrCache> m_partMgrCache;
|
||||
RimGeoMechView* m_geomechView;
|
||||
|
Loading…
Reference in New Issue
Block a user