, including all inherited members.
| clear() | GfxPreview | [static] |
| draw_box(CubitBox &box, int color) | GfxPreview | [static] |
| draw_curve(Curve *curve, int color) | GfxPreview | [static] |
| draw_cylinder(const CubitVector &axis, const CubitVector &origin, CubitBox &bounding_box, float radius, int color) | GfxPreview | [static] |
| draw_frustum(const CubitVector axis, const CubitVector origin1, const CubitVector origin2, double dRad1, double dRad2, CubitBox &bounding_box, int color) | GfxPreview | [static] |
| draw_label(const char *label, float x, float y, float z, int color) | GfxPreview | [static] |
| draw_label(int label, float x, float y, float z, int color) | GfxPreview | [static] |
| draw_line(float x1, float y1, float z1, float x2, float y2, float z2, int color) | GfxPreview | [static] |
| draw_line(const CubitVector &x, const CubitVector &y, int color) | GfxPreview | [static] |
| draw_point(TBPoint *pt, int color) | GfxPreview | [static] |
| draw_point(float x, float y, float z, int color) | GfxPreview | [static] |
| draw_point(const CubitVector &vector, int color) | GfxPreview | [static] |
| draw_point(CubitVector *vector, int color) | GfxPreview | [static] |
| draw_polygon(const GPoint *points, int num_points, int color, int border_color, bool filled=true) | GfxPreview | [static] |
| draw_polygons(int num_points, const double *xyzs, int num_face_points, const int *face_list, int color, int mode) | GfxPreview | [static] |
| draw_polyline(const GPoint *points, int num_points, int color) | GfxPreview | [static] |
| draw_quad(const GPoint *points, int color) | GfxPreview | [static] |
| draw_ref_body(Body *entity, int color=CUBIT_DEFAULT_COLOR_INDEX, int mode=CUBIT_SMOOTH_SHADING) | GfxPreview | [static] |
| draw_ref_edge(RefEdge *entity, int color=CUBIT_DEFAULT_COLOR_INDEX) | GfxPreview | [static] |
| draw_ref_entity(RefEntity *entity, int color=CUBIT_DEFAULT_COLOR_INDEX, CubitTransformMatrix *trans_mat=0) | GfxPreview | [static] |
| draw_ref_face(RefFace *entity, int color=CUBIT_DEFAULT_COLOR_INDEX) | GfxPreview | [static] |
| draw_ref_face_edges(RefFace *entity, int color=CUBIT_DEFAULT_COLOR_INDEX) | GfxPreview | [static] |
| draw_ref_vertex(RefVertex *entity, int color=CUBIT_DEFAULT_COLOR_INDEX) | GfxPreview | [static] |
| draw_ref_volume(RefVolume *entity, int color=CUBIT_DEFAULT_COLOR_INDEX, int mode=CUBIT_SMOOTH_SHADING) | GfxPreview | [static] |
| draw_ref_volume_edges(RefVolume *entity, int color=CUBIT_DEFAULT_COLOR_INDEX) | GfxPreview | [static] |
| draw_surface(Surface *surf, int color) | GfxPreview | [static] |
| draw_surface_facets_shaded(Surface *surf, int color) | GfxPreview | [static] |
| draw_tri(const GPoint *points, int color) | GfxPreview | [static] |
| draw_vector(const GPoint *tail, const GPoint *head, int color) | GfxPreview | [static] |
| draw_vector(const CubitVector &tail, const CubitVector &head, int color) | GfxPreview | [static] |
| flush() | GfxPreview | [static] |
| GfxPreview() | GfxPreview | |
| mInstance | GfxPreview | [private, static] |
| p_clear()=0 | GfxPreview | [protected, pure virtual] |
| p_draw_box(CubitBox &box, int color)=0 | GfxPreview | [protected, pure virtual] |
| p_draw_cylinder(const CubitVector &axis, const CubitVector &origin, CubitBox &bounding_box, float radius, int color)=0 | GfxPreview | [protected, pure virtual] |
| p_draw_frustum(const CubitVector axis, const CubitVector origin1, const CubitVector origin2, double radius1, double radius2, CubitBox bounding_box, int color)=0 | GfxPreview | [protected, pure virtual] |
| p_draw_label(const char *, float, float, float, int)=0 | GfxPreview | [protected, pure virtual] |
| p_draw_label(int, float, float, float, int)=0 | GfxPreview | [protected, pure virtual] |
| p_draw_line(float, float, float, float, float, float, int)=0 | GfxPreview | [protected, pure virtual] |
| p_draw_line(const CubitVector &x, const CubitVector &y, int color)=0 | GfxPreview | [protected, pure virtual] |
| p_draw_point(float, float, float, int)=0 | GfxPreview | [protected, pure virtual] |
| p_draw_point(const CubitVector &vector, int color)=0 | GfxPreview | [protected, pure virtual] |
| p_draw_polygon(const GPoint *points, int num_points, int color, int border_color, bool filled)=0 | GfxPreview | [protected, pure virtual] |
| p_draw_polygons(int num_points, const double *xyzs, int num_face_points, const int *face_list, int color, int mode)=0 | GfxPreview | [protected, pure virtual] |
| p_draw_polyline(const GPoint *, int, int)=0 | GfxPreview | [protected, pure virtual] |
| p_draw_quad(const GPoint *, int)=0 | GfxPreview | [protected, pure virtual] |
| p_draw_ref_body(Body *entity, int color, int mode)=0 | GfxPreview | [protected, pure virtual] |
| p_draw_ref_edge(RefEdge *entity, int color)=0 | GfxPreview | [protected, pure virtual] |
| p_draw_ref_entity(RefEntity *entity, int color, CubitTransformMatrix *mat)=0 | GfxPreview | [protected, pure virtual] |
| p_draw_ref_face(RefFace *entity, int color)=0 | GfxPreview | [protected, pure virtual] |
| p_draw_ref_face_edges(RefFace *entity, int color)=0 | GfxPreview | [protected, pure virtual] |
| p_draw_ref_vertex(RefVertex *entity, int color)=0 | GfxPreview | [protected, pure virtual] |
| p_draw_ref_volume(RefVolume *entity, int color, int mode)=0 | GfxPreview | [protected, pure virtual] |
| p_draw_ref_volume_edges(RefVolume *entity, int color)=0 | GfxPreview | [protected, pure virtual] |
| p_draw_tri(const GPoint *, int)=0 | GfxPreview | [protected, pure virtual] |
| p_draw_vector(const CubitVector &, const CubitVector &, int)=0 | GfxPreview | [protected, pure virtual] |
| p_flush()=0 | GfxPreview | [protected, pure virtual] |
| ~GfxPreview() | GfxPreview | [virtual] |