SoShapeKit.h

00001 /**************************************************************************\
00002  *
00003  *  This file is part of the Coin 3D visualization library.
00004  *  Copyright (C) 1998-2003 by Systems in Motion. All rights reserved.
00005  *
00006  *  This library is free software; you can redistribute it and/or
00007  *  modify it under the terms of the GNU Lesser General Public License
00008  *  version 2.1 as published by the Free Software Foundation. See the
00009  *  file LICENSE.LGPL at the root directory of the distribution for
00010  *  more details.
00011  *
00012  *  If you want to use Coin for applications not compatible with the
00013  *  LGPL, please contact SIM to acquire a Professional Edition license.
00014  *
00015  *  Systems in Motion, Teknobyen, Abels Gate 5, 7030 Trondheim, NORWAY
00016  *  http://www.sim.no support@sim.no Voice: +47 22114160 Fax: +47 22207097
00017  *
00018 \**************************************************************************/
00019 
00020 #ifndef COIN_SOSHAPEKIT_H
00021 #define COIN_SOSHAPEKIT_H
00022 
00023 #include <Inventor/nodekits/SoSeparatorKit.h>
00024 
00025 
00026 class COIN_DLL_API SoShapeKit : public SoSeparatorKit {
00027   typedef SoSeparatorKit inherited;
00028 
00029   SO_KIT_HEADER(SoShapeKit);
00030 
00031   SO_KIT_CATALOG_ENTRY_HEADER(coordinate3);
00032   SO_KIT_CATALOG_ENTRY_HEADER(coordinate4);
00033   SO_KIT_CATALOG_ENTRY_HEADER(localTransform);
00034   SO_KIT_CATALOG_ENTRY_HEADER(materialBinding);
00035   SO_KIT_CATALOG_ENTRY_HEADER(normal);
00036   SO_KIT_CATALOG_ENTRY_HEADER(normalBinding);
00037   SO_KIT_CATALOG_ENTRY_HEADER(profileCoordinate2);
00038   SO_KIT_CATALOG_ENTRY_HEADER(profileCoordinate3);
00039   SO_KIT_CATALOG_ENTRY_HEADER(profileList);
00040   SO_KIT_CATALOG_ENTRY_HEADER(shape);
00041   SO_KIT_CATALOG_ENTRY_HEADER(shapeHints);
00042   SO_KIT_CATALOG_ENTRY_HEADER(shapeSeparator);
00043   SO_KIT_CATALOG_ENTRY_HEADER(textureCoordinate2);
00044   SO_KIT_CATALOG_ENTRY_HEADER(textureCoordinateBinding);
00045   SO_KIT_CATALOG_ENTRY_HEADER(textureCoordinateFunction);
00046 
00047 public:
00048   SoShapeKit(void);
00049 
00050   static void initClass(void);
00051 
00052 protected:
00053   virtual ~SoShapeKit();
00054 
00055   virtual void setDefaultOnNonWritingFields(void);
00056 };
00057 
00058 #endif // !COIN_SOSHAPEKIT_H

Generated on Sun Sep 23 00:19:05 2007 for Coin by  doxygen 1.5.3