39 write(ostream &out,
int indent_level)
const {
43 indent(out, indent_level + 2)
44 <<
"<Scalar> thick { " <<
get_thick() <<
" }\n";
47 write_body(out, indent_level + 2);
48 indent(out, indent_level) <<
"}\n";
60 get_num_lead_vertices()
const {
void write_header(ostream &out, int indent_level, const char *egg_keyword) const
Writes the first line of the egg object, e.g.
void clear()
Removes all of the vertices from the primitive.
virtual void write(ostream &out, int indent_level) const
Writes the point to the indicated output stream in Egg format.
double get_thick() const
Returns the thickness set on this particular line.
TypeHandle is the identifier used to differentiate C++ class types.