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

SoVolumeFaceSet.h
00001 #ifndef SIMVOLEON_SOVOLUMEFACESET_H
00002 #define SIMVOLEON_SOVOLUMEFACESET_H
00003 
00004 /**************************************************************************\
00005  *
00006  *  This file is part of the SIM Voleon visualization library.
00007  *  Copyright (C) 2003-2004 by Systems in Motion.  All rights reserved.
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 SIM Voleon with software that can not be combined with
00016  *  the GNU GPL, and for taking advantage of the additional benefits
00017  *  of our support services, please contact Systems in Motion about
00018  *  acquiring a SIM Voleon Professional Edition License.
00019  *
00020  *  See <URL:http://www.coin3d.org/> for more information.
00021  *
00022  *  Systems in Motion, Postboks 1283, Pirsenteret, 7462 Trondheim, NORWAY.
00023  *  <URL:http://www.sim.no/>.
00024  *
00025 \**************************************************************************/
00026 
00027 #include <Inventor/nodes/SoFaceSet.h>
00028 #include <Inventor/fields/SoSFBool.h>
00029 #include <Inventor/fields/SoSFFloat.h>
00030 
00031 #include <VolumeViz/C/basic.h>
00032 
00033 // *************************************************************************
00034 
00035 class SIMVOLEON_DLL_API SoVolumeFaceSet : public SoFaceSet {
00036   typedef SoFaceSet inherited;
00037   SO_NODE_HEADER(SoVolumeFaceSet);
00038   
00039 public:
00040   static void initClass(void);  
00041   SoVolumeFaceSet(void);
00042 
00043   SoSFBool clipGeometry;  
00044   SoSFFloat offset;
00045    
00046 protected:
00047   ~SoVolumeFaceSet();
00048 
00049   virtual void GLRender(SoGLRenderAction * action);
00050 
00051 private:  
00052   friend class SoVolumeFaceSetP;
00053   class SoVolumeFaceSetP * pimpl;
00054 
00055   friend class CvrFaceSetRenderP;
00056 };
00057 
00058 // *************************************************************************
00059 
00060 #endif // !SIMVOLEON_SOVOLUMEFACESET_H

Copyright © 1998-2004 by Systems in Motion AS. All rights reserved.

Generated on Wed Feb 22 2012 12:28:58 for SIMVoleon by Doxygen. 1.7.6.1