

Go to the source code of this file.
Defines | |
| #define | OPENNURBS_GL_INC_ |
Functions | |
| void | ON_GL (const ON_Point &) |
| void | ON_GL (const ON_PointCloud &) |
| void | ON_GL (const ON_Mesh &) |
| void | ON_GL (const ON_Brep &, GLUnurbsObj *) |
| void | ON_GL (const ON_3dPoint &) |
| void | ON_GL (const ON_Curve &, GLUnurbsObj *, GLenum=0, double[][4]=NULL) |
| void | ON_GL (const ON_Surface &, GLUnurbsObj *) |
| void | ON_GL (const ON_NurbsCurve &, GLUnurbsObj *, GLenum=0, int=1, double *=NULL, double[][4]=NULL) |
| void | ON_GL (int, int, int, int, const double *, int, const double *, GLUnurbsObj *, GLenum=0, int=1, double *=NULL, double[][4]=NULL) |
| void | ON_GL (const ON_NurbsSurface &, GLUnurbsObj *, GLenum=0, int=1, double *=NULL, double *=NULL) |
| void | ON_GL (const ON_BrepFace &, GLUnurbsObj *) |
| void | ON_GL (const ON_Color &, GLfloat[4]) |
| void | ON_GL (const ON_Color &, double, GLfloat[4]) |
| void | ON_GL (const ON_Material &) |
| void | ON_GL (const ON_Material *) |
| void | ON_GL (const ON_Light *, GLenum) |
| void | ON_GL (const ON_Light &, GLenum) |
| void | ON_GL (ON_Viewport &, int, int, int, int) |
| void | ON_GL (const ON_Viewport &) |
| void | ON_GL (const int, const int, const double *, GLfloat *, int=0, double *=NULL) |
| #define OPENNURBS_GL_INC_ |
Definition at line 57 of file opennurbs_gl.h.
Definition at line 547 of file opennurbs_gl.cpp.
| void ON_GL | ( | const ON_PointCloud & | ) |
Definition at line 556 of file opennurbs_gl.cpp.
Definition at line 441 of file opennurbs_gl.cpp.
Definition at line 344 of file opennurbs_gl.cpp.
| void ON_GL | ( | const ON_3dPoint & | ) |
Definition at line 540 of file opennurbs_gl.cpp.
Definition at line 141 of file opennurbs_gl.cpp.
| void ON_GL | ( | const ON_Surface & | , |
| GLUnurbsObj * | |||
| ) |
Definition at line 739 of file opennurbs_gl.cpp.
| void ON_GL | ( | const ON_NurbsCurve & | , |
| GLUnurbsObj * | , | ||
| GLenum | = 0, |
||
| int | = 1, |
||
| double * | = NULL, |
||
| double | [][4] = NULL |
||
| ) |
Definition at line 118 of file opennurbs_gl.cpp.
| void ON_GL | ( | int | , |
| int | , | ||
| int | , | ||
| int | , | ||
| const double * | , | ||
| int | , | ||
| const double * | , | ||
| GLUnurbsObj * | , | ||
| GLenum | = 0, |
||
| int | = 1, |
||
| double * | = NULL, |
||
| double | [][4] = NULL |
||
| ) |
Definition at line 188 of file opennurbs_gl.cpp.
| void ON_GL | ( | const ON_NurbsSurface & | , |
| GLUnurbsObj * | , | ||
| GLenum | = 0, |
||
| int | = 1, |
||
| double * | = NULL, |
||
| double * | = NULL |
||
| ) |
Definition at line 274 of file opennurbs_gl.cpp.
| void ON_GL | ( | const ON_BrepFace & | , |
| GLUnurbsObj * | |||
| ) |
Definition at line 358 of file opennurbs_gl.cpp.
Definition at line 580 of file opennurbs_gl.cpp.
Definition at line 572 of file opennurbs_gl.cpp.
| void ON_GL | ( | const ON_Material & | ) |
Definition at line 567 of file opennurbs_gl.cpp.
| void ON_GL | ( | const ON_Material * | ) |
Definition at line 589 of file opennurbs_gl.cpp.
Definition at line 615 of file opennurbs_gl.cpp.
Definition at line 625 of file opennurbs_gl.cpp.
| void ON_GL | ( | ON_Viewport & | , |
| int | , | ||
| int | , | ||
| int | , | ||
| int | |||
| ) |
Definition at line 690 of file opennurbs_gl.cpp.
| void ON_GL | ( | const ON_Viewport & | ) |
Definition at line 723 of file opennurbs_gl.cpp.
| void ON_GL | ( | const int | , |
| const int | , | ||
| const double * | , | ||
| GLfloat * | , | ||
| int | = 0, |
||
| double * | = NULL |
||
| ) |
Definition at line 20 of file opennurbs_gl.cpp.