(#266) Added geometry for grid box faces

Added legend lines and text
This commit is contained in:
Magne Sjaastad
2015-11-12 12:00:51 +01:00
parent 83d1c0c411
commit 7ff7f42adc
12 changed files with 955 additions and 19 deletions

View File

@@ -1,18 +1,17 @@
#include <stdlib.h>
#include "RivFemPartGeometryGenerator.h"
#include "cvfBase.h"
#include "RigFemPart.h"
//#include "RigFemPartScalarDataAccess.h"
#include "cvfBase.h"
#include "cvfArray.h"
#include "cvfDebugTimer.h"
#include "cvfGeometryBuilderDrawableGeo.h"
#include "cvfDrawableGeo.h"
#include "cvfOutlineEdgeExtractor.h"
#include "cvfPrimitiveSetIndexedUInt.h"
#include "cvfScalarMapper.h"
#include "cvfArray.h"
#include "cvfOutlineEdgeExtractor.h"
#include <stdlib.h>
#include <cmath>