Blender V2.61 - r43446
|
Public Attributes | |
CCGVert * | next |
CCGVertHDL | vHDL |
short | numEdges |
short | numFaces |
short | flags |
short | pad |
CCGEdge ** | edges |
CCGFace ** | faces |
Definition at line 257 of file CCGSubSurf.c.
Definition at line 263 of file CCGSubSurf.c.
Referenced by _vert_addEdge(), _vert_findEdgeTo(), _vert_free(), _vert_isBoundary(), _vert_new(), _vert_remEdge(), ccgSubSurf__calcSubdivLevel(), ccgSubSurf__sync(), ccgSubSurf_getVertEdge(), and ccgSubSurf_syncVert().
Definition at line 264 of file CCGSubSurf.c.
Referenced by _vert_addFace(), _vert_free(), _vert_new(), _vert_remFace(), ccgSubSurf__calcSubdivLevel(), ccgSubSurf__calcVertNormals(), ccgSubSurf__effectedFaceNeighbours(), ccgSubSurf__sync(), ccgSubSurf_getVertFace(), and ccgSubSurf_syncVert().
short _CCGVert::flags |
Definition at line 261 of file CCGSubSurf.c.
Referenced by _edge_unlinkMarkAndFree(), _vert_new(), ccgSubSurf__effectedFaceNeighbours(), ccgSubSurf__sync(), ccgSubSurf_syncVert(), and VERT_seam().
Definition at line 258 of file CCGSubSurf.c.
Referenced by ccgSubSurf__effectedFaceNeighbours(), ccgSubSurf__sync(), ccgSubSurf_syncVert(), and ccgSubSurf_syncVertDel().
short _CCGVert::numEdges |
Definition at line 261 of file CCGSubSurf.c.
Referenced by _vert_addEdge(), _vert_findEdgeTo(), _vert_isBoundary(), _vert_new(), _vert_remEdge(), ccgSubSurf__calcSubdivLevel(), ccgSubSurf__sync(), ccgSubSurf_getVertEdge(), ccgSubSurf_getVertNumEdges(), ccgSubSurf_syncVert(), and ccgSubSurf_syncVertDel().
short _CCGVert::numFaces |
Definition at line 261 of file CCGSubSurf.c.
Referenced by _vert_addFace(), _vert_new(), _vert_remFace(), ccgSubSurf__calcSubdivLevel(), ccgSubSurf__calcVertNormals(), ccgSubSurf__effectedFaceNeighbours(), ccgSubSurf__sync(), ccgSubSurf_getVertFace(), ccgSubSurf_getVertNumFaces(), ccgSubSurf_stitchFaces(), ccgSubSurf_syncVert(), and ccgSubSurf_syncVertDel().
short _CCGVert::pad |
Definition at line 261 of file CCGSubSurf.c.
Definition at line 259 of file CCGSubSurf.c.
Referenced by _vert_new(), ccgSubSurf_getVertVertHandle(), and ccgSubSurf_syncEdge().