mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4068 System : Add forward declare
This commit is contained in:
parent
67a960dae5
commit
803e6cd2b4
@ -18,6 +18,8 @@
|
||||
|
||||
#include "RicApplyPropertyFilterAsCellResultFeature.h"
|
||||
|
||||
#include "RigFemResultAddress.h"
|
||||
|
||||
#include "RimEclipseCellColors.h"
|
||||
#include "RimEclipsePropertyFilter.h"
|
||||
#include "RimEclipseView.h"
|
||||
|
@ -20,6 +20,8 @@
|
||||
#include "RicGeoMechPropertyFilterFeatureImpl.h"
|
||||
#include "RicEclipsePropertyFilterFeatureImpl.h"
|
||||
|
||||
#include "RigFemResultAddress.h"
|
||||
|
||||
#include "RimGeoMechPropertyFilter.h"
|
||||
#include "RimGeoMechPropertyFilterCollection.h"
|
||||
#include "RimGeoMechView.h"
|
||||
|
@ -21,6 +21,8 @@
|
||||
#include "RiaApplication.h"
|
||||
#include "RiaSummaryTools.h"
|
||||
|
||||
#include "RigFemResultAddress.h"
|
||||
|
||||
#include "RicNewSummaryCurveFeature.h"
|
||||
#include "RicSelectSummaryPlotUI.h"
|
||||
#include "RicWellLogTools.h"
|
||||
|
@ -18,18 +18,17 @@
|
||||
/////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#pragma once
|
||||
#include "cvfObject.h"
|
||||
#include <string>
|
||||
#include <map>
|
||||
#include <vector>
|
||||
#include "RigFemResultPosEnum.h"
|
||||
#include "cvfCollection.h"
|
||||
|
||||
#include "RigFemPartResults.h"
|
||||
#include "RigFemResultAddress.h"
|
||||
#include "RigFemResultPosEnum.h"
|
||||
|
||||
#include "cvfObject.h"
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
class RifGeoMechReaderInterface;
|
||||
class RigFemPartCollection;
|
||||
class RigFemScalarResultFrames;
|
||||
class RigFemPartResultsCollection;
|
||||
class RifElementPropertyReader;
|
||||
|
||||
|
@ -18,12 +18,12 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "RigFemResultAddress.h"
|
||||
|
||||
#include "cafPdmObject.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
class RigFemResultAddress;
|
||||
|
||||
class RimFemResultObserver : public caf::PdmObject
|
||||
{
|
||||
CAF_PDM_HEADER_INIT;
|
||||
|
@ -24,7 +24,6 @@
|
||||
#include "cafPdmPointer.h"
|
||||
#include "cafAppEnum.h"
|
||||
#include "RigFemResultPosEnum.h"
|
||||
#include "RigFemResultAddress.h"
|
||||
#include "RimFemResultObserver.h"
|
||||
|
||||
class RimGeoMechView;
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include "RigEclipseCaseData.h"
|
||||
#include "RigMainGrid.h"
|
||||
#include "RigTimeHistoryResultAccessor.h"
|
||||
#include "RigFemResultAddress.h"
|
||||
|
||||
#include "RimEclipseCase.h"
|
||||
#include "RimEclipseCellColors.h"
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include "RiaApplication.h"
|
||||
|
||||
#include "RigMainGrid.h"
|
||||
#include "RigFemResultAddress.h"
|
||||
|
||||
#include "Rim3dView.h"
|
||||
#include "RimCase.h"
|
||||
|
Loading…
Reference in New Issue
Block a user