Ignore:
Timestamp:
Jun 20, 2018, 8:20:43 AM (8 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
AutomationFragmentation_failures, Candidate_v1.6.1, Candidate_v1.7.0, ChemicalSpaceEvaluator, Exclude_Hydrogens_annealWithBondGraph, ForceAnnealing_with_BondGraph_contraction-expansion, StoppableMakroAction, stable
Children:
4b2adf
Parents:
559293
git-author:
Frederik Heber <frederik.heber@…> (09/13/17 17:20:35)
git-committer:
Frederik Heber <frederik.heber@…> (06/20/18 08:20:43)
Message:

MakroAction allows getting the internal ActionSequence's current step.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/MakroAction.cpp

    r559293 re3ce0e  
    8888}
    8989
     90unsigned int MakroAction::getLoop() const
     91{
     92  return actions.getLoop();
     93}
     94
     95unsigned int MakroAction::getStep() const
     96{
     97  return actions.getStep();
     98}
     99
    90100bool MakroAction::removeAction(const std::string &name)
    91101{
Note: See TracChangeset for help on using the changeset viewer.