mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
Merge branch 'fishbones' into pre-proto
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
|
||||
#include "cvfBase.h"
|
||||
#include "cvfArray.h"
|
||||
#include "cvfPart.h"
|
||||
#include "cvfColor3.h"
|
||||
#include "cvfVector3.h"
|
||||
|
||||
@@ -32,6 +33,8 @@ namespace cvf {
|
||||
class ScalarMapper;
|
||||
}
|
||||
|
||||
class RivObjectSourceInfo;
|
||||
|
||||
class RivPipeGeometryGenerator : public cvf::Object
|
||||
{
|
||||
public:
|
||||
@@ -63,6 +66,7 @@ public:
|
||||
size_t segmentIndexFromTriangleIndex(size_t triangleIndex) const;
|
||||
size_t pipeResultIndexFromTriangleIndex(size_t triangleIndex) const;
|
||||
|
||||
void cylinderWithCenterLineParts(cvf::Collection<cvf::Part>* destinationParts, const std::vector<cvf::Vec3d>& centerCoords, const cvf::Color3f& color, double radius);
|
||||
private:
|
||||
void clearComputedData();
|
||||
void updateFilteredPipeCenterCoords();
|
||||
|
||||
Reference in New Issue
Block a user