Home | Download | Screen shots | Discussion | Documentation |
---|
Public Member Functions | |
indexed_line_set_node (const node_type &type, const boost::shared_ptr< openvrml::scope > &scope) | |
Construct. | |
virtual | ~indexed_line_set_node () throw () |
Destroy. | |
Private Member Functions | |
virtual viewer::object_t | do_render_geometry (openvrml::viewer &viewer, rendering_context context) |
Insert this geometry into viewer's display list. | |
virtual bool | do_emissive () const throw () |
Indicate that line sets should be drawn with the emissive color. | |
Friends | |
class | indexed_line_set_class |
Class object for IndexedLineSet nodes. |
openvrml::vrml97_node::indexed_line_set_node::indexed_line_set_node | ( | const node_type & | type, | |
const boost::shared_ptr< openvrml::scope > & | scope | |||
) |
Construct.
type | the node_type associated with the node. | |
scope | the scope to which the node belongs. |
openvrml::vrml97_node::indexed_line_set_node::~indexed_line_set_node | ( | ) | throw () [virtual] |
Destroy.
viewer::object_t openvrml::vrml97_node::indexed_line_set_node::do_render_geometry | ( | openvrml::viewer & | viewer, | |
rendering_context | context | |||
) | [private, virtual] |
Insert this geometry into viewer's
display list.
viewer | a Viewer. | |
context | the rendering context. |
Reimplemented from openvrml::geometry_node.
bool openvrml::vrml97_node::indexed_line_set_node::do_emissive | ( | ) | const throw () [private, virtual] |
Indicate that line sets should be drawn with the emissive color.
true
. Reimplemented from openvrml::geometry_node.
openvrml::vrml97_node::indexed_line_set_node::indexed_line_set_class [friend] |
Class object for IndexedLineSet nodes.