mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Janitor : Remove unused functions (#8128)
This commit is contained in:
@@ -44,13 +44,11 @@ public:
|
||||
|
||||
bool isPartEnabled( int partId ) const;
|
||||
|
||||
void setDisplacementsForPart( int partId, std::vector<cvf::Vec3f> displacements );
|
||||
const std::vector<cvf::Vec3f> displacements( int partId ) const;
|
||||
|
||||
void setCurrentDisplacementSettings( int currentTimeStep, bool showDisplacement, double scaleFactor );
|
||||
bool isDisplacementsUsed() const;
|
||||
int currentDisplacementTimeStep() const;
|
||||
double currentScaleFactor() const;
|
||||
void setCurrentDisplacementSettings( int currentTimeStep, bool showDisplacement, double scaleFactor );
|
||||
bool isDisplacementsUsed() const;
|
||||
int currentDisplacementTimeStep() const;
|
||||
|
||||
std::vector<RimGeoMechPart*> parts() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user