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

Method hasMinValue

src/IECore/NumericParameter.cpp:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87
88template<typename T>
89bool NumericParameter<T>::hasMinValue() const
90{
91 return m_min != std::numeric_limits<T>::lowest();
92}
93
94template<typename T>
95T NumericParameter<T>::minValue() const

Callers 2

__formatNumericParameterFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected