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:
@@ -18,7 +18,6 @@
|
||||
//
|
||||
/////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "RiaStdInclude.h"
|
||||
#include "RivReservoirPartMgr.h"
|
||||
|
||||
#include "cvfStructGrid.h"
|
||||
|
||||
@@ -18,22 +18,22 @@
|
||||
//
|
||||
/////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "RiaStdInclude.h"
|
||||
|
||||
#include "RivReservoirPipesPartMgr.h"
|
||||
|
||||
#include "Rim3dOverlayInfoConfig.h"
|
||||
#include "RimCellEdgeColors.h"
|
||||
#include "RimCellRangeFilterCollection.h"
|
||||
#include "RimEclipseCellColors.h"
|
||||
#include "RimEclipsePropertyFilterCollection.h"
|
||||
#include "RimEclipseView.h"
|
||||
#include "RimEclipseWell.h"
|
||||
#include "RimEclipseWellCollection.h"
|
||||
#include "RivWellPipesPartMgr.h"
|
||||
#include "RivWellHeadPartMgr.h"
|
||||
#include "RimCellEdgeColors.h"
|
||||
|
||||
#include "cafPdmFieldCvfMat4d.h"
|
||||
#include "RivWellHeadPartMgr.h"
|
||||
#include "RivWellPipesPartMgr.h"
|
||||
|
||||
#include "cafPdmFieldCvfColor.h"
|
||||
#include "RimEclipseCellColors.h"
|
||||
#include "RimCellRangeFilterCollection.h"
|
||||
#include "RimEclipsePropertyFilterCollection.h"
|
||||
#include "Rim3dOverlayInfoConfig.h"
|
||||
#include "cafPdmFieldCvfMat4d.h"
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -18,8 +18,6 @@
|
||||
//
|
||||
/////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "RiaStdInclude.h"
|
||||
|
||||
#include "RivReservoirViewPartMgr.h"
|
||||
|
||||
#include "RigCaseCellResultsData.h"
|
||||
|
||||
Reference in New Issue
Block a user