#2094 Move annotation functions from updateGridBoxData to new function

This commit is contained in:
Rebecca Cox
2017-11-08 09:02:21 +01:00
parent 93a83cd756
commit de8b953360
7 changed files with 34 additions and 10 deletions

View File

@@ -463,7 +463,7 @@ size_t RivWellPathPartMgr::segmentIndexFromTriangleIndex(size_t triangleIndex)
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RivWellPathPartMgr::updateWellNameTextColor(cvf::Color3f color)
void RivWellPathPartMgr::updateWellLabelTextColor(cvf::Color3f color)
{
if (m_wellLabelPart.p())
{

View File

@@ -72,7 +72,7 @@ public:
size_t segmentIndexFromTriangleIndex(size_t triangleIndex);
void updateWellNameTextColor(cvf::Color3f color);
void updateWellLabelTextColor(cvf::Color3f color);
private:
void appendFishboneSubsPartsToModel(cvf::ModelBasicList* model,