37 #include <visp3/core/vpConfig.h>
40 #include <visp3/ustk_core/usImagePreScanSettings.h>
73 *
this = preScanSettings;
99 return (usTransducerSettings::operator==(other) && m_axialResolution == other.
getAxialResolution());
105 template <
class T> VISP_EXPORT std::ostream &operator<<(std::ostream &out,
const usImagePreScanSettings &other)
Settings associated to ultrasound pre-scan images implemented in usImageRF2D, usImageRF3D,...
void setImagePreScanSettings(const usImagePreScanSettings &preScanSettings)
bool operator==(const usImagePreScanSettings &other)
virtual ~usImagePreScanSettings()
double getAxialResolution() const
usImagePreScanSettings getImagePreScanSettings() const
usImagePreScanSettings & operator=(const usImagePreScanSettings &other)
void setAxialResolution(const double axialResolution)
Generic class for 2D ultrasound data common settings associated to the type of probe transducer used ...
usTransducerSettings & operator=(const usTransducerSettings &other)