#ifndef G4Lab_Transform3D_h #define G4Lab_Transform3D_h // Inheritance : #include class SbMatrix; namespace G4Lab { class Transform3D : public G4Transform3D { public: Transform3D(const G4Transform3D&); virtual ~Transform3D(); float elem(int,int) const; SbMatrix* getMatrix() const; }; } #endif