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  for (const auto& i : p_)
7  os << i << ' ';
8 }
virtual void stream(std::ostream &) const
Definition: Solid.cc:5
std::vector< double > p_
Definition: Solid.h:30