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

SubdVert Class Reference

#include <subd_vert.h>

List of all members.

Classes

class  EdgeIterator
class  ReverseEdgeIterator

Public Member Functions

 SubdVert (int id_)
int valence ()
bool is_boundary ()
EdgeIterator edges ()
EdgeIterator edges (SubdEdge *edge)

Public Attributes

int id
float3 co
SubdEdgeedge
SubdVertnext
SubdVertprev

Detailed Description

Definition at line 39 of file subd_vert.h.


Constructor & Destructor Documentation

SubdVert::SubdVert ( int  id_) [inline]

Definition at line 49 of file subd_vert.h.

References co, edge, make_float3(), next, NULL, and prev.


Member Function Documentation

EdgeIterator SubdVert::edges ( ) [inline]
EdgeIterator SubdVert::edges ( SubdEdge edge) [inline]

Definition at line 115 of file subd_vert.h.

bool SubdVert::is_boundary ( ) [inline]
int SubdVert::valence ( ) [inline]

Member Data Documentation

Definition at line 42 of file subd_vert.h.

Referenced by SubdMesh::link_boundary().

Definition at line 46 of file subd_vert.h.

Referenced by SubdVert().

Definition at line 47 of file subd_vert.h.

Referenced by SubdVert().


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