mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#495) Removed use of StdInclude
This commit is contained in:
@@ -20,9 +20,14 @@
|
||||
|
||||
#include "RimEclipseWellCollection.h"
|
||||
|
||||
|
||||
#include "cvfCollection.h"
|
||||
|
||||
namespace cvf
|
||||
{
|
||||
class Transform;
|
||||
class ModelBasicList;
|
||||
}
|
||||
|
||||
class RimEclipseView;
|
||||
class RivWellPipesPartMgr;
|
||||
class RivWellHeadPartMgr;
|
||||
@@ -36,7 +41,7 @@ public:
|
||||
void clearGeometryCache();
|
||||
void scheduleGeometryRegen();
|
||||
|
||||
void setScaleTransform(cvf::Transform * scaleTransform);
|
||||
void setScaleTransform(cvf::Transform* scaleTransform);
|
||||
|
||||
void appendDynamicGeometryPartsToModel(cvf::ModelBasicList* model, size_t frameIndex);
|
||||
void updatePipeResultColor(size_t frameIndex);
|
||||
|
||||
Reference in New Issue
Block a user