MCPcopy Create free account
hub / github.com/ImageEngine/cortex / hasMaxValue

Method hasMaxValue

src/IECore/NumericParameter.cpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99
100template<typename T>
101bool NumericParameter<T>::hasMaxValue() const
102{
103 return m_max != std::numeric_limits<T>::max();
104}
105
106template<typename T>
107T NumericParameter<T>::maxValue() const

Callers 2

__formatNumericParameterFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected