#942 Added plane Azi and Inc angles as result values.

This commit is contained in:
Jacob Støren
2016-11-01 12:04:56 +01:00
parent 67894ecef0
commit d2d9d43ca1
5 changed files with 162 additions and 14 deletions

View File

@@ -89,6 +89,11 @@ public:
int timeStepIdx,
const cvf::ScalarMapper* mapper);
static void calculatePlaneAngleTextureCoords(cvf::Vec2fArray* textureCoords,
const cvf::Vec3fArray* triangelVertices,
const RigFemResultAddress& resVarAddress,
const cvf::ScalarMapper* mapper);
cvf::ref<RivIntersectionHexGridInterface> createHexGridInterface();
private: