Blender V2.61 - r43446
|
Public Attributes | |
CCGEdge * | next |
CCGEdgeHDL | eHDL |
short | numFaces |
short | flags |
float | crease |
CCGVert * | v0 |
CCGVert * | v1 |
CCGFace ** | faces |
Definition at line 270 of file CCGSubSurf.c.
float _CCGEdge::crease |
Definition at line 275 of file CCGSubSurf.c.
Referenced by _edge_new(), ccgSubSurf_getEdgeCrease(), ccgSubSurf_syncEdge(), and EDGE_getSharpness().
Definition at line 272 of file CCGSubSurf.c.
Referenced by _edge_new(), and ccgSubSurf_getEdgeEdgeHandle().
Definition at line 278 of file CCGSubSurf.c.
Referenced by _edge_addFace(), _edge_free(), _edge_new(), _edge_remFace(), ccgSubSurf__calcSubdivLevel(), ccgSubSurf__calcVertNormals(), ccgSubSurf__effectedFaceNeighbours(), ccgSubSurf__sync(), and ccgSubSurf_getEdgeFace().
short _CCGEdge::flags |
Definition at line 274 of file CCGSubSurf.c.
Referenced by _edge_new(), ccgSubSurf__effectedFaceNeighbours(), and ccgSubSurf__sync().
Definition at line 271 of file CCGSubSurf.c.
Referenced by ccgSubSurf__effectedFaceNeighbours(), ccgSubSurf_syncEdge(), and ccgSubSurf_syncEdgeDel().
short _CCGEdge::numFaces |
Definition at line 274 of file CCGSubSurf.c.
Referenced by _edge_addFace(), _edge_isBoundary(), _edge_new(), _edge_remFace(), ccgSubSurf__calcSubdivLevel(), ccgSubSurf__calcVertNormals(), ccgSubSurf__effectedFaceNeighbours(), ccgSubSurf__sync(), ccgSubSurf_getEdgeFace(), ccgSubSurf_getEdgeNumFaces(), ccgSubSurf_stitchFaces(), and ccgSubSurf_syncEdgeDel().
Definition at line 277 of file CCGSubSurf.c.
Referenced by _edge_getCoVert(), _edge_getOtherVert(), _edge_new(), _edge_unlinkMarkAndFree(), _face_getIFCoEdge(), _vert_findEdgeTo(), ccgSubSurf__calcSubdivLevel(), ccgSubSurf__sync(), ccgSubSurf_getEdgeVert0(), ccgSubSurf_stitchFaces(), ccgSubSurf_syncEdge(), and ccgSubSurf_syncVert().
Definition at line 277 of file CCGSubSurf.c.
Referenced by _edge_getOtherVert(), _edge_new(), _edge_unlinkMarkAndFree(), _vert_findEdgeTo(), ccgSubSurf__calcSubdivLevel(), ccgSubSurf__sync(), ccgSubSurf_getEdgeVert1(), ccgSubSurf_stitchFaces(), ccgSubSurf_syncEdge(), and ccgSubSurf_syncVert().