VizKit  3.3.7
Public Member Functions | Private Attributes
VizKit::TemplateAction Class Reference

Performs the action of the TemplateActor. More...

#include <TemplateAction.h>

List of all members.

Public Member Functions

 TemplateAction ()
 The constructor.
 ~TemplateAction ()
 The destructor.
void show (void)
 Shows the TemplateAction.
void setImage (const VisualImage &anImage)
 Sets the image of TemplateAction's testAsset.
void removeImage (void)
 Removes the image of TemplateAction's testAsset.
void reshape (void)

Private Attributes

VisualAssettemplateAsset
 Asset of the TemplateAction for visualization of spatial layout.
VisualAssettestAsset
 An asset for testing.
VisualItemIdentifier vertexChainId
 The vertex chain of the TemplateAction's asset.

Detailed Description

Performs the action of the TemplateActor.

A copy of header and implementation file can be made to add to a new concrete subclass of VisualActor. The example implementation of the TemplateAction can be used to get a feeling for working with the perspective projection of OpenGL.


Constructor & Destructor Documentation

The constructor.

The destructor.


Member Function Documentation

void TemplateAction::removeImage ( void  )

Removes the image of TemplateAction's testAsset.

void TemplateAction::reshape ( void  )
void TemplateAction::setImage ( const VisualImage anImage)

Sets the image of TemplateAction's testAsset.

Parameters:
anImageThe image of the template.
void TemplateAction::show ( void  )

Shows the TemplateAction.


Member Data Documentation

Asset of the TemplateAction for visualization of spatial layout.

An asset for testing.

The vertex chain of the TemplateAction's asset.


The documentation for this class was generated from the following files:

Generated on Sun May 3 2015 20:26:31 for VizKit by doxygen 1.8.0