Public Member Functions | |
BREP_Edge * | AddEdge (void *edgeid, HC_KEY edgekey) |
BREP_Face * | AddFace (HC_KEY facekey) |
HC_KEY | AddVertex (void *vertexid, HPoint vpos) |
BREP_Edge * | FindEdge (void *edgeid) |
HC_KEY | FindVertex (void *vertexid) |
BREP_Face * | GetCurrentFace () |
BREP_Face * | GetFace (HC_KEY facekey) |
Public Attributes | |
BREP_Face * | m_CurrentFace |
struct vhash_s * | m_EdgeHash |
struct vhash_s * | m_FaceHash |
struct vhash_s * | m_VertexHash |