Defines a maximum value.
More...
#include <cadex/PMI/SemanticAttribute.hxx>
|
| | MaximumValueAttribute () |
| | Constructor.
|
| |
| | MaximumValueAttribute (double theMaxValue) |
| | Constructor.
|
| |
| void | SetMaxValue (double theValue) |
| | Sets the maximum value.
|
| |
| double | MaxValue () const |
| | Returns the maximum value.
|
| |
|
void | Accept (SemanticAttributeVisitor &theVisitor) const |
| |
| size_t | Id () const |
| | Return unique identifier of public object.
|
| |
|
internal::BaseObjectImpl * | Impl () const |
| |
|
bool | IsNull () const |
| |
|
| operator bool () const |
| |
|
template<typename T > |
| bool | IsOfType () const |
| |
| template<typename T > |
| T * | Impl () const |
| | Reserved for internal use.
|
| |
|
|
| MaximumValueAttribute (const ImplType &theImpl) |
| |
|
| SemanticAttribute (const ImplType &theImpl) |
| |
|
| BaseObject (const ImplType &theImpl) |
| |
|
|
typedef std::shared_ptr< internal::BaseObjectImpl > | ImplType |
| |
◆ MaximumValueAttribute() [1/2]
| cadex::PMI::MaximumValueAttribute::MaximumValueAttribute |
( |
| ) |
|
◆ MaximumValueAttribute() [2/2]
| cadex::PMI::MaximumValueAttribute::MaximumValueAttribute |
( |
double | theMaxValue | ) |
|
|
explicit |
◆ CompareType()
| bool cadex::PMI::MaximumValueAttribute::CompareType |
( |
const BaseObject & | theObject | ) |
|
|
static |
◆ MaxValue()
| double cadex::PMI::MaximumValueAttribute::MaxValue |
( |
| ) |
const |
◆ SetMaxValue()
| void cadex::PMI::MaximumValueAttribute::SetMaxValue |
( |
double | theValue | ) |
|