20 #ifndef OPM_WELL_TRAJ_INFO_HPP 21 #define OPM_WELL_TRAJ_INFO_HPP 23 #include <external/resinsight/LibGeometry/cvfBoundingBoxTree.h> 24 #include <external/resinsight/ReservoirDataModel/RigWellLogExtractor.h> 25 #include <external/resinsight/ReservoirDataModel/RigWellPath.h> 31 std::vector<external::WellPathCellIntersectionInfo> intersections;
32 external::cvf::ref<external::cvf::BoundingBoxTree> cellSearchTree;
33 external::cvf::ref<external::RigWellPath> wellPathGeometry;
38 #endif // OPM_WELL_TRAJ_INFO_HPP This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition: Exceptions.hpp:30
Definition: WellTrajInfo.hpp:29