Octave interface: Rebuilt the riSetActiveCellProperties command.

Accept the new arguments, refactored to new framework, improved error handling.
Still needs to support specified timesteps and Grid Coarsening
p4#: 21713
This commit is contained in:
Jacob Støren
2013-05-24 11:36:59 +02:00
parent 7ba9cef84b
commit 767c1d2409
5 changed files with 452 additions and 180 deletions

View File

@@ -74,17 +74,17 @@ private:
// Vars used for reading data from octave and adding them to the available results
ReadState m_readState;
//ReadState m_readState;
RiaSocketCommand* m_currentCommand;
quint64 m_timeStepCountToRead;
quint64 m_bytesPerTimeStepToRead;
size_t m_currentTimeStepToRead;
std::vector< std::vector<double> >*
m_scalarResultsToAdd;
RimCase* m_currentReservoir;
size_t m_currentScalarIndex;
QString m_currentPropertyName;
bool m_invalidActiveCellCountDetected;
//quint64 m_timeStepCountToRead;
//quint64 m_bytesPerTimeStepToRead;
//size_t m_currentTimeStepToRead;
//std::vector< std::vector<double> >*
// m_scalarResultsToAdd;
//RimCase* m_currentReservoir;
//size_t m_currentScalarIndex;
//QString m_currentPropertyName;
//bool m_invalidActiveCellCountDetected;
};