iso::flock::SpiralBehavior Class Reference

cause Agent to move in a spiral around center position of their neighbors More...

#include <iso_flock_spiral_behavior.h>

Inherits iso::flock::Behavior.

Inheritance diagram for iso::flock::SpiralBehavior:

Inheritance graph
[legend]
Collaboration diagram for iso::flock::SpiralBehavior:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 SpiralBehavior (const base::String &pInputParameterString, const base::String &pOutputParameterString)
 create behavior
 SpiralBehavior (Agent *pAgent, const base::String &pBehaviorName, const base::String &pInputParameterString, const base::String &pOutputParameterString) throw (FlockException)
 create behavior
 ~SpiralBehavior ()
 destructor
virtual Behaviorcreate (const base::String &pBehaviorName, Agent *pAgent) const throw (FlockException)
 create copy of behavior
virtual Behaviorcreate (const base::String &pInputParameterString, const base::String &pOutputParameterString) const
 create copy of behavior
void act ()
 perform behavior

Protected Attributes

ParametermPositionPar
ParametermForcePar
 position parameter (input)
ParametermMinDistPar
 force parameter (output)
ParametermMaxDistPar
 minimum distance parameter (internal)
ParametermAmountPar
 maximum distance parameter (internal)
space::NeighborGroup * mPositionNeighbors
 behavior amount parameter (internal)
math::Vector< realmTmpForce
 position neighbor group
math::Vector3< realmDirection1
 temporary force
math::Vector3< realmDirection2
 neighbor direction 1

Detailed Description

cause Agent to move in a spiral around center position of their neighbors

to move in a spiral around center position of their neighbors

The Behavior causes Agent to move in a spiral around center position of their neighbors
Input Parameter:
type: position dim: 3D neighbors: required

Output Parameter:
type: force dim: 3D write: add

Internal Parameter:
name: xxx_minDist dim: 1D defaultValue: 0.0
name: xxx_maxDist dim: 1D defaultValue: 0.5
name: xxx_amount dim: 1D defaultValue: 0.1
name: xxx_active dim: 1D defaultValue: 1.0

Created by Daniel Bisig on 4/24/07.


Constructor & Destructor Documentation

SpiralBehavior::SpiralBehavior ( const base::String &  pInputParameterString,
const base::String &  pOutputParameterString 
)

create behavior

Parameters:
pInputParameterString input parameter string (parameters are space separated)
pOutputParameterString output paramaters are space separated)

SpiralBehavior::SpiralBehavior ( Agent pAgent,
const base::String &  pBehaviorName,
const base::String &  pInputParameterString,
const base::String &  pOutputParameterString 
) throw (FlockException)

create behavior

Parameters:
pAgent agent this behavior belongs to
pBehaviorName name of behavior
pInputParameterString input parameter string (parameters are space separated)
pOutputParameterString output paramaters are space separated)
Exceptions:
FlockException wrong number of type of parameters

SpiralBehavior::~SpiralBehavior (  ) 

destructor


Member Function Documentation

Behavior * SpiralBehavior::create ( const base::String &  pBehaviorName,
Agent pAgent 
) const throw (FlockException) [virtual]

create copy of behavior

Parameters:
pAgent agent this behavior belongs to
pBehaviorName name of behavior
Returns:
new behavior
Exceptions:
FlockException wrong number of type of parameters

Implements iso::flock::Behavior.

Behavior * SpiralBehavior::create ( const base::String &  pInputParameterString,
const base::String &  pOutputParameterString 
) const [virtual]

create copy of behavior

Parameters:
pInputParameterString input parameter string
pOutputParameterString output parameter string
Returns:
new behavior

Implements iso::flock::Behavior.

void SpiralBehavior::act (  )  [virtual]

perform behavior

Implements iso::flock::Behavior.


Member Data Documentation

Parameter* iso::flock::SpiralBehavior::mPositionPar [protected]

Parameter* iso::flock::SpiralBehavior::mForcePar [protected]

position parameter (input)

Parameter* iso::flock::SpiralBehavior::mMinDistPar [protected]

force parameter (output)

Parameter* iso::flock::SpiralBehavior::mMaxDistPar [protected]

minimum distance parameter (internal)

Parameter* iso::flock::SpiralBehavior::mAmountPar [protected]

maximum distance parameter (internal)

space::NeighborGroup* iso::flock::SpiralBehavior::mPositionNeighbors [protected]

behavior amount parameter (internal)

math::Vector<real> iso::flock::SpiralBehavior::mTmpForce [protected]

position neighbor group

math::Vector3<real> iso::flock::SpiralBehavior::mDirection1 [protected]

temporary force

math::Vector3<real> iso::flock::SpiralBehavior::mDirection2 [protected]

neighbor direction 1


The documentation for this class was generated from the following files:
Generated on Fri Feb 25 15:28:03 2011 for iso_flock by  doxygen 1.5.1