Home | Download | Screen shots | Discussion | Documentation |
---|
Public Member Functions | |
pixel_texture_node (const node_type &type, const boost::shared_ptr< openvrml::scope > &scope) | |
Construct. | |
virtual | ~pixel_texture_node () throw () |
Destroy. | |
virtual const openvrml::image & | image () const throw () |
The image. | |
virtual size_t | frames () const throw () |
The number of frames. | |
Private Member Functions | |
virtual viewer::texture_object_t | do_render_texture (viewer &v) |
render_texture implementation. | |
Private Attributes | |
exposedfield< sfimage > | image_ |
image exposedField. | |
Friends | |
class | pixel_texture_class |
Class object for PixelTexture nodes. |
openvrml::vrml97_node::pixel_texture_node::pixel_texture_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::pixel_texture_node::~pixel_texture_node | ( | ) | throw () [virtual] |
Destroy.
const image & openvrml::vrml97_node::pixel_texture_node::image | ( | ) | const throw () [virtual] |
size_t openvrml::vrml97_node::pixel_texture_node::frames | ( | ) | const throw () [virtual] |
viewer::texture_object_t openvrml::vrml97_node::pixel_texture_node::do_render_texture | ( | viewer & | v | ) | [private, virtual] |
render_texture implementation.
v | viewer. |
Reimplemented from openvrml::texture_node.
openvrml::vrml97_node::pixel_texture_node::pixel_texture_class [friend] |
Class object for PixelTexture nodes.
image exposedField.