source: snovis/trunk/source/G4Lab/Polyhedron.h @ 233

Last change on this file since 233 was 233, checked in by barrand, 17 years ago
  • Property svn:eol-style set to native
File size: 386 bytes
Line 
1#ifndef G4Lab_Polyhedron_h
2#define G4Lab_Polyhedron_h
3
4// Inheritance :
5#include <HEPVis/SbPolyhedron.h>
6
7class G4Polyhedron;
8
9namespace G4Lab {
10
11class Polyhedron : public SbPolyhedron {
12public:
13  Polyhedron(const G4Polyhedron&);
14  virtual ~Polyhedron();
15public:
16  virtual Polyhedron& operator=(const Polyhedron&);
17  virtual SbPolyhedron& operator=(const SbPolyhedron&);
18};
19
20}
21
22#endif
Note: See TracBrowser for help on using the repository browser.