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

SoVolumeFaceSet.h
1 #ifndef SIMVOLEON_SOVOLUMEFACESET_H
2 #define SIMVOLEON_SOVOLUMEFACESET_H
3 
4 /**************************************************************************\
5  *
6  * This file is part of the SIM Voleon visualization library.
7  * Copyright (C) 2003-2004 by Systems in Motion. All rights reserved.
8  *
9  * This library is free software; you can redistribute it and/or
10  * modify it under the terms of the GNU General Public License
11  * ("GPL") version 2 as published by the Free Software Foundation.
12  * See the file LICENSE.GPL at the root directory of this source
13  * distribution for additional information about the GNU GPL.
14  *
15  * For using SIM Voleon with software that can not be combined with
16  * the GNU GPL, and for taking advantage of the additional benefits
17  * of our support services, please contact Systems in Motion about
18  * acquiring a SIM Voleon Professional Edition License.
19  *
20  * See <URL:http://www.coin3d.org/> for more information.
21  *
22  * Systems in Motion, Postboks 1283, Pirsenteret, 7462 Trondheim, NORWAY.
23  * <URL:http://www.sim.no/>.
24  *
25 \**************************************************************************/
26 
27 #include <Inventor/nodes/SoFaceSet.h>
28 #include <Inventor/fields/SoSFBool.h>
29 #include <Inventor/fields/SoSFFloat.h>
30 
31 #include <VolumeViz/C/basic.h>
32 
33 // *************************************************************************
34 
35 class SIMVOLEON_DLL_API SoVolumeFaceSet : public SoFaceSet {
36  typedef SoFaceSet inherited;
37  SO_NODE_HEADER(SoVolumeFaceSet);
38 
39 public:
40  static void initClass(void);
41  SoVolumeFaceSet(void);
42 
43  SoSFBool clipGeometry;
44  SoSFFloat offset;
45 
46 protected:
47  ~SoVolumeFaceSet();
48 
49  virtual void GLRender(SoGLRenderAction * action);
50 
51 private:
52  friend class SoVolumeFaceSetP;
53  class SoVolumeFaceSetP * pimpl;
54 
55  friend class CvrFaceSetRenderP;
56 };
57 
58 // *************************************************************************
59 
60 #endif // !SIMVOLEON_SOVOLUMEFACESET_H
Render a set of faces within the volume.
Definition: SoVolumeFaceSet.h:35

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

Generated on Fri Jul 31 2015 13:47:24 for SIMVoleon by Doxygen. 1.8.9.1