VGM Version 5.3
|
#include "VGM/common/Axis.h"
#include "VGM/common/Transform.h"
#include <iostream>
#include <string>
Go to the source code of this file.
Classes | |
class | VGM::IPlacement |
The VGM interface to positions of volumes. More... | |
Namespaces | |
namespace | VGM |
VGM interfaces. | |
Enumerations | |
enum | VGM::PlacementType { VGM::kSimplePlacement , VGM::kMultiplePlacement , VGM::kParameterised , VGM::kUnknownPlacement } |
Functions | |
std::string | VGM::PlacementTypeName (VGM::PlacementType typeId) |
std::ostream & | operator<< (std::ostream &out, const VGM::IPlacement &placement) |
std::ostream & operator<< | ( | std::ostream & | out, |
const VGM::IPlacement & | placement ) |
Definition at line 141 of file VPlacement.cxx.