|
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:
328 bytes
|
| Line | |
|---|
| 1 | #ifndef G4Lab_Transform3D_h
|
|---|
| 2 | #define G4Lab_Transform3D_h
|
|---|
| 3 |
|
|---|
| 4 | // Inheritance :
|
|---|
| 5 | #include <G4Transform3D.hh>
|
|---|
| 6 |
|
|---|
| 7 | class SbMatrix;
|
|---|
| 8 |
|
|---|
| 9 | namespace G4Lab {
|
|---|
| 10 |
|
|---|
| 11 | class Transform3D : public G4Transform3D {
|
|---|
| 12 | public:
|
|---|
| 13 | Transform3D(const G4Transform3D&);
|
|---|
| 14 | virtual ~Transform3D();
|
|---|
| 15 | float elem(int,int) const;
|
|---|
| 16 | SbMatrix* getMatrix() const;
|
|---|
| 17 | };
|
|---|
| 18 |
|
|---|
| 19 | }
|
|---|
| 20 |
|
|---|
| 21 | #endif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.