|
MorphoGraphX
2.0-1-227
|
#include <Subdivide.hpp>
Inheritance diagram for mgx::Subdivide:Public Member Functions | |
| Subdivide () | |
| virtual | ~Subdivide () |
| virtual bool | updateCellData (cell, cell, cell) |
| Update data when a cell divides. More... | |
| virtual bool | updateEdgeData (vertex, vertex, vertex, double) |
| Update data when an edge is split. More... | |
Definition at line 25 of file Subdivide.hpp.
|
inline |
Definition at line 28 of file Subdivide.hpp.
|
inlinevirtual |
Definition at line 29 of file Subdivide.hpp.
Update data when a cell divides.
| c | Old cell |
| l | New cell left (direction is arbitrary) |
| r | New cell right |
| t | Adjacent cell on top |
| b | Adjacent cell on bottom |
Reimplemented in mgx::MeinhardtAI::Subdivide, and mgx::MGXSubdivide.
Definition at line 40 of file Subdivide.hpp.
Update data when an edge is split.
| l | Left vertex (direction is arbitrary) |
| r | Right vertex |
| v | New vertex |
| s | Position of insertion, (0-1) from left to right |
Reimplemented in mgx::PolarSurface::Subdivide, mgx::BezierSurface::Subdivide, mgx::HejnowiczSurface::Subdivide, and mgx::MGXSubdivide.
Definition at line 50 of file Subdivide.hpp.
1.8.17