Skip to content

Commit

Permalink
update SIP
Browse files Browse the repository at this point in the history
  • Loading branch information
vcloarec authored and nyalldawson committed Jun 2, 2020
1 parent 8250731 commit 9fec526
Showing 1 changed file with 9 additions and 0 deletions.
Expand Up @@ -146,6 +146,15 @@ Returns whether the variable width ignores out of range value
void setIgnoreOutOfRange( bool ignoreOutOfRange );
%Docstring
Sets whether the variable width ignores out of range value
%End

bool useAbsoluteValue() const;
%Docstring
Returns whether absolute value are used as input
%End
void setUseAbsoluteValue( bool useAbsoluteValue );
%Docstring
Sets whether absolute value are used as input
%End

bool isVariableWidth() const;
Expand Down

0 comments on commit 9fec526

Please sign in to comment.