Home | Download | Screen shots | Discussion | Documentation |
---|
Inheritance diagram for openvrml::vrml97_node::pixel_texture_node:
Public Member Functions | |
pixel_texture_node (const node_type &type, const scope_ptr &scope) | |
Construct. | |
virtual | ~pixel_texture_node () throw () |
Destroy. | |
virtual void | render (openvrml::viewer &viewer, rendering_context context) |
Render the node. | |
virtual size_t | components () const throw () |
The number of components in the image. | |
virtual size_t | width () const throw () |
The width of the image in pixels. | |
virtual size_t | height () const throw () |
The height of the image in pixels. | |
virtual size_t | frames () const throw () |
The number of frames. | |
virtual const unsigned char * | pixels () const throw () |
The pixel data. | |
Private Member Functions | |
void | process_set_image (const field_value &value, double timestamp) throw (std::bad_cast, std::bad_alloc) |
set_image eventIn handler. | |
Private Attributes | |
sfimage | image |
image exposedField. | |
viewer::texture_object_t | texObject |
Handle for the renderer. | |
Friends | |
class | pixel_texture_class |
Class object for PixelTexture nodes. |
|
Construct.
|
|
The number of components in the image.
Implements openvrml::texture_node. |
|
The number of frames.
Implements openvrml::texture_node. |
|
The height of the image in pixels.
Implements openvrml::texture_node. |
|
The pixel data.
Implements openvrml::texture_node. |
|
set_image eventIn handler.
|
|
Render the node.
Reimplemented from openvrml::node. |
|
The width of the image in pixels.
Implements openvrml::texture_node. |