A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vector.h File Reference
#include "attribute.h"
#include "attribute-helper.h"
+ Include dependency graph for vector.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ns3::Vector2D
 a 3d vector More...
 
class  ns3::Vector3D
 a 3d vector More...
 

Namespaces

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

Typedefs

typedef Vector3D ns3::Vector
 
typedef Vector3DChecker ns3::VectorChecker
 
typedef Vector3DValue ns3::VectorValue
 

Functions

 ns3::ATTRIBUTE_ACCESSOR_DEFINE (Vector)
 
 ns3::ATTRIBUTE_HELPER_HEADER (Vector3D)
 
 ns3::ATTRIBUTE_HELPER_HEADER (Vector2D)
 
double ns3::CalculateDistance (const Vector3D &a, const Vector3D &b)
 
double ns3::CalculateDistance (const Vector2D &a, const Vector2D &b)
 
Ptr< const AttributeChecker > ns3::MakeVectorChecker (void)
 
std::ostream & ns3::operator<< (std::ostream &os, const Vector3D &vector)
 
std::ostream & ns3::operator<< (std::ostream &os, const Vector2D &vector)
 
std::istream & ns3::operator>> (std::istream &is, Vector3D &vector)
 
std::istream & ns3::operator>> (std::istream &is, Vector2D &vector)