#include <sg/sg_base.h>
#include <sg/ogl.h>
#include <sg/oglps.h>
Go to the source code of this file.
Classes | |
struct | sVgl |
Class Vgl: Definition. More... | |
Typedefs | |
typedef struct sVgl | Vgl |
Declaraction of the Vgl class as the Vgl structure. | |
Functions | |
int | Vgl_capability (void) |
the Vgl class | |
Vgl * | Vgl_ctor (int mode, char *socktype, char *dataform, char *hostname, char *filename, int xsize, int ysize, int xpos, int ypos, int(*buildDisplayLists)(Vgl *thee)) |
the Vgl class | |
void | Vgl_dtor (Vgl **thee) |
MIKE-FIX. | |
void | Vgl_putl (Vgl *thee, int ncolor, float red[], float green[], float blue[]) |
MIKE-FIX. | |
void | Vgl_list (Vgl *thee, int dlist, int show) |
MIKE-FIX. | |
void | Vgl_line (Vgl *thee, float x[], float y[], float z[], int np, int icolor, float color[]) |
MIKE-FIX. | |
void | Vgl_fill (Vgl *thee, float x[], float y[], float z[], int np, int icolor, float color[]) |
MIKE-FIX. | |
void | Vgl_text (Vgl *thee, float x[], float y[], float z[], char line[], int icolor, float color[]) |
MIKE-FIX. | |
void | Vgl_pont (Vgl *thee, float x[], float y[], float z[], int np, int icolor, float color[], int itype, float radius) |
MIKE-FIX. |
* * SG = < Socket Graphics > * Copyright (C) 1994--2008 Michael Holst * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *