#include <strk_art_model_display_process.h>

Definition at line 20 of file strk_art_model_display_process.h.
| strk_art_model_display_process::strk_art_model_display_process | ( | ) |
Definition at line 12 of file strk_art_model_display_process.cxx.
| strk_art_model_display_process::~strk_art_model_display_process | ( | ) |
Definition at line 18 of file strk_art_model_display_process.cxx.
| bool strk_art_model_display_process::execute | ( | ) | [virtual] |
track to next frame.
Implements vpro_video_process.
Definition at line 157 of file strk_art_model_display_process.cxx.
| virtual bool strk_art_model_display_process::finish | ( | ) | [inline, virtual] |
Implements vpro_video_process.
Definition at line 29 of file strk_art_model_display_process.h.
| virtual process_data_type strk_art_model_display_process::get_output_type | ( | ) | const [inline, virtual] |
Reimplemented from vpro_video_process.
Definition at line 25 of file strk_art_model_display_process.h.
| bool strk_art_model_display_process::input_tracked_models | ( | vcl_ifstream & | str | ) | [private] |
Definition at line 43 of file strk_art_model_display_process.cxx.
| bool strk_art_model_display_process::set_input_file | ( | vcl_string const & | file_name | ) |
Definition at line 229 of file strk_art_model_display_process.cxx.
bool strk_art_model_display_process::failure_ [private] |
Definition at line 34 of file strk_art_model_display_process.h.
bool strk_art_model_display_process::first_frame_ [private] |
Definition at line 35 of file strk_art_model_display_process.h.
int strk_art_model_display_process::start_frame_ [private] |
Reimplemented from vpro_video_process.
Definition at line 37 of file strk_art_model_display_process.h.
vcl_string strk_art_model_display_process::track_file_ [private] |
Definition at line 36 of file strk_art_model_display_process.h.
vcl_vector< vcl_vector< vtol_face_2d_sptr> > strk_art_model_display_process::tracked_models_ [private] |
Definition at line 38 of file strk_art_model_display_process.h.
1.7.5.1