A Discrete-Event Network Simulator
API
position-allocator.h File Reference
#include "ns3/object.h"
#include "ns3/random-variable-stream.h"
#include "ns3/vector.h"
+ Include dependency graph for position-allocator.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ns3::GridPositionAllocator
 Allocate positions on a rectangular 2d grid. More...
 
class  ns3::ListPositionAllocator
 Allocate positions from a deterministic list specified by the user. More...
 
class  ns3::PositionAllocator
 Allocate a set of positions. More...
 
class  ns3::RandomBoxPositionAllocator
 Allocate random positions within a 3D box according to a set of three random variables. More...
 
class  ns3::RandomDiscPositionAllocator
 Allocate random positions within a disc according to a given distribution for the polar coordinates of each node with respect to the provided center of the disc. More...
 
class  ns3::RandomRectanglePositionAllocator
 Allocate random positions within a rectangle according to a pair of random variables. More...
 
class  ns3::UniformDiscPositionAllocator
 Allocate the positions uniformely (with constant density) randomly within a disc. More...
 

Namespaces

 ns3
 Every class exported by the ns3 library is enclosed in the ns3 namespace.