No documentation available.
More...
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 |
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
AxisParallelPlane
Boost.Python.enum
builtin.int
builtin.object
Member Function Documentation
def CMU.AxisParallelPlane.__abs__ |
( |
|
args | ) |
|
def CMU.AxisParallelPlane.__add__ |
( |
|
y | ) |
|
def CMU.AxisParallelPlane.__and__ |
( |
|
y | ) |
|
def CMU.AxisParallelPlane.__cmp__ |
( |
|
y | ) |
|
def CMU.AxisParallelPlane.__coerce__ |
( |
|
y | ) |
|
Equivalent to coerce(x, y)
def CMU.AxisParallelPlane.__div__ |
( |
|
y | ) |
|
def CMU.AxisParallelPlane.__divmod__ |
( |
|
y | ) |
|
Equivalent to divmod(x, y)
def CMU.AxisParallelPlane.__float__ |
( |
|
args | ) |
|
def CMU.AxisParallelPlane.__floordiv__ |
( |
|
y | ) |
|
def CMU.AxisParallelPlane.__format__ |
( |
|
args | ) |
|
def CMU.AxisParallelPlane.__getattribute__ |
( |
|
name | ) |
|
def CMU.AxisParallelPlane.__getnewargs__ |
( |
|
args | ) |
|
def CMU.AxisParallelPlane.__hash__ |
( |
|
args | ) |
|
def CMU.AxisParallelPlane.__hex__ |
( |
|
args | ) |
|
def CMU.AxisParallelPlane.__index__ |
( |
|
args | ) |
|
Equivalent to x[y.__index__():z.__index__()].
def CMU.AxisParallelPlane.__int__ |
( |
|
args | ) |
|
def CMU.AxisParallelPlane.__invert__ |
( |
|
args | ) |
|
def CMU.AxisParallelPlane.__long__ |
( |
|
args | ) |
|
def CMU.AxisParallelPlane.__lshift__ |
( |
|
y | ) |
|
def CMU.AxisParallelPlane.__mod__ |
( |
|
y | ) |
|
def CMU.AxisParallelPlane.__mul__ |
( |
|
y | ) |
|
def CMU.AxisParallelPlane.__neg__ |
( |
|
args | ) |
|
def CMU.AxisParallelPlane.__new__ |
( |
|
args | ) |
|
T.__new__(S, ...) -> a new object with type S, a subtype of T
__new__ = <built-in method __new__ of type object>
def CMU.AxisParallelPlane.__nonzero__ |
( |
|
args | ) |
|
def CMU.AxisParallelPlane.__oct__ |
( |
|
args | ) |
|
def CMU.AxisParallelPlane.__or__ |
( |
|
y | ) |
|
def CMU.AxisParallelPlane.__pos__ |
( |
|
args | ) |
|
def CMU.AxisParallelPlane.__pow__ |
( |
|
y, |
|
|
|
z |
|
) |
| |
Equivalent to pow(x, y[, z])
def CMU.AxisParallelPlane.__radd__ |
( |
|
y | ) |
|
def CMU.AxisParallelPlane.__rand__ |
( |
|
y | ) |
|
def CMU.AxisParallelPlane.__rdiv__ |
( |
|
y | ) |
|
def CMU.AxisParallelPlane.__rdivmod__ |
( |
|
y | ) |
|
Equivalent to divmod(y, x)
def CMU.AxisParallelPlane.__repr__ |
( |
|
args | ) |
|
def CMU.AxisParallelPlane.__rfloordiv__ |
( |
|
y | ) |
|
def CMU.AxisParallelPlane.__rlshift__ |
( |
|
y | ) |
|
def CMU.AxisParallelPlane.__rmod__ |
( |
|
y | ) |
|
def CMU.AxisParallelPlane.__rmul__ |
( |
|
y | ) |
|
def CMU.AxisParallelPlane.__ror__ |
( |
|
y | ) |
|
def CMU.AxisParallelPlane.__rpow__ |
( |
|
x, |
|
|
|
z |
|
) |
| |
Equivalent to pow(x, y[, z])
def CMU.AxisParallelPlane.__rrshift__ |
( |
|
y | ) |
|
def CMU.AxisParallelPlane.__rshift__ |
( |
|
y | ) |
|
def CMU.AxisParallelPlane.__rsub__ |
( |
|
y | ) |
|
def CMU.AxisParallelPlane.__rtruediv__ |
( |
|
y | ) |
|
def CMU.AxisParallelPlane.__rxor__ |
( |
|
y | ) |
|
def CMU.AxisParallelPlane.__str__ |
( |
|
args | ) |
|
def CMU.AxisParallelPlane.__sub__ |
( |
|
y | ) |
|
def CMU.AxisParallelPlane.__truediv__ |
( |
|
y | ) |
|
def CMU.AxisParallelPlane.__trunc__ |
( |
|
args | ) |
|
Truncating an Integral returns itself.
def CMU.AxisParallelPlane.__xor__ |
( |
|
y | ) |
|
def CMU.AxisParallelPlane.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 CMU.AxisParallelPlane.conjugate |
( |
|
args | ) |
|
Returns self, the complex conjugate of any int.
def CMU.AxisParallelPlane.denominator |
( |
|
args | ) |
|
the denominator of a rational number in lowest terms
def CMU.AxisParallelPlane.imag |
( |
|
args | ) |
|
the imaginary part of a complex number
def CMU.AxisParallelPlane.name |
( |
|
args | ) |
|
def CMU.AxisParallelPlane.numerator |
( |
|
args | ) |
|
the numerator of a rational number in lowest terms
def CMU.AxisParallelPlane.real |
( |
|
args | ) |
|
the real part of a complex number
Member Data Documentation
CMU.AxisParallelPlane.XY_PLANE = CMU.AxisParallelPlane.XY_PLANE |
|
static |
CMU.AxisParallelPlane.XZ_PLANE = CMU.AxisParallelPlane.XZ_PLANE |
|
static |
CMU.AxisParallelPlane.YZ_PLANE = CMU.AxisParallelPlane.YZ_PLANE |
|
static |