|
MorphoGraphX
2.0-1-227
|
#include <PolarSurface.hpp>
Inheritance diagram for mgx::PolarSurface::Subdivide:Public Member Functions | |
| Subdivide (VertexAttr *vAttr, PolarSurface *surf) | |
Public Member Functions inherited from mgx::Subdivide | |
| Subdivide () | |
| virtual | ~Subdivide () |
| virtual bool | updateCellData (cell, cell, cell) |
| Update data when a cell divides. More... | |
Protected Member Functions | |
| virtual bool | updateEdgeData (vertex l, vertex v, vertex r, double s) |
| Update data when an edge is split. More... | |
Definition at line 59 of file PolarSurface.hpp.
|
inline |
Definition at line 62 of file PolarSurface.hpp.
|
protectedvirtual |
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 from mgx::Subdivide.
1.8.17