mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Removed redundant call
This commit is contained in:
@@ -43,6 +43,20 @@ class RimFaultCollection;
|
||||
///
|
||||
//==================================================================================================
|
||||
|
||||
class RivTransmissibilityColorMapper
|
||||
{
|
||||
public:
|
||||
static void transmissibilitiesTextureCoordinates(cvf::Vec2fArray* textureCoords,
|
||||
const cvf::StructGridScalarDataAccess* dataAccessObjectTranX,
|
||||
const cvf::StructGridScalarDataAccess* dataAccessObjectTranY,
|
||||
const cvf::StructGridScalarDataAccess* dataAccessObjectTranZ,
|
||||
const cvf::ScalarMapper* mapper,
|
||||
const std::vector<cvf::StructGridInterface::FaceType>& m_quadsToFaceTypes,
|
||||
const std::vector<size_t>& m_quadsToGridCells
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
class RivGridPartMgr: public cvf::Object
|
||||
{
|
||||
public:
|
||||
@@ -59,9 +73,12 @@ public:
|
||||
|
||||
void appendPartsToModel(cvf::ModelBasicList* model);
|
||||
|
||||
void updateTransmissibilityCellResultColor(size_t timeStepIndex, RimResultSlot* cellResultSlot);
|
||||
|
||||
private:
|
||||
void generatePartGeometry(cvf::StructGridGeometryGenerator& geoBuilder, bool faultGeometry);
|
||||
|
||||
|
||||
|
||||
private:
|
||||
size_t m_gridIdx;
|
||||
|
||||
Reference in New Issue
Block a user