You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…uctors
This means we don't have to add more arguments to constructors like we did with the float node implementation (which was also changed).
When reading, we only call the validation if we actually read in a value for Integer, ScaledInteger, and Float nodes (see E57XmlParser.cpp).
Fixes#275
…uctors (#278)
This means we don't have to add more arguments to constructors like we did with the float node implementation (which was also changed).
When reading, we only call the validation if we actually read in a value for Integer, ScaledInteger, and Float nodes (see E57XmlParser.cpp).
Fixes#275
This has to do with default values on the prototype nodes when reading (see #246).
#250 fixed it for float nodes.
The same should probably be done for
Integer
andScaledInteger
.The text was updated successfully, but these errors were encountered: