home *** CD-ROM | disk | FTP | other *** search
/ Photo CD Demo 1 / Demo.bin / graphtal / primitvs.h < prev    next >
C/C++ Source or Header  |  1992-10-19  |  717b  |  29 lines

  1. /*
  2.  * Primitives.h
  3.  *
  4.  * Copyright (C) 1992, Christoph Streit (streit@iam.unibe.ch)
  5.  * All rights reserved.
  6.  *
  7.  * This software may be freely copied, modified, and redistributed
  8.  * provided that this copyright notice is preserved on all copies.
  9.  *
  10.  * You may not distribute this software, in whole or in part, as part of
  11.  * any commercial product without the express consent of the authors.
  12.  *
  13.  * There is no warranty or other guarantee of fitness of this software
  14.  * for any purpose.  It is provided solely "as is".
  15.  *
  16.  */
  17.  
  18. #ifndef Primitives_H
  19. # define Primitives_H
  20.  
  21. #include "GeoObject.h"
  22. #include "Sphere.h"
  23. #include "Triangle.h"
  24. #include "Plane.h"
  25. #include "Cylinder.h"
  26. #include "Cone.h"
  27.  
  28. #endif // Primitives_H
  29.