|
| static void | GetGLCV (const int dim, const int is_rat, const double *cv, double xform[4][4], GLfloat *glcv) |
| |
| void | ON_GL (const int order, const int cv_count, const double *knot, GLfloat *glknot, int bPermitScaling, double *scale) |
| |
| void | ON_GL (const ON_3dPoint &point) |
| |
| void | ON_GL (const ON_Brep &brep, GLUnurbsObj *nobj) |
| |
| void | ON_GL (const ON_BrepFace &face, GLUnurbsObj *nobj) |
| |
| void | ON_GL (const ON_Color &rc, double alpha, GLfloat c[4]) |
| |
| void | ON_GL (const ON_Color &rc, GLfloat c[4]) |
| |
| void | ON_GL (const ON_Curve &curve, GLUnurbsObj *nobj, GLenum type, double xform[][4]) |
| |
| void | ON_GL (const ON_Light &light, GLenum light_index) |
| |
| void | ON_GL (const ON_Light *light, GLenum light_index) |
| |
| void | ON_GL (const ON_Material &m) |
| |
| void | ON_GL (const ON_Material *pMat) |
| |
| void | ON_GL (const ON_Mesh &mesh) |
| |
| void | ON_GL (const ON_NurbsCurve &nurbs_curve, GLUnurbsObj *nobj, GLenum type, int bPermitKnotScaling, double *knot_scale, double xform[][4]) |
| |
| void | ON_GL (const ON_NurbsSurface &s, GLUnurbsObj *nobj, GLenum type, int bPermitKnotScaling, double *knot_scale0, double *knot_scale1) |
| |
| void | ON_GL (const ON_Point &point) |
| |
| void | ON_GL (const ON_PointCloud &cloud) |
| |
| void | ON_GL (const ON_Surface &surface, GLUnurbsObj *nobj) |
| |
| void | ON_GL (const ON_Viewport &viewport) |
| |
| void | ON_GL (int dim, int is_rat, int nurb_order, int cv_count, const double *knot_vector, int cv_stride, const double *cv, GLUnurbsObj *nobj, GLenum type, int bPermitKnotScaling, double *knot_scale, double xform[][4]) |
| |
| void | ON_GL (ON_Viewport &viewport, int port_left, int port_right, int port_bottom, int port_top) |
| |