Skip to content
Snippets Groups Projects
Commit e2f36c4e authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

switch license to standard gmsh license
parent e745fca3
No related branches found
No related tags found
No related merge requests found
#ifndef _PIXEL_BUFFER_H_ #ifndef _PIXEL_BUFFER_H_
#define _PIXEL_BUFFER_H_ #define _PIXEL_BUFFER_H_
/*
* Copyright (C) 1999-2006 Christophe Geuzaine <geuz@geuz.org> // Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
* //
* This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or modify
* modify it under the terms of either: // it under the terms of the GNU General Public License as published by
* // the Free Software Foundation; either version 2 of the License, or
* a) the GNU Library General Public License as published by the Free // (at your option) any later version.
* Software Foundation, either version 2 of the License, or (at your //
* option) any later version; or // This program is distributed in the hope that it will be useful,
* // but WITHOUT ANY WARRANTY; without even the implied warranty of
* b) the GL2PS License as published by Christophe Geuzaine, either // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* version 2 of the License, or (at your option) any later version. // GNU General Public License for more details.
* //
* This program is distributed in the hope that it will be useful, but // You should have received a copy of the GNU General Public License
* WITHOUT ANY WARRANTY; without even the implied warranty of // along with this program; if not, write to the Free Software
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See either // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* the GNU Library General Public License or the GL2PS License for // USA.
* more details. //
* // Please report all bugs and problems to <gmsh@geuz.org>.
* You should have received a copy of the GNU Library General Public
* License along with this library in the file named "COPYING.LGPL";
* if not, write to the Free Software Foundation, Inc., 675 Mass Ave,
* Cambridge, MA 02139, USA.
*
* You should have received a copy of the GL2PS License with this
* library in the file named "COPYING.GL2PS"; if not, I will be glad
* to provide one.
*/
#include "Gmsh.h" #include "Gmsh.h"
#include "GmshUI.h" #include "GmshUI.h"
... ...
......
#ifndef _SELECT_BUFFER_H_ #ifndef _SELECT_BUFFER_H_
#define _SELECT_BUFFER_H_ #define _SELECT_BUFFER_H_
/*
* Copyright (C) 1999-2006 Christophe Geuzaine <geuz@geuz.org> // Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
* //
* This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or modify
* modify it under the terms of either: // it under the terms of the GNU General Public License as published by
* // the Free Software Foundation; either version 2 of the License, or
* a) the GNU Library General Public License as published by the Free // (at your option) any later version.
* Software Foundation, either version 2 of the License, or (at your //
* option) any later version; or // This program is distributed in the hope that it will be useful,
* // but WITHOUT ANY WARRANTY; without even the implied warranty of
* b) the GL2PS License as published by Christophe Geuzaine, either // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* version 2 of the License, or (at your option) any later version. // GNU General Public License for more details.
* //
* This program is distributed in the hope that it will be useful, but // You should have received a copy of the GNU General Public License
* WITHOUT ANY WARRANTY; without even the implied warranty of // along with this program; if not, write to the Free Software
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See either // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* the GNU Library General Public License or the GL2PS License for // USA.
* more details. //
* // Please report all bugs and problems to <gmsh@geuz.org>.
* You should have received a copy of the GNU Library General Public
* License along with this library in the file named "COPYING.LGPL";
* if not, write to the Free Software Foundation, Inc., 675 Mass Ave,
* Cambridge, MA 02139, USA.
*
* You should have received a copy of the GL2PS License with this
* library in the file named "COPYING.GL2PS"; if not, I will be glad
* to provide one.
*/
#include <vector> #include <vector>
#include "GVertex.h" #include "GVertex.h"
... ...
......
/* $Id: gl2gif.cpp,v 1.22 2006-05-17 01:19:06 geuzaine Exp $ */ // $Id: gl2gif.cpp,v 1.23 2006-12-04 03:27:31 geuzaine Exp $
/* //
* GL2GIF, an OpenGL to GIF Printing Library // Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
* Copyright (C) 1999-2003 Christophe Geuzaine <geuz@geuz.org> //
* // This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or // it under the terms of the GNU General Public License as published by
* modify it under the terms of either: // the Free Software Foundation; either version 2 of the License, or
* // (at your option) any later version.
* a) the GNU Library General Public License as published by the Free //
* Software Foundation, either version 2 of the License, or (at your // This program is distributed in the hope that it will be useful,
* option) any later version; or // but WITHOUT ANY WARRANTY; without even the implied warranty of
* // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* b) the GL2PS License as published by Christophe Geuzaine, either // GNU General Public License for more details.
* version 2 of the License, or (at your option) any later version. //
* // You should have received a copy of the GNU General Public License
* This program is distributed in the hope that it will be useful, but // along with this program; if not, write to the Free Software
* WITHOUT ANY WARRANTY; without even the implied warranty of // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See either // USA.
* the GNU Library General Public License or the GL2PS License for //
* more details. // Please report all bugs and problems to <gmsh@geuz.org>.
*
* You should have received a copy of the GNU Library General Public
* License along with this library in the file named "COPYING.LGPL";
* if not, write to the Free Software Foundation, Inc., 675 Mass Ave,
* Cambridge, MA 02139, USA.
*
* You should have received a copy of the GL2PS License with this
* library in the file named "COPYING.GL2PS"; if not, I will be glad
* to provide one.
*/
/* /*
* Warning: This code is really a dirty hack. It SHOULD be cleaned * Warning: This code is really a dirty hack. It SHOULD be cleaned
... ...
......
#ifndef _GL2GIF_H_ #ifndef _GL2GIF_H_
#define _GL2GIF_H_ #define _GL2GIF_H_
/* // Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
* GL2GIF, an OpenGL to GIF Printing Library //
* Copyright (C) 1999-2003 Christophe Geuzaine <geuz@geuz.org> // This program is free software; you can redistribute it and/or modify
* // it under the terms of the GNU General Public License as published by
* This program is free software; you can redistribute it and/or // the Free Software Foundation; either version 2 of the License, or
* modify it under the terms of either: // (at your option) any later version.
* //
* a) the GNU Library General Public License as published by the Free // This program is distributed in the hope that it will be useful,
* Software Foundation, either version 2 of the License, or (at your // but WITHOUT ANY WARRANTY; without even the implied warranty of
* option) any later version; or // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* // GNU General Public License for more details.
* b) the GL2PS License as published by Christophe Geuzaine, either //
* version 2 of the License, or (at your option) any later version. // You should have received a copy of the GNU General Public License
* // along with this program; if not, write to the Free Software
* This program is distributed in the hope that it will be useful, but // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* WITHOUT ANY WARRANTY; without even the implied warranty of // USA.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See either //
* the GNU Library General Public License or the GL2PS License for // Please report all bugs and problems to <gmsh@geuz.org>.
* more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library in the file named "COPYING.LGPL";
* if not, write to the Free Software Foundation, Inc., 675 Mass Ave,
* Cambridge, MA 02139, USA.
*
* You should have received a copy of the GL2PS License with this
* library in the file named "COPYING.GL2PS"; if not, I will be glad
* to provide one.
*/
#include <stdio.h> #include <stdio.h>
#include "PixelBuffer.h" #include "PixelBuffer.h"
... ...
......
/* $Id: gl2jpeg.cpp,v 1.27 2006-05-17 01:19:06 geuzaine Exp $ */ // $Id: gl2jpeg.cpp,v 1.28 2006-12-04 03:27:31 geuzaine Exp $
/* //
* GL2JPEG, an OpenGL to JPEG Printing Library // Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
* Copyright (C) 1999-2003 Christophe Geuzaine <geuz@geuz.org> //
* // This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or // it under the terms of the GNU General Public License as published by
* modify it under the terms of either: // the Free Software Foundation; either version 2 of the License, or
* // (at your option) any later version.
* a) the GNU Library General Public License as published by the Free //
* Software Foundation, either version 2 of the License, or (at your // This program is distributed in the hope that it will be useful,
* option) any later version; or // but WITHOUT ANY WARRANTY; without even the implied warranty of
* // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* b) the GL2PS License as published by Christophe Geuzaine, either // GNU General Public License for more details.
* version 2 of the License, or (at your option) any later version. //
* // You should have received a copy of the GNU General Public License
* This program is distributed in the hope that it will be useful, but // along with this program; if not, write to the Free Software
* WITHOUT ANY WARRANTY; without even the implied warranty of // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See either // USA.
* the GNU Library General Public License or the GL2PS License for //
* more details. // Please report all bugs and problems to <gmsh@geuz.org>.
*
* You should have received a copy of the GNU Library General Public
* License along with this library in the file named "COPYING.LGPL";
* if not, write to the Free Software Foundation, Inc., 675 Mass Ave,
* Cambridge, MA 02139, USA.
*
* You should have received a copy of the GL2PS License with this
* library in the file named "COPYING.GL2PS"; if not, I will be glad
* to provide one.
*/
#include "gl2jpeg.h" #include "gl2jpeg.h"
#undef EXTERN #undef EXTERN
... ...
......
#ifndef _GL2JPEG_H_ #ifndef _GL2JPEG_H_
#define _GL2JPEG_H_ #define _GL2JPEG_H_
/* // Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
* GL2JPEG, an OpenGL to JPEG Printing Library //
* Copyright (C) 1999-2003 Christophe Geuzaine <geuz@geuz.org> // This program is free software; you can redistribute it and/or modify
* // it under the terms of the GNU General Public License as published by
* This program is free software; you can redistribute it and/or // the Free Software Foundation; either version 2 of the License, or
* modify it under the terms of either: // (at your option) any later version.
* //
* a) the GNU Library General Public License as published by the Free // This program is distributed in the hope that it will be useful,
* Software Foundation, either version 2 of the License, or (at your // but WITHOUT ANY WARRANTY; without even the implied warranty of
* option) any later version; or // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* // GNU General Public License for more details.
* b) the GL2PS License as published by Christophe Geuzaine, either //
* version 2 of the License, or (at your option) any later version. // You should have received a copy of the GNU General Public License
* // along with this program; if not, write to the Free Software
* This program is distributed in the hope that it will be useful, but // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* WITHOUT ANY WARRANTY; without even the implied warranty of // USA.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See either //
* the GNU Library General Public License or the GL2PS License for // Please report all bugs and problems to <gmsh@geuz.org>.
* more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library in the file named "COPYING.LGPL";
* if not, write to the Free Software Foundation, Inc., 675 Mass Ave,
* Cambridge, MA 02139, USA.
*
* You should have received a copy of the GL2PS License with this
* library in the file named "COPYING.GL2PS"; if not, I will be glad
* to provide one.
*/
#include <stdio.h> #include <stdio.h>
#include "PixelBuffer.h" #include "PixelBuffer.h"
... ...
......
/* // $Id: gl2png.cpp,v 1.7 2006-12-04 03:27:31 geuzaine Exp $
* GL2PNG, an OpenGL to PNG Printing Library //
* Copyright (C) 1999-2003 Christophe Geuzaine <geuz@geuz.org> // Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
* //
* This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or modify
* modify it under the terms of either: // it under the terms of the GNU General Public License as published by
* // the Free Software Foundation; either version 2 of the License, or
* a) the GNU Library General Public License as published by the Free // (at your option) any later version.
* Software Foundation, either version 2 of the License, or (at your //
* option) any later version; or // This program is distributed in the hope that it will be useful,
* // but WITHOUT ANY WARRANTY; without even the implied warranty of
* b) the GL2PS License as published by Christophe Geuzaine, either // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* version 2 of the License, or (at your option) any later version. // GNU General Public License for more details.
* //
* This program is distributed in the hope that it will be useful, but // You should have received a copy of the GNU General Public License
* WITHOUT ANY WARRANTY; without even the implied warranty of // along with this program; if not, write to the Free Software
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See either // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* the GNU Library General Public License or the GL2PS License for // USA.
* more details. //
* // Please report all bugs and problems to <gmsh@geuz.org>.
* You should have received a copy of the GNU Library General Public
* License along with this library in the file named "COPYING.LGPL";
* if not, write to the Free Software Foundation, Inc., 675 Mass Ave,
* Cambridge, MA 02139, USA.
*
* You should have received a copy of the GL2PS License with this
* library in the file named "COPYING.GL2PS"; if not, I will be glad
* to provide one.
*/
#include "gl2png.h" #include "gl2png.h"
... ...
......
#ifndef _GL2PNG_H_ #ifndef _GL2PNG_H_
#define _GL2PNG_H_ #define _GL2PNG_H_
/* // Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
* GL2PNG, an OpenGL to PNG Printing Library //
* Copyright (C) 1999-2003 Christophe Geuzaine <geuz@geuz.org> // This program is free software; you can redistribute it and/or modify
* // it under the terms of the GNU General Public License as published by
* This program is free software; you can redistribute it and/or // the Free Software Foundation; either version 2 of the License, or
* modify it under the terms of either: // (at your option) any later version.
* //
* a) the GNU Library General Public License as published by the Free // This program is distributed in the hope that it will be useful,
* Software Foundation, either version 2 of the License, or (at your // but WITHOUT ANY WARRANTY; without even the implied warranty of
* option) any later version; or // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* // GNU General Public License for more details.
* b) the GL2PS License as published by Christophe Geuzaine, either //
* version 2 of the License, or (at your option) any later version. // You should have received a copy of the GNU General Public License
* // along with this program; if not, write to the Free Software
* This program is distributed in the hope that it will be useful, but // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* WITHOUT ANY WARRANTY; without even the implied warranty of // USA.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See either //
* the GNU Library General Public License or the GL2PS License for // Please report all bugs and problems to <gmsh@geuz.org>.
* more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library in the file named "COPYING.LGPL";
* if not, write to the Free Software Foundation, Inc., 675 Mass Ave,
* Cambridge, MA 02139, USA.
*
* You should have received a copy of the GL2PS License with this
* library in the file named "COPYING.GL2PS"; if not, I will be glad
* to provide one.
*/
#include <stdio.h> #include <stdio.h>
#include "PixelBuffer.h" #include "PixelBuffer.h"
... ...
......
/* $Id: gl2ppm.cpp,v 1.14 2006-05-17 01:19:06 geuzaine Exp $ */ // $Id: gl2ppm.cpp,v 1.15 2006-12-04 03:27:31 geuzaine Exp $
/* //
* GL2PPM, an OpenGL to PPM Printing Library // Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
* Copyright (C) 1999-2003 Christophe Geuzaine <geuz@geuz.org> //
* // This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or // it under the terms of the GNU General Public License as published by
* modify it under the terms of either: // the Free Software Foundation; either version 2 of the License, or
* // (at your option) any later version.
* a) the GNU Library General Public License as published by the Free //
* Software Foundation, either version 2 of the License, or (at your // This program is distributed in the hope that it will be useful,
* option) any later version; or // but WITHOUT ANY WARRANTY; without even the implied warranty of
* // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* b) the GL2PS License as published by Christophe Geuzaine, either // GNU General Public License for more details.
* version 2 of the License, or (at your option) any later version. //
* // You should have received a copy of the GNU General Public License
* This program is distributed in the hope that it will be useful, but // along with this program; if not, write to the Free Software
* WITHOUT ANY WARRANTY; without even the implied warranty of // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See either // USA.
* the GNU Library General Public License or the GL2PS License for //
* more details. // Please report all bugs and problems to <gmsh@geuz.org>.
*
* You should have received a copy of the GNU Library General Public
* License along with this library in the file named "COPYING.LGPL";
* if not, write to the Free Software Foundation, Inc., 675 Mass Ave,
* Cambridge, MA 02139, USA.
*
* You should have received a copy of the GL2PS License with this
* library in the file named "COPYING.GL2PS"; if not, I will be glad
* to provide one.
*/
#include "gl2ppm.h" #include "gl2ppm.h"
... ...
......
#ifndef _GL2PPM_H_ #ifndef _GL2PPM_H_
#define _GL2PPM_H_ #define _GL2PPM_H_
/* // Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
* GL2PPM, an OpenGL to PPM Printing Library //
* Copyright (C) 1999-2003 Christophe Geuzaine <geuz@geuz.org> // This program is free software; you can redistribute it and/or modify
* // it under the terms of the GNU General Public License as published by
* This program is free software; you can redistribute it and/or // the Free Software Foundation; either version 2 of the License, or
* modify it under the terms of either: // (at your option) any later version.
* //
* a) the GNU Library General Public License as published by the Free // This program is distributed in the hope that it will be useful,
* Software Foundation, either version 2 of the License, or (at your // but WITHOUT ANY WARRANTY; without even the implied warranty of
* option) any later version; or // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* // GNU General Public License for more details.
* b) the GL2PS License as published by Christophe Geuzaine, either //
* version 2 of the License, or (at your option) any later version. // You should have received a copy of the GNU General Public License
* // along with this program; if not, write to the Free Software
* This program is distributed in the hope that it will be useful, but // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* WITHOUT ANY WARRANTY; without even the implied warranty of // USA.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See either //
* the GNU Library General Public License or the GL2PS License for // Please report all bugs and problems to <gmsh@geuz.org>.
* more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library in the file named "COPYING.LGPL";
* if not, write to the Free Software Foundation, Inc., 675 Mass Ave,
* Cambridge, MA 02139, USA.
*
* You should have received a copy of the GL2PS License with this
* library in the file named "COPYING.GL2PS"; if not, I will be glad
* to provide one.
*/
#include <stdio.h> #include <stdio.h>
#include "PixelBuffer.h" #include "PixelBuffer.h"
... ...
......
/* $Id: gl2yuv.cpp,v 1.12 2006-05-17 01:19:06 geuzaine Exp $ */ // $Id: gl2yuv.cpp,v 1.13 2006-12-04 03:27:31 geuzaine Exp $
/* //
* GL2YUV, an OpenGL to YUV Printing Library // Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
* Copyright (C) 1999-2003 Christophe Geuzaine <geuz@geuz.org> //
* // This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or // it under the terms of the GNU General Public License as published by
* modify it under the terms of either: // the Free Software Foundation; either version 2 of the License, or
* // (at your option) any later version.
* a) the GNU Library General Public License as published by the Free //
* Software Foundation, either version 2 of the License, or (at your // This program is distributed in the hope that it will be useful,
* option) any later version; or // but WITHOUT ANY WARRANTY; without even the implied warranty of
* // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* b) the GL2PS License as published by Christophe Geuzaine, either // GNU General Public License for more details.
* version 2 of the License, or (at your option) any later version. //
* // You should have received a copy of the GNU General Public License
* This program is distributed in the hope that it will be useful, but // along with this program; if not, write to the Free Software
* WITHOUT ANY WARRANTY; without even the implied warranty of // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See either // USA.
* the GNU Library General Public License or the GL2PS License for //
* more details. // Please report all bugs and problems to <gmsh@geuz.org>.
*
* You should have received a copy of the GNU Library General Public
* License along with this library in the file named "COPYING.LGPL";
* if not, write to the Free Software Foundation, Inc., 675 Mass Ave,
* Cambridge, MA 02139, USA.
*
* You should have received a copy of the GL2PS License with this
* library in the file named "COPYING.GL2PS"; if not, I will be glad
* to provide one.
*/
/* /*
* This code is based on the rgbtoycc.c code from the MPEG-1 Video * This code is based on the rgbtoycc.c code from the MPEG-1 Video
... ...
......
#ifndef _GL2YUV_H_ #ifndef _GL2YUV_H_
#define _GL2YUV_H_ #define _GL2YUV_H_
/* // Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
* GL2YUV, an OpenGL to YUV Printing Library //
* Copyright (C) 1999-2003 Christophe Geuzaine <geuz@geuz.org> // This program is free software; you can redistribute it and/or modify
* // it under the terms of the GNU General Public License as published by
* This program is free software; you can redistribute it and/or // the Free Software Foundation; either version 2 of the License, or
* modify it under the terms of either: // (at your option) any later version.
* //
* a) the GNU Library General Public License as published by the Free // This program is distributed in the hope that it will be useful,
* Software Foundation, either version 2 of the License, or (at your // but WITHOUT ANY WARRANTY; without even the implied warranty of
* option) any later version; or // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* // GNU General Public License for more details.
* b) the GL2PS License as published by Christophe Geuzaine, either //
* version 2 of the License, or (at your option) any later version. // You should have received a copy of the GNU General Public License
* // along with this program; if not, write to the Free Software
* This program is distributed in the hope that it will be useful, but // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* WITHOUT ANY WARRANTY; without even the implied warranty of // USA.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See either //
* the GNU Library General Public License or the GL2PS License for // Please report all bugs and problems to <gmsh@geuz.org>.
* more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library in the file named "COPYING.LGPL";
* if not, write to the Free Software Foundation, Inc., 675 Mass Ave,
* Cambridge, MA 02139, USA.
*
* You should have received a copy of the GL2PS License with this
* library in the file named "COPYING.GL2PS"; if not, I will be glad
* to provide one.
*/
#include <stdio.h> #include <stdio.h>
#include "PixelBuffer.h" #include "PixelBuffer.h"
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment