- Sep 23, 2011
-
-
Julien Malik authored
-
Julien Malik authored
-
Cyrille Valladeau authored
-
Cyrille Valladeau authored
-
Cyrille Valladeau authored
-
- Sep 22, 2011
-
-
OTB Bot authored
-
Otmane Lahlou authored
-
Otmane Lahlou authored
-
Otmane Lahlou authored
-
Julien Malik authored
-
Otmane Lahlou authored
-
Otmane Lahlou authored
-
Otmane Lahlou authored
-
Otmane Lahlou authored
-
Aurélien Bricier authored
-
Otmane Lahlou authored
-
Julien Malik authored
-
Otmane Lahlou authored
-
Julien Malik authored
-
Julien Malik authored
-
Julien Malik authored
-
Otmane Lahlou authored
-
- Sep 21, 2011
-
-
Julien Malik authored
-
OTB Bot authored
-
Cyrille Valladeau authored
-
Cyrille Valladeau authored
-
Jonathan Guinet authored
-
Otmane Lahlou authored
-
Otmane Lahlou authored
-
Otmane Lahlou authored
-
Otmane Lahlou authored
-
Otmane Lahlou authored
-
Cyrille Valladeau authored
-
Otmane Lahlou authored
-
Otmane Lahlou authored
ENH : use the method WrapperApplication::AddProcess to add the application internal process to be watched
-
Otmane Lahlou authored
of the current executed process. Use in both QtGUI and CLI to instanciate watchers and report progress
-
Otmane Lahlou authored
- a AddProcessToWatch is instanciated, setting the process and the description - the event is invoked - the class that are responsible of reporting the progress must observe this event - a callback is executed when the event observed is invoked, and then we can get the - pointer to the processObject and the description Using event allow us to use the right pointer to he ProcessObject we want to observe, avoiding observing null pointers, pointers relative to a previous execution, and to avoid bad RequestedRegion propagated in the pipeline errors.
-
Otmane Lahlou authored
-
Otmane Lahlou authored
ADD : Class implementing an Event storing a pointer to a itk::ProcessObject and a string describing it.
-
Cyrille Valladeau authored
-