Renamed class RimGeoMechResultSlot to RimGeoMechCellColors

This commit is contained in:
Pål Hagen
2015-06-25 12:03:02 +02:00
parent 5e050d3c38
commit 5eb673410e
12 changed files with 23 additions and 23 deletions

View File

@@ -32,7 +32,7 @@ namespace cvf
class Effect;
}
class RimGeoMechResultSlot;
class RimGeoMechCellColors;
class RigFemPart;
@@ -54,7 +54,7 @@ public:
cvf::ref<cvf::UByteArray> cellVisibility() { return m_cellVisibility;}
void updateCellColor(cvf::Color4f color);
void updateCellResultColor(size_t timeStepIndex, RimGeoMechResultSlot* cellResultSlot);
void updateCellResultColor(size_t timeStepIndex, RimGeoMechCellColors* cellResultSlot);
void appendPartsToModel(cvf::ModelBasicList* model);