|
Last change
on this file since 233 was 233, checked in by barrand, 19 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 |
|
|---|
| 7 | class G4Polyhedron;
|
|---|
| 8 |
|
|---|
| 9 | namespace G4Lab {
|
|---|
| 10 |
|
|---|
| 11 | class Polyhedron : public SbPolyhedron {
|
|---|
| 12 | public:
|
|---|
| 13 | Polyhedron(const G4Polyhedron&);
|
|---|
| 14 | virtual ~Polyhedron();
|
|---|
| 15 | public:
|
|---|
| 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.