two_phase_pull.cc File Reference

#include "two_phase_pull.hh"

Include dependency graph for two_phase_pull.cc:

Go to the source code of this file.

Functions

int main (int argc, char **argv)


Function Documentation

int main int  argc,
char **  argv
 

Definition at line 1419 of file two_phase_pull.cc.

References GradientFilter::run().

01420 {
01421   GradientFilter *app;
01422 
01423   // Initialize and run the Gradient Filter
01424   app = new GradientFilter(argc, argv);
01425   app->run();
01426 
01427   return 0;
01428 }

Here is the call graph for this function:


Generated on Tue Mar 6 17:01:49 2007 for ns2 Network Simulator 2.29 by  doxygen 1.4.6