iso::flock::BoundaryRepulsionBehavior Class Reference

creates repulsive boundary for Agent 's position More...

#include <iso_flock_boundary_repulsion_behavior.h>

Inherits iso::flock::Behavior.

Inheritance diagram for iso::flock::BoundaryRepulsionBehavior:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 BoundaryRepulsionBehavior (const base::String &pInputParameterString, const base::String &pOutputParameterString)
 create behavior
 BoundaryRepulsionBehavior (Agent *pAgent, const base::String &pBehaviorName, const base::String &pInputParameterString, const base::String &pOutputParameterString) throw (FlockException)
 create behavior
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
 ~BoundaryRepulsionBehavior ()
 destructor
void act ()
 perform behavior

Protected Attributes

ParametermPositionPar
ParametermForcePar
 position parameter (input)
ParametermLowerBoundaryPar
 force parameter (output)
ParametermUpperBoundaryPar
 lower boundary parameter (internal)
ParametermMaxDistPar
 upper boundary parameter (internal)
ParametermAmountPar
 maximum distance parameter (internal)
math::Vector< realmTmpForce
 behavior amount parameter (internal)

Detailed Description

creates repulsive boundary for Agent 's position

boundary for Agent 's position

Behavior creates repulsive boundary for Agent 's position.
The behavior is normally meant to restrict an Agent 's position to a cubic region
by pusing the agent away from the cube's boundaries.

Input Parameter:
type: position dim: nD neighbors: ignore

Output Parameter:
type: force dim: nD write: add

Internal Parameter:
name: xxx_lowerBoundary dim: nD defaultValue: -1.0
name: xxx_upperBoundary dim: nD defaultValue: 1.0
name: xxx_amount dim: 1D defaultValue: 0.1
name: xxx_active dim: 1D defaultValue: 1.0

Created by Daniel Bisig on 4/22/07.


Constructor & Destructor Documentation

BoundaryRepulsionBehavior::BoundaryRepulsionBehavior ( 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)

BoundaryRepulsionBehavior::BoundaryRepulsionBehavior ( 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

BoundaryRepulsionBehavior::~BoundaryRepulsionBehavior (  ) 

destructor


Member Function Documentation

Behavior * BoundaryRepulsionBehavior::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 * BoundaryRepulsionBehavior::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 BoundaryRepulsionBehavior::act (  )  [virtual]

perform behavior

Implements iso::flock::Behavior.


Member Data Documentation

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

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

position parameter (input)

Parameter* iso::flock::BoundaryRepulsionBehavior::mLowerBoundaryPar [protected]

force parameter (output)

Parameter* iso::flock::BoundaryRepulsionBehavior::mUpperBoundaryPar [protected]

lower boundary parameter (internal)

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

upper boundary parameter (internal)

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

maximum distance parameter (internal)

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

behavior amount parameter (internal)


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