#include "ns3/object.h"
#include "ns3/random-variable.h"
#include "vector.h"
Go to the source code of this file.
Classes | |
class | ns3::PositionAllocator |
allocate a set of positions. The allocation strategy is implemented in subclasses. More... | |
class | ns3::ListPositionAllocator |
Allocate positions from a deterministic list specified by the user. More... | |
class | ns3::GridPositionAllocator |
Allocate positions on a rectangular 2d grid. More... | |
class | ns3::RandomRectanglePositionAllocator |
allocate random positions within a rectangle according to a pair of random variables. More... | |
class | ns3::RandomDiscPositionAllocator |
allocate random positions within a disc according to a pair of random variables. More... | |
Namespaces | |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. |