#923 Intersections : Added viz for extrusion direction by two points

This commit is contained in:
Magne Sjaastad
2016-10-18 14:25:31 +02:00
parent c3816acfbf
commit 522ae9998f
8 changed files with 175 additions and 28 deletions

View File

@@ -61,6 +61,10 @@ public:
cvf::ref<cvf::DrawableGeo> createLineAlongPolylineDrawable();
cvf::ref<cvf::DrawableGeo> createPointsFromPolylineDrawable();
cvf::ref<cvf::DrawableGeo> createLineAlongPolylineDrawable(const std::vector<std::vector<cvf::Vec3d> >& polyLines);
cvf::ref<cvf::DrawableGeo> createPointsFromPolylineDrawable(const std::vector<std::vector<cvf::Vec3d> >& polyLines);
// Mapping between cells and geometry
const std::vector<size_t>& triangleToCellIndex() const;
const std::vector<RivIntersectionVertexWeights>& triangleVxToCellCornerInterpolationWeights() const;