SDS2 Parametric API
 All Classes Namespaces Functions Variables Pages
List of all members
Rebar.EndOperationType Class Reference

No documentation available. More...

Data and other attributes defined here:

 DEFORMED = Rebar.EndOperationType.DEFORMED
 PLAIN = Rebar.EndOperationType.PLAIN
 TERMINATOR = Rebar.EndOperationType.TERMINATOR
 THREADED = Rebar.EndOperationType.THREADED
dictionary names = {'DEFORMED': Rebar.EndOperationType.DEFORMED, 'PLAIN': Rebar.EndOperationType.PLAIN, 'TERMINATOR': Rebar.EndOperationType.TERMINATOR, 'THREADED': Rebar.EndOperationType.THREADED}
dictionary values = {0: Rebar.EndOperationType.PLAIN, 1: Rebar.EndOperationType.THREADED, 2: Rebar.EndOperationType.TERMINATOR, 3: Rebar.EndOperationType.DEFORMED}

Methods inherited from Boost.Python.enum:

def __repr__
 Equivalent to repr(x)
def __str__
 Equivalent to str(x)

Data descriptors inherited from Boost.Python.enum:

def name

Methods inherited from __builtin__.int:

def __abs__
 Equivalent to abs(x)
def __add__
 Equivalent to x+y.
def __and__
 Equivalent to x&y.
def __cmp__
 Equivalent to cmp(x,y)
def __coerce__
 Equivalent to coerce(x, y)
def __div__
 Equivalent to x/y.
def __divmod__
 Equivalent to divmod(x, y)
def __float__
 Equivalent to float(x)
def __floordiv__
 Equivalent to x//y.
def __format__
def __getattribute__
 Equivalent to x.name.
def __getnewargs__
def __hash__
 Equivalent to hash(x)
def __hex__
 Equivalent to hex(x)
def __index__
 Equivalent to x[y.__index__():z.__index__()].
def __int__
 Equivalent to int(x)
def __invert__
 Equivalent to ~x.
def __long__
 Equivalent to long(x)
def __lshift__
 Equivalent to x<<y.
def __mod__
 Equivalent to xy.
def __mul__
 Equivalent to x*y.
def __neg__
 Equivalent to -x.
def __nonzero__
 Equivalent to x != 0.
def __oct__
 Equivalent to oct(x)
def __or__
 Equivalent to x|y.
def __pos__
 Equivalent to +x.
def __pow__
 Equivalent to pow(x, y[, z])
def __radd__
 Equivalent to y+x.
def __rand__
 Equivalent to y&x.
def __rdiv__
 Equivalent to y/x.
def __rdivmod__
 Equivalent to divmod(y, x)
def __rfloordiv__
 Equivalent to y//x.
def __rlshift__
 Equivalent to y<<x.
def __rmod__
 Equivalent to yx.
def __rmul__
 Equivalent to y*x.
def __ror__
 Equivalent to y|x.
def __rpow__
 Equivalent to pow(x, y[, z])
def __rrshift__
 Equivalent to y>>x.
def __rshift__
 Equivalent to x>>y.
def __rsub__
 Equivalent to y-x.
def __rtruediv__
 Equivalent to y/x.
def __rxor__
 Equivalent to y^x.
def __sub__
 Equivalent to x-y.
def __truediv__
 Equivalent to x/y.
def __trunc__
def __xor__
 Equivalent to x^y.
def bit_length
def conjugate

Data descriptors inherited from __builtin__.int:

def denominator
 the denominator of a rational number in lowest terms
def imag
 the imaginary part of a complex number
def numerator
 the numerator of a rational number in lowest terms
def real
 the real part of a complex number

Data and other attributes inherited from __builtin__.int:

def __new__

Detailed Description

No documentation available.

Method resolution order

EndOperationType
Boost.Python.enum
builtin.int
builtin.object

Member Function Documentation

def Rebar.EndOperationType.__abs__ (   args)

Equivalent to abs(x)

def Rebar.EndOperationType.__add__ (   y)

Equivalent to x+y.

def Rebar.EndOperationType.__and__ (   y)

Equivalent to x&y.

def Rebar.EndOperationType.__cmp__ (   y)

Equivalent to cmp(x,y)

def Rebar.EndOperationType.__coerce__ (   y)

Equivalent to coerce(x, y)

def Rebar.EndOperationType.__div__ (   y)

Equivalent to x/y.

def Rebar.EndOperationType.__divmod__ (   y)

Equivalent to divmod(x, y)

def Rebar.EndOperationType.__float__ (   args)

Equivalent to float(x)

def Rebar.EndOperationType.__floordiv__ (   y)

Equivalent to x//y.

def Rebar.EndOperationType.__format__ (   args)
 __format__(args)
def Rebar.EndOperationType.__getattribute__ (   name)

Equivalent to x.name.

def Rebar.EndOperationType.__getnewargs__ (   args)
 __getnewargs__(args)
def Rebar.EndOperationType.__hash__ (   args)

Equivalent to hash(x)

def Rebar.EndOperationType.__hex__ (   args)

Equivalent to hex(x)

def Rebar.EndOperationType.__index__ (   args)

Equivalent to x[y.__index__():z.__index__()].

def Rebar.EndOperationType.__int__ (   args)

Equivalent to int(x)

def Rebar.EndOperationType.__invert__ (   args)

Equivalent to ~x.

def Rebar.EndOperationType.__long__ (   args)

Equivalent to long(x)

def Rebar.EndOperationType.__lshift__ (   y)

Equivalent to x<<y.

def Rebar.EndOperationType.__mod__ (   y)

Equivalent to xy.

def Rebar.EndOperationType.__mul__ (   y)

Equivalent to x*y.

def Rebar.EndOperationType.__neg__ (   args)

Equivalent to -x.

def Rebar.EndOperationType.__new__ (   args)
T.__new__(S, ...) -> a new object with type S, a subtype of T
 __new__ = <built-in method __new__ of type object>
def Rebar.EndOperationType.__nonzero__ (   args)

Equivalent to x != 0.

def Rebar.EndOperationType.__oct__ (   args)

Equivalent to oct(x)

def Rebar.EndOperationType.__or__ (   y)

Equivalent to x|y.

def Rebar.EndOperationType.__pos__ (   args)

Equivalent to +x.

def Rebar.EndOperationType.__pow__ (   y,
  z 
)

Equivalent to pow(x, y[, z])

def Rebar.EndOperationType.__radd__ (   y)

Equivalent to y+x.

def Rebar.EndOperationType.__rand__ (   y)

Equivalent to y&x.

def Rebar.EndOperationType.__rdiv__ (   y)

Equivalent to y/x.

def Rebar.EndOperationType.__rdivmod__ (   y)

Equivalent to divmod(y, x)

def Rebar.EndOperationType.__repr__ (   args)

Equivalent to repr(x)

def Rebar.EndOperationType.__rfloordiv__ (   y)

Equivalent to y//x.

def Rebar.EndOperationType.__rlshift__ (   y)

Equivalent to y<<x.

def Rebar.EndOperationType.__rmod__ (   y)

Equivalent to yx.

def Rebar.EndOperationType.__rmul__ (   y)

Equivalent to y*x.

def Rebar.EndOperationType.__ror__ (   y)

Equivalent to y|x.

def Rebar.EndOperationType.__rpow__ (   x,
  z 
)

Equivalent to pow(x, y[, z])

def Rebar.EndOperationType.__rrshift__ (   y)

Equivalent to y>>x.

def Rebar.EndOperationType.__rshift__ (   y)

Equivalent to x>>y.

def Rebar.EndOperationType.__rsub__ (   y)

Equivalent to y-x.

def Rebar.EndOperationType.__rtruediv__ (   y)

Equivalent to y/x.

def Rebar.EndOperationType.__rxor__ (   y)

Equivalent to y^x.

def Rebar.EndOperationType.__str__ (   args)

Equivalent to str(x)

def Rebar.EndOperationType.__sub__ (   y)

Equivalent to x-y.

def Rebar.EndOperationType.__truediv__ (   y)

Equivalent to x/y.

def Rebar.EndOperationType.__trunc__ (   args)
 Truncating an Integral returns itself.
def Rebar.EndOperationType.__xor__ (   y)

Equivalent to x^y.

def Rebar.EndOperationType.bit_length (   args)
Returns
Instance of type int
 Number of bits necessary to represent self in binary.
 >>> bin(37)
 '0b100101'
 >>> (37).bit_length()
 6
def Rebar.EndOperationType.conjugate (   args)
 Returns self, the complex conjugate of any int.
def Rebar.EndOperationType.denominator (   args)

the denominator of a rational number in lowest terms

def Rebar.EndOperationType.imag (   args)

the imaginary part of a complex number

def Rebar.EndOperationType.name (   args)
def Rebar.EndOperationType.numerator (   args)

the numerator of a rational number in lowest terms

def Rebar.EndOperationType.real (   args)

the real part of a complex number

Member Data Documentation

Rebar.EndOperationType.DEFORMED = Rebar.EndOperationType.DEFORMED
static
Rebar.EndOperationType.PLAIN = Rebar.EndOperationType.PLAIN
static
Rebar.EndOperationType.TERMINATOR = Rebar.EndOperationType.TERMINATOR
static
Rebar.EndOperationType.THREADED = Rebar.EndOperationType.THREADED
static