#include <PartitionManager.h>
Public Member Functions | |
| FindPositionOptions (void) | |
Public Attributes | |
| FindPositionFlags | flags |
| flags for finding the legal position | |
| Real | minRadius |
| min radius to search around | |
| Real | maxRadius |
| max radius to search around | |
| Real | startAngle |
| use this angle to start the search at | |
| Real | maxZDelta |
| maximum delta-z we will allow | |
| const Object * | ignoreObject |
| ignore this object in legal position checks | |
| const Object * | sourceToPathToDest |
| object that must be able to path to the position chosen | |
| const Object * | relationshipObject |
| object to use for relationship tests | |
Definition at line 127 of file PartitionManager.h.
|
inline |
Definition at line 129 of file PartitionManager.h.
| FindPositionFlags FindPositionOptions::flags |
flags for finding the legal position
Definition at line 140 of file PartitionManager.h.
| const Object* FindPositionOptions::ignoreObject |
ignore this object in legal position checks
Definition at line 145 of file PartitionManager.h.
| Real FindPositionOptions::maxRadius |
max radius to search around
Definition at line 142 of file PartitionManager.h.
| Real FindPositionOptions::maxZDelta |
maximum delta-z we will allow
Definition at line 144 of file PartitionManager.h.
| Real FindPositionOptions::minRadius |
min radius to search around
Definition at line 141 of file PartitionManager.h.
| const Object* FindPositionOptions::relationshipObject |
object to use for relationship tests
Definition at line 147 of file PartitionManager.h.
| const Object* FindPositionOptions::sourceToPathToDest |
object that must be able to path to the position chosen
Definition at line 146 of file PartitionManager.h.
| Real FindPositionOptions::startAngle |
use this angle to start the search at
Definition at line 143 of file PartitionManager.h.