Blender
V3.3
|
#include <CCGSubSurf_intern.h>
Public Attributes | |
CCGFace * | next |
CCGFaceHDL | fHDL |
short | numVerts |
short | flags |
int | osd_index |
Definition at line 125 of file CCGSubSurf_intern.h.
CCGFaceHDL CCGFace::fHDL |
Definition at line 127 of file CCGSubSurf_intern.h.
Referenced by _face_new(), and ccgSubSurf_getFaceFaceHandle().
short CCGFace::flags |
Definition at line 129 of file CCGSubSurf_intern.h.
Referenced by _face_new(), ccgSubSurf__effectedFaceNeighbors(), ccgSubSurf__sync_legacy(), ccgSubSurf_stitchFaces(), ccgSubSurf_updateLevels(), and ccgSubSurf_updateNormals().
CCGFace* CCGFace::next |
Definition at line 126 of file CCGSubSurf_intern.h.
Referenced by ccgSubSurf__allFaces(), ccgSubSurf_syncFace(), and ccgSubSurf_syncFaceDel().
short CCGFace::numVerts |
Definition at line 129 of file CCGSubSurf_intern.h.
Referenced by _face_new(), _face_unlinkMarkAndFree(), ccg_face_getEdgeIndex(), ccg_face_getIFCoEdge(), ccg_face_getVertIndex(), ccgSubSurf__calcSubdivLevel_interior_faces_edges_centerpoints_shift_cb(), ccgSubSurf__calcSubdivLevel_interior_faces_edges_midpoints_cb(), ccgSubSurf__calcSubdivLevel_verts_copydata_cb(), ccgSubSurf__calcVertNormals_faces_accumulate_cb(), ccgSubSurf__calcVertNormals_faces_finalize_cb(), ccgSubSurf__sync_legacy(), ccgSubSurf_getFaceEdge(), ccgSubSurf_getFaceEdgeIndex(), ccgSubSurf_getFaceNumVerts(), ccgSubSurf_getFaceUserData(), ccgSubSurf_getFaceVert(), ccgSubSurf_stitchFaces(), ccgSubSurf_syncFace(), ccgSubSurf_syncVert(), ccgSubSurf_updateFromFaces(), ccgSubSurf_updateToFaces(), and FACE_getEdges().
int CCGFace::osd_index |
Definition at line 130 of file CCGSubSurf_intern.h.