No documentation available. More...
Methods defined here: | |
def | GetDescription |
def | GetType |
def | __getinitargs__ |
def | __getstate__ |
def | __reduce__ |
def | __setstate__ |
Data and other attributes defined here: | |
__safe_for_unpickling__ = True | |
def | __init__ |
Data descriptors inherited from Boost.Python.instance: | |
def | __dict__ |
def | __weakref__ |
Data and other attributes inherited from Boost.Python.instance: | |
def | __new__ |
No documentation available.
EndOperation
Boost.Python.instance
builtin.object
def Rebar.EndOperation.__init__ | ( | args | ) |
Raises an exception This class cannot be instantiated from Python
__init__ = <built-in function __init__>
Reimplemented in Rebar.ThreadedEndOp, Rebar.TerminatorEndOp, Rebar.PlainEndOp, and Rebar.DeformedEndOp.
def Rebar.EndOperation.__dict__ | ( | args | ) |
Reimplemented in Rebar.ThreadedEndOp, Rebar.TerminatorEndOp, Rebar.PlainEndOp, and Rebar.DeformedEndOp.
def Rebar.EndOperation.__getinitargs__ | ( | arg1 | ) |
C++ signature : boost::python::tuple __getinitargs__(Rebar::EndOperation)
Reimplemented in Rebar.ThreadedEndOp, Rebar.TerminatorEndOp, Rebar.PlainEndOp, and Rebar.DeformedEndOp.
def Rebar.EndOperation.__getstate__ | ( | arg1 | ) |
C++ signature : boost::python::tuple __getstate__(Rebar::EndOperation)
Reimplemented in Rebar.ThreadedEndOp, Rebar.TerminatorEndOp, Rebar.PlainEndOp, and Rebar.DeformedEndOp.
def Rebar.EndOperation.__new__ | ( | args | ) |
T.__new__(S, ...) -> a new object with type S, a subtype of T
__new__ = <built-in method __new__ of Boost.Python.class object>
Reimplemented in Rebar.ThreadedEndOp, Rebar.TerminatorEndOp, Rebar.PlainEndOp, and Rebar.DeformedEndOp.
def Rebar.EndOperation.__reduce__ | ( | args | ) |
__reduce__ = <unnamed Boost.Python function>(args)
Reimplemented in Rebar.ThreadedEndOp, Rebar.TerminatorEndOp, Rebar.PlainEndOp, and Rebar.DeformedEndOp.
def Rebar.EndOperation.__setstate__ | ( | arg1, | |
arg2 | |||
) |
C++ signature : void __setstate__(Rebar::EndOperation {lvalue},boost::python::tuple)
Reimplemented in Rebar.ThreadedEndOp, Rebar.TerminatorEndOp, Rebar.PlainEndOp, and Rebar.DeformedEndOp.
def Rebar.EndOperation.__weakref__ | ( | args | ) |
Reimplemented in Rebar.ThreadedEndOp, Rebar.TerminatorEndOp, Rebar.PlainEndOp, and Rebar.DeformedEndOp.
def Rebar.EndOperation.GetDescription | ( | arg1 | ) |
Get the end operation description. C++ signature : std::string GetDescription(Rebar::EndOperation {lvalue}) C++ signature : void GetDescription(Alloy::Pointer::Pointer<Rebar::EndOperation> {lvalue})
Reimplemented in Rebar.ThreadedEndOp, Rebar.TerminatorEndOp, Rebar.PlainEndOp, and Rebar.DeformedEndOp.
def Rebar.EndOperation.GetType | ( | arg1 | ) |
Get the end operation type. C++ signature : Rebar::EndOperationType GetType(Rebar::EndOperation {lvalue}) C++ signature : void GetType(Alloy::Pointer::Pointer<Rebar::EndOperation> {lvalue})
Reimplemented in Rebar.ThreadedEndOp, Rebar.TerminatorEndOp, Rebar.PlainEndOp, and Rebar.DeformedEndOp.
|
staticprivate |