mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Improve layout in header file
This commit is contained in:
@@ -52,30 +52,42 @@ public:
|
|||||||
explicit RivWellPathPartMgr(RimWellPath* wellPath);
|
explicit RivWellPathPartMgr(RimWellPath* wellPath);
|
||||||
~RivWellPathPartMgr();
|
~RivWellPathPartMgr();
|
||||||
|
|
||||||
void scheduleGeometryRegen();
|
void scheduleGeometryRegen();
|
||||||
|
|
||||||
void appendStaticGeometryPartsToModel(cvf::ModelBasicList* model,
|
void appendStaticGeometryPartsToModel(cvf::ModelBasicList* model,
|
||||||
double characteristicCellSize,
|
double characteristicCellSize,
|
||||||
const cvf::BoundingBox& wellPathClipBoundingBox,
|
const cvf::BoundingBox& wellPathClipBoundingBox,
|
||||||
const caf::DisplayCoordTransform* displayCoordTransform);
|
const caf::DisplayCoordTransform* displayCoordTransform);
|
||||||
|
|
||||||
void appendDynamicGeometryPartsToModel(cvf::ModelBasicList* model,
|
void appendDynamicGeometryPartsToModel(cvf::ModelBasicList* model,
|
||||||
const QDateTime& timeStamp,
|
const QDateTime& timeStamp,
|
||||||
double characteristicCellSize,
|
double characteristicCellSize,
|
||||||
const cvf::BoundingBox& wellPathClipBoundingBox,
|
const cvf::BoundingBox& wellPathClipBoundingBox,
|
||||||
const caf::DisplayCoordTransform* displayCoordTransform);
|
const caf::DisplayCoordTransform* displayCoordTransform);
|
||||||
|
|
||||||
size_t segmentIndexFromTriangleIndex(size_t triangleIndex);
|
size_t segmentIndexFromTriangleIndex(size_t triangleIndex);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void appendFishbonesPartsToModel(cvf::ModelBasicList* model, const caf::DisplayCoordTransform* displayCoordTransform, double characteristicCellSize);
|
void appendFishbonesPartsToModel(cvf::ModelBasicList* model,
|
||||||
void appendCompletionsToModel(cvf::ModelBasicList* model, const caf::DisplayCoordTransform* displayCoordTransform, double characteristicCellSize);
|
const caf::DisplayCoordTransform* displayCoordTransform,
|
||||||
void appendPerforationsToModel(const QDateTime& currentViewDate, cvf::ModelBasicList* model, const caf::DisplayCoordTransform* displayCoordTransform, double characteristicCellSize);
|
double characteristicCellSize);
|
||||||
|
|
||||||
void buildWellPathParts(const caf::DisplayCoordTransform* displayCoordTransform, double characteristicCellSize, const cvf::BoundingBox& wellPathClipBoundingBox);
|
void appendCompletionsToModel(cvf::ModelBasicList* model,
|
||||||
void clearAllBranchData();
|
const caf::DisplayCoordTransform* displayCoordTransform,
|
||||||
inline RimWellPathCollection* wellPathCollection();
|
double characteristicCellSize);
|
||||||
inline double wellPathRadius(double characteristicCellSize, RimWellPathCollection* wellPathCollection);
|
|
||||||
|
void appendPerforationsToModel(const QDateTime& currentViewDate,
|
||||||
|
cvf::ModelBasicList* model,
|
||||||
|
const caf::DisplayCoordTransform* displayCoordTransform,
|
||||||
|
double characteristicCellSize);
|
||||||
|
|
||||||
|
void buildWellPathParts(const caf::DisplayCoordTransform* displayCoordTransform,
|
||||||
|
double characteristicCellSize,
|
||||||
|
const cvf::BoundingBox& wellPathClipBoundingBox);
|
||||||
|
|
||||||
|
void clearAllBranchData();
|
||||||
|
inline RimWellPathCollection* wellPathCollection();
|
||||||
|
inline double wellPathRadius(double characteristicCellSize, RimWellPathCollection* wellPathCollection);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
caf::PdmPointer<RimWellPath> m_rimWellPath;
|
caf::PdmPointer<RimWellPath> m_rimWellPath;
|
||||||
|
|||||||
Reference in New Issue
Block a user