#1471 Completions visualization

This commit is contained in:
Bjørnar Grip Fjær
2017-05-10 17:10:23 +02:00
parent 15bac1b050
commit b81150829a
6 changed files with 87 additions and 47 deletions

View File

@@ -23,12 +23,15 @@
#include "cvfBase.h"
#include "cvfObject.h"
#include "cvfArray.h"
#include "cvfPart.h"
namespace cvf {
class DrawableGeo;
class ScalarMapper;
}
class RivObjectSourceInfo;
class RivPipeGeometryGenerator : public cvf::Object
{
public:
@@ -59,6 +62,7 @@ public:
void setFirstSegmentIndex(size_t segmentIndex);
size_t segmentIndexFromTriangleIndex(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();