| 57 |
|
#include "selection/SelectionEvaluator.hpp" |
| 58 |
|
#include "selection/SelectionManager.hpp" |
| 59 |
|
#include "visitors/LipidTransVisitor.hpp" |
| 60 |
+ |
#include "visitors/AtomNameVisitor.hpp" |
| 61 |
|
|
| 62 |
|
using namespace oopse; |
| 63 |
|
|
| 125 |
|
WaterTypeVisitor* waterTypeVisitor = new WaterTypeVisitor; |
| 126 |
|
compositeVisitor->addVisitor(waterTypeVisitor, 600); |
| 127 |
|
} |
| 128 |
+ |
|
| 129 |
+ |
if (args_info.basetype_flag) { |
| 130 |
+ |
AtomNameVisitor* atomNameVisitor = new AtomNameVisitor(info); |
| 131 |
+ |
compositeVisitor->addVisitor(atomNameVisitor, 550); |
| 132 |
+ |
|
| 133 |
+ |
} |
| 134 |
|
|
| 135 |
|
//create ZconsVisitor |
| 136 |
|
if(args_info.zconstraint_flag){ |