mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2437 Add fault-labels to 2d Intersection view
This commit is contained in:
@@ -28,7 +28,10 @@
|
||||
|
||||
#include "cafPdmPointer.h"
|
||||
|
||||
#include <QString>
|
||||
|
||||
#include <list>
|
||||
#include <vector>
|
||||
|
||||
namespace cvf
|
||||
{
|
||||
@@ -110,6 +113,7 @@ public:
|
||||
const cvf::ScalarMapper* mapper);
|
||||
private:
|
||||
void generatePartGeometry();
|
||||
void createFaultLabelParts(const std::vector<std::pair<QString, cvf::Vec3d> >& labelAndAnchors);
|
||||
void createPolyLineParts(bool useBufferObjects);
|
||||
void createExtrusionDirParts(bool useBufferObjects);
|
||||
|
||||
@@ -122,7 +126,10 @@ private:
|
||||
cvf::ref<cvf::Part> m_crossSectionFaces;
|
||||
cvf::ref<cvf::Part> m_crossSectionGridLines;
|
||||
cvf::ref<cvf::Part> m_crossSectionFaultGridLines;
|
||||
|
||||
cvf::ref<cvf::Part> m_faultMeshLabels;
|
||||
cvf::ref<cvf::Part> m_faultMeshLabelLines;
|
||||
|
||||
|
||||
cvf::ref<cvf::Vec2fArray> m_crossSectionFacesTextureCoords;
|
||||
|
||||
cvf::ref<cvf::Part> m_highlightLineAlongPolyline;
|
||||
|
||||
Reference in New Issue
Block a user