mirror of https://github.com/CGAL/cgal
31 lines
946 B
C
31 lines
946 B
C
// ======================================================================
|
|
//
|
|
// Copyright (c) 2001 The CGAL Consortium
|
|
//
|
|
// This software and related documentation is part of an INTERNAL release
|
|
// of the Computational Geometry Algorithms Library (CGAL). It is not
|
|
// intended for general use.
|
|
//
|
|
// ----------------------------------------------------------------------
|
|
//
|
|
// release :
|
|
// release_date :
|
|
//
|
|
// file : include/CGAL/IO/Postscript_stream.h
|
|
// package : PS_Stream
|
|
// revision : $Revision$
|
|
// revision_date : $Date$
|
|
// author(s) : Stephane Postollec
|
|
// coordinator : INRIA Sophia-Antipolis (<Mariette.Yvinec@sophia.inria.fr>)
|
|
//
|
|
// ======================================================================
|
|
|
|
#ifndef CGAL_IO_POSTSCRIPT_STREAM_H
|
|
#define CGAL_IO_POSTSCRIPT_STREAM_H
|
|
|
|
#include <CGAL/IO/PS_Stream.h>
|
|
#include <CGAL/IO/Triangulation_ps_stream.h>
|
|
#include <CGAL/IO/Polygon_PS_Stream.h>
|
|
|
|
#endif
|