Coin Logo http://www.sim.no/
http://www.coin3d.org/

SbVec.h
00001 #ifndef COIN_SBBOX_H
00002 #define COIN_SBBOX_H
00003 
00004 /**************************************************************************\
00005  *
00006  *  This file is part of the Coin 3D visualization library.
00007  *  Copyright (C) by Kongsberg Oil & Gas Technologies.
00008  *
00009  *  This library is free software; you can redistribute it and/or
00010  *  modify it under the terms of the GNU General Public License
00011  *  ("GPL") version 2 as published by the Free Software Foundation.
00012  *  See the file LICENSE.GPL at the root directory of this source
00013  *  distribution for additional information about the GNU GPL.
00014  *
00015  *  For using Coin with software that can not be combined with the GNU
00016  *  GPL, and for taking advantage of the additional benefits of our
00017  *  support services, please contact Kongsberg Oil & Gas Technologies
00018  *  about acquiring a Coin Professional Edition License.
00019  *
00020  *  See http://www.coin3d.org/ for more information.
00021  *
00022  *  Kongsberg Oil & Gas Technologies, Bygdoy Alle 5, 0257 Oslo, NORWAY.
00023  *  http://www.sim.no/  sales@sim.no  coin-support@coin3d.org
00024  *
00025 \**************************************************************************/
00026 
00027 #if defined(COIN_INTERNAL)
00028 #error Do not include Inventor/SbVec.h internally.
00029 #endif // COIN_INTERNAL
00030 
00031 #include <Inventor/SbVec2b.h>
00032 #include <Inventor/SbVec2ub.h>
00033 #include <Inventor/SbVec2s.h>
00034 #include <Inventor/SbVec2us.h>
00035 #include <Inventor/SbVec2i32.h>
00036 #include <Inventor/SbVec2ui32.h>
00037 #include <Inventor/SbVec2f.h>
00038 #include <Inventor/SbVec2d.h>
00039 
00040 #include <Inventor/SbVec3b.h>
00041 #include <Inventor/SbVec3ub.h>
00042 #include <Inventor/SbVec3s.h>
00043 #include <Inventor/SbVec3us.h>
00044 #include <Inventor/SbVec3i32.h>
00045 #include <Inventor/SbVec3ui32.h>
00046 #include <Inventor/SbVec3f.h>
00047 #include <Inventor/SbVec3d.h>
00048 
00049 #include <Inventor/SbVec4b.h>
00050 #include <Inventor/SbVec4ub.h>
00051 #include <Inventor/SbVec4s.h>
00052 #include <Inventor/SbVec4us.h>
00053 #include <Inventor/SbVec4i32.h>
00054 #include <Inventor/SbVec4ui32.h>
00055 #include <Inventor/SbVec4f.h>
00056 #include <Inventor/SbVec4d.h>
00057 
00058 #endif // !COIN_SBBOX_H

Copyright © 1998-2010 by Kongsberg Oil & Gas Technologies. All rights reserved.

Generated on Fri Dec 11 2015 03:24:52 for Coin by Doxygen 1.7.6.1.