(#404) WIP - Quad to segment mapper to determine well path depth

This commit is contained in:
Pål Hagen
2015-09-10 14:03:59 +02:00
parent f8dc3b4b81
commit ea2bb226d5
6 changed files with 78 additions and 4 deletions
@@ -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;