AssociatedEntityInterrupterFactory Class Reference

#include <AssociatedEntityInterrupter.h>

Inherits TransformationModifierFactory.

Collaboration diagram for AssociatedEntityInterrupterFactory:

List of all members.


Public Member Functions

 AssociatedEntityInterrupterFactory ()

Protected Member Functions

virtual TransformationModifiercreateInternal (ArgumentVector *args)
virtual bool needSingleton ()
 create one global modifier instance

Constructor & Destructor Documentation

AssociatedEntityInterrupterFactory::AssociatedEntityInterrupterFactory (  ) 


Member Function Documentation

TransformationModifier * AssociatedEntityInterrupterFactory::createInternal ( ArgumentVector args  )  [protected, virtual]

Create a TransformationModifier instance.

Parameters:
args can be used to pass configuration-data for the modifier.
Here is a sample xml-snippet showing how to pass configuration-data for a modifier:
<modifier type="ConfiguredTransformationModifier">
  <arguments>
    <arg key="intArg"    type="int"    value="1"/>
    <arg key="floatArg"  type="float"  value="0.125"/>
    <arg key="stringArg" type="string" value="a string"/>
  </arguments>
</modifier>
<modifier type="UnconfiguredTransformationModifier"/>

Implements TransformationModifierFactory.

bool AssociatedEntityInterrupterFactory::needSingleton (  )  [protected, virtual]

create one global modifier instance

Reimplemented from TransformationModifierFactory.


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

Generated on Wed Oct 20 16:11:54 2010 for inVRs by doxygen 1.5.8