CMS 3D CMS Logo

Solid.cc
Go to the documentation of this file.
2 
3 #include <ostream>
4 
5 void DDI::Solid::stream(std::ostream & os) const
6 {
7  for( const auto& i : p_ )
8  os << i << ' ';
9 }
virtual void stream(std::ostream &) const
Definition: Solid.cc:5
std::vector< double > p_
Definition: Solid.h:32