Blender V2.61 - r43446
|
#include <subd_vert.h>
Public Member Functions | |
EdgeIterator (SubdEdge *e) | |
virtual void | advance () |
virtual bool | isDone () |
virtual SubdEdge * | current () |
Definition at line 74 of file subd_vert.h.
SubdVert::EdgeIterator::EdgeIterator | ( | SubdEdge * | e | ) | [inline] |
Definition at line 77 of file subd_vert.h.
virtual void SubdVert::EdgeIterator::advance | ( | ) | [inline, virtual] |
Definition at line 79 of file subd_vert.h.
References SubdEdge::next, NULL, and SubdEdge::pair.
virtual SubdEdge* SubdVert::EdgeIterator::current | ( | ) | [inline, virtual] |
Definition at line 87 of file subd_vert.h.
virtual bool SubdVert::EdgeIterator::isDone | ( | ) | [inline, virtual] |
Definition at line 86 of file subd_vert.h.
Referenced by SubdAccBuilder::computeBoundaryTangentStencils(), SubdAccBuilder::computeCornerStencil(), SubdAccBuilder::computeEdgeStencil(), SubdFaceRing::is_regular(), SubdMesh::link_boundary(), and SubdVert::valence().