src/mobility/bindings/modulegen__gcc_ILP32.py
changeset 11163 d4ab70e53421
parent 11114 b02433d91a26
child 11286 e8208de811d4
--- a/src/mobility/bindings/modulegen__gcc_ILP32.py	Mon Jan 26 17:14:25 2015 -0800
+++ b/src/mobility/bindings/modulegen__gcc_ILP32.py	Mon Jan 26 17:14:36 2015 -0800
@@ -1191,6 +1191,11 @@
                    'void', 
                    [param('ns3::Ptr< ns3::OutputStreamWrapper >', 'stream')], 
                    is_static=True)
+    ## mobility-helper.h (module 'mobility'): static double ns3::MobilityHelper::GetDistanceSquaredBetween(ns3::Ptr<ns3::Node> n1, ns3::Ptr<ns3::Node> n2) [member function]
+    cls.add_method('GetDistanceSquaredBetween', 
+                   'double', 
+                   [param('ns3::Ptr< ns3::Node >', 'n1'), param('ns3::Ptr< ns3::Node >', 'n2')], 
+                   is_static=True)
     ## mobility-helper.h (module 'mobility'): std::string ns3::MobilityHelper::GetMobilityModelType() const [member function]
     cls.add_method('GetMobilityModelType', 
                    'std::string',