|
MorphoGraphX
2.0-1-227
|
#include <CellAtlas.hpp>
TODO
class CellAtlas_EXPORT SmoothCellBorder : public Process { public: SmoothCellBorder(const Process& proc) : Process(proc) { setName("Mesh/Test/Smooth Cell Border"); setDesc("TODO"); setIcon(QIcon(":/images/open.png"));
addParm("Point Dis","Point Dis","1.0"); }
bool run() { Mesh* m = currentMesh(); return run(m, parm("Point Dis").toDouble()); }
bool run(Mesh* m, double pointDis);
};
1.8.17