#include <loopsubdiv.h>
Public Member Functions | |
SDEdge (SDVertex *v0=NULL, SDVertex *v1=NULL) | |
bool | operator< (const SDEdge &e2) const |
Public Attributes | |
SDVertex * | v [2] |
SDFace * | f [2] |
int | f0edgeNum |
Definition at line 102 of file loopsubdiv.h.
Definition at line 104 of file loopsubdiv.h.
References f, f0edgeNum, cimg_library::cimg::max(), cimg_library::cimg::min(), and v.
bool lux::SDEdge::operator< | ( | const SDEdge & | e2 | ) | const [inline] |
Definition at line 111 of file loopsubdiv.h.
References v.
SDFace* lux::SDEdge::f[2] |
Definition at line 116 of file loopsubdiv.h.
Referenced by lux::LoopSubdiv::LoopSubdiv(), and SDEdge().
Definition at line 117 of file loopsubdiv.h.
Referenced by lux::LoopSubdiv::LoopSubdiv(), and SDEdge().
Definition at line 115 of file loopsubdiv.h.
Referenced by operator<(), lux::LoopSubdiv::Refine(), and SDEdge().