#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) |
|
||||||||||||
|
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: ![]() |
1.4.6