source: snovis/trunk/source/G4Lab/Transform3D.h@ 242

Last change on this file since 242 was 233, checked in by barrand, 19 years ago
  • Property svn:eol-style set to native
File size: 328 bytes
RevLine 
[233]1#ifndef G4Lab_Transform3D_h
2#define G4Lab_Transform3D_h
3
4// Inheritance :
5#include <G4Transform3D.hh>
6
7class SbMatrix;
8
9namespace G4Lab {
10
11class Transform3D : public G4Transform3D {
12public:
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.