TargetAction< T > Class Template Reference

Inherit from a TagetAction<YourTarget> and you will get an action that acts on a target. More...

#include <targetaction.h>

Inheritance diagram for TargetAction< T >:
Action Call1ParMemberAction< T, P > CallMemberAction< T >

List of all members.

Public Member Functions

 TargetAction (T *target)
T * target () const
 Returns a pointer to the target of the action.

Protected Attributes

T * target_

Detailed Description

template<class T>
class voreen::TargetAction< T >

Inherit from a TagetAction<YourTarget> and you will get an action that acts on a target.

Definition at line 40 of file targetaction.h.