#include <DefOrgViewerAdapterBase.h>
Public Member Functions | |
DefOrgPropertyStruct (double _lowerBound, double _upperBound, double _defaultValue, double _currentValue, double _resolution, std::string _helpString) | |
DefOrgPropertyStruct () | |
Public Attributes | |
double | lowerBound |
double | upperBound |
double | defaultValue |
double | currentValue |
double | resolution |
std::string | helpString |
Definition at line 58 of file DefOrgViewerAdapterBase.h.