Public Member Functions | Private Attributes | List of all members
collision_detection::World::Action Class Reference

Represents an action that occurred on an object in the world. Several bits may be set indicating several things happened to the object. If the DESTROY bit is set, other bits will not be set. More...

#include <world.h>

Public Member Functions

 Action ()
 
 Action (int v)
 
 operator ActionBits () const
 

Private Attributes

int action_
 

Detailed Description

Represents an action that occurred on an object in the world. Several bits may be set indicating several things happened to the object. If the DESTROY bit is set, other bits will not be set.

Definition at line 195 of file world.h.

Constructor & Destructor Documentation

collision_detection::World::Action::Action ( )
inline

Definition at line 198 of file world.h.

collision_detection::World::Action::Action ( int  v)
inline

Definition at line 201 of file world.h.

Member Function Documentation

collision_detection::World::Action::operator ActionBits ( ) const
inline

Definition at line 204 of file world.h.

Member Data Documentation

int collision_detection::World::Action::action_
private

Definition at line 210 of file world.h.


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


moveit_core
Author(s): Ioan Sucan , Sachin Chitta , Acorn Pooley
autogenerated on Sun Oct 18 2020 13:16:34