1 #ifndef VTESTBED_IGES_LINE_HH     2 #define VTESTBED_IGES_LINE_HH     4 #include <blitz/array.h>     6 #include <vtestbed/iges/entity.hh>    17             typedef blitz::TinyVector<T,3> vec3;
    25             Line(
const vec3& x1, 
const vec3& x2):
    26             Entity(Entity_type::Line), _x1(x1), _x2(x2) {}
    39 #endif // vim:filetype=cpp 
Output stream that automatically wraps text for IGES files.