UsTK : Ultrasound ToolKit
version 2.0.1 under development (2024-11-21)
|
#include <visp3/ustk_grabber/usVolumeGrabbedInfo.h>
Public Member Functions | |
usVolumeGrabbedInfo () | |
~usVolumeGrabbedInfo () | |
void | addTimeStamp (quint64 timestamp, unsigned int position) |
quint32 | getVolumeCount () const |
std::vector< uint64_t > | getTimeStamps () const |
void | setVolumeCount (quint32 volumeCount) |
Class to store additionnal informations arriving on the network with ultrasound volumes grabbed, such as volume count, timestamps. Usefull to do real-time process.
Definition at line 57 of file usVolumeGrabbedInfo.h.
|
explicit |
Constructor.
Definition at line 78 of file usVolumeGrabbedInfo.h.
usVolumeGrabbedInfo< Type >::~usVolumeGrabbedInfo |
Destructor.
Definition at line 83 of file usVolumeGrabbedInfo.h.
void usVolumeGrabbedInfo< Type >::addTimeStamp | ( | quint64 | timestamp, |
unsigned int | position | ||
) |
Includes a new timestamp into the array (corresponding to a frame of the volume).
timestamp | The new timestamp when the first frame in the volume was acquired. |
position | The new timestamp position in the array (from O to array size - 1). |
Definition at line 105 of file usVolumeGrabbedInfo.h.
std::vector< uint64_t > usVolumeGrabbedInfo< Type >::getTimeStamps |
Getter for the timestamps array.
Definition at line 121 of file usVolumeGrabbedInfo.h.
quint32 usVolumeGrabbedInfo< Type >::getVolumeCount |
Volume count getter.
Definition at line 89 of file usVolumeGrabbedInfo.h.
void usVolumeGrabbedInfo< Type >::setVolumeCount | ( | quint32 | volumeCount | ) |
Volume count setter.
volumeCount | The volume number since beginning of acquisition. |
Definition at line 95 of file usVolumeGrabbedInfo.h.