Added maxIntensity method to Algorithm.
This commit is contained in:
parent
42dc914eec
commit
fd9039928b
3 changed files with 23 additions and 24 deletions
|
@ -102,6 +102,7 @@ public:
|
|||
inline bool operator==(const Algorithm &other) const { return isEqual(other); }
|
||||
inline operator Algorithm::Id() const { return m_id; }
|
||||
|
||||
int maxIntensity() const;
|
||||
rapidjson::Value toJSON() const;
|
||||
size_t memory() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue