|
PlusLib
2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
|
#include <src/PlusDataCollection/vtkPlusParameters.h>
Public Member Functions | |
| ParameterInfo () | |
| ParameterInfo (std::string defaultValue) | |
Public Attributes | |
| bool | Pending |
| Flag indicating whether the parameter is changed but has not been set to device. More... | |
| bool | Set |
| std::string | Value |
| Serialized parameter value. More... | |
Definition at line 27 of file vtkPlusParameters.h.
|
inline |
Definition at line 30 of file vtkPlusParameters.h.
|
inline |
Definition at line 31 of file vtkPlusParameters.h.
| bool vtkPlusParameters::ParameterInfo::Pending |
Flag indicating whether the parameter is changed but has not been set to device.
Definition at line 39 of file vtkPlusParameters.h.
| bool vtkPlusParameters::ParameterInfo::Set |
Flag indicating whether the invalid default has been changed to meaningful value (Note: sound velocity has a meaningful default)
Definition at line 37 of file vtkPlusParameters.h.
| std::string vtkPlusParameters::ParameterInfo::Value |
Serialized parameter value.
Definition at line 31 of file vtkPlusParameters.h.
1.8.15