#include <position-allocator.h>


Public Member Functions | |
| virtual Vector | GetNext (void) const =0 |
Static Public Member Functions | |
| static TypeId | GetTypeId (void) |
| This method returns the TypeId associated to ns3::PositionAllocator. | |
This is a pure abstract base class.
| virtual Vector ns3::PositionAllocator::GetNext | ( | void | ) | const [pure virtual] |
Implemented in ns3::ListPositionAllocator, ns3::GridPositionAllocator, ns3::RandomRectanglePositionAllocator, and ns3::RandomDiscPositionAllocator.
| static TypeId ns3::PositionAllocator::GetTypeId | ( | void | ) | [static] |
This method returns the TypeId associated to ns3::PositionAllocator.
This object is accessible through the following paths with Config::Set and Config::Connect:
Reimplemented from ns3::Object.
Reimplemented in ns3::ListPositionAllocator, ns3::GridPositionAllocator, ns3::RandomRectanglePositionAllocator, and ns3::RandomDiscPositionAllocator.
1.5.8