mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
(#404) WIP - Quad to segment mapper to determine well path depth
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
//class RivPipeQuadToSegmentMapper;
|
||||
|
||||
class RivPipeGeometryGenerator : public cvf::Object
|
||||
{
|
||||
public:
|
||||
@@ -70,6 +72,9 @@ private:
|
||||
// Map from generated cylinder segments to pipe result indices
|
||||
std::vector<size_t> m_filteredPipeSegmentToResult;
|
||||
|
||||
// TODO: implement
|
||||
//RivPipeQuadToSegmentMapper* m_quadToSegmentMapper;
|
||||
|
||||
double m_radius;
|
||||
double m_minimumBendAngle;
|
||||
double m_bendScalingFactor;
|
||||
|
||||
Reference in New Issue
Block a user