VGM Version 5.3
Loading...
Searching...
No Matches
Transform.h
Go to the documentation of this file.
1// $Id$
2
3// -----------------------------------------------------------------------
4// The VGM package of the Virtual Geometry Model
5// Copyright (C) 2007, Ivana Hrivnacova
6// All rights reserved.
7//
8// For the licensing terms see vgm/LICENSE.
9// Contact: ivana@ipno.in2p3.fr
10// -----------------------------------------------------------------------
11
13//
31
32#ifndef VGM_TRANSFORM_H
33#define VGM_TRANSFORM_H
34
35#include <iostream>
36#include <vector>
37
38namespace VGM {
39
40typedef std::vector<double> Transform;
41
53
54} // namespace VGM
55
56std::ostream& operator<<(std::ostream& out, const VGM::Transform& transform);
57
58#endif // VGM_TRANSFORM_H
std::ostream & operator<<(std::ostream &out, const VGM::Transform &transform)
Definition utilities.cxx:88
VGM interfaces.
Definition VMedium.h:28
std::vector< double > Transform
Definition Transform.h:40
TransformVector
Definition Transform.h:43
@ kAngleZ
Definition Transform.h:49
@ kDx
Definition Transform.h:44
@ kSize
Definition Transform.h:51
@ kReflZ
Definition Transform.h:50
@ kAngleY
Definition Transform.h:48
@ kDz
Definition Transform.h:46
@ kAngleX
Definition Transform.h:47
@ kDy
Definition Transform.h:45