Dummy::Shot collects parameters for simulating a frame capture with the Dummy sensor. More...
#include <Shot.h>
Public Member Functions | |
Shot (const FCam::Shot &) | |
Copying a shot results in a very deep copy. | |
const Shot & | operator= (const FCam::Shot &) |
Copying a shot results in a very deep copy. |
Dummy::Shot collects parameters for simulating a frame capture with the Dummy sensor.
Definition at line 20 of file Shot.h.
FCam::Dummy::Shot::Shot | ( | const FCam::Shot & | other | ) |
Copying a shot results in a very deep copy.
This assigns a freshly generated shot id to the result.
Reimplemented from FCam::Shot.
const Shot & FCam::Dummy::Shot::operator= | ( | const FCam::Shot & | other | ) |
Copying a shot results in a very deep copy.
This assigns a freshly generated shot id to the result.
Reimplemented from FCam::Shot.