MorphoGraphX  2.0-1-227
SmoothCellBorder Class Reference

#include <CellAtlas.hpp>

Detailed Description

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);

};


The documentation for this class was generated from the following file: