Blender V2.61 - r43446
Public Member Functions | Public Attributes

SubdEdge Class Reference

#include <subd_edge.h>

List of all members.

Public Member Functions

 SubdEdge (int id_)
SubdVertfrom ()
SubdVertto ()
bool is_boundary ()

Public Attributes

int id
SubdEdgenext
SubdEdgeprev
SubdEdgepair
SubdVertvert
SubdFaceface

Detailed Description

Definition at line 38 of file subd_edge.h.


Constructor & Destructor Documentation

SubdEdge::SubdEdge ( int  id_) [inline]

Definition at line 49 of file subd_edge.h.

References face, next, NULL, pair, prev, and vert.


Member Function Documentation

SubdVert* SubdEdge::from ( ) [inline]
bool SubdEdge::is_boundary ( ) [inline]

Definition at line 64 of file subd_edge.h.

References face, and pair.

Referenced by SubdAccBuilder::computeInteriorStencil(), and SubdFaceRing::is_regular().

SubdVert* SubdEdge::to ( ) [inline]

Member Data Documentation

Definition at line 41 of file subd_edge.h.

Referenced by SubdMesh::add_edge(), and SubdMesh::link_boundary().


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