VGM Version 5.3
Loading...
Searching...
No Matches
ISolid.h File Reference
#include <iostream>
#include <string>

Go to the source code of this file.

Classes

class  VGM::ISolid
 The VGM interface to solids. More...
 

Namespaces

namespace  VGM
 VGM interfaces.
 

Enumerations

enum  VGM::SolidType {
  VGM::kArb8 , VGM::kBox , VGM::kCons , VGM::kCtubs ,
  VGM::kEllipsoid , VGM::kEltu , VGM::kExtruded , VGM::kHype ,
  VGM::kPara , VGM::kParaboloid , VGM::kPolycone , VGM::kPolyhedra ,
  VGM::kSphere , VGM::kTessellated , VGM::kTorus , VGM::kTrap ,
  VGM::kTrd , VGM::kTubs , VGM::kBoolean , VGM::kDisplaced ,
  VGM::kMultiUnion , VGM::kScaled , VGM::kUnknownSolid
}
 

Functions

std::string VGM::SolidTypeName (VGM::SolidType typeId)
 
std::ostream & operator<< (std::ostream &out, const VGM::ISolid &solid)
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & out,
const VGM::ISolid & solid )

Definition at line 20 of file solid.cxx.