00001 // This is gel/gmvl/gmvl_node.cxx 00002 #ifdef VCL_NEEDS_PRAGMA_INTERFACE 00003 #pragma implementation 00004 #endif 00005 //: 00006 // \file 00007 // \author crossge@crd.ge.com 00008 00009 #include "gmvl_node.h" 00010 #include <vcl_iostream.h> 00011 00012 vcl_ostream &operator<<( vcl_ostream &os, gmvl_node &node) 00013 { 00014 return os << "<Node " << &node << " ref=" << node.ref_ << " type=\"" << node.type_ << "\">"; 00015 }