VGM Version 5.3
|
#include <iostream>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | VGM |
VGM interfaces. | |
Typedefs | |
typedef std::vector< double > | VGM::Transform |
Enumerations | |
enum | VGM::TransformVector { VGM::kDx , VGM::kDy , VGM::kDz , VGM::kAngleX , VGM::kAngleY , VGM::kAngleZ , VGM::kReflZ , VGM::kSize } |
Functions | |
std::ostream & | operator<< (std::ostream &out, const VGM::Transform &transform) |
std::ostream & operator<< | ( | std::ostream & | out, |
const VGM::Transform & | transform ) |
Definition at line 88 of file utilities.cxx.