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

No documentation available. More...

Inheritance diagram for Rebar.EndOperation:
Rebar.DeformedEndOp Rebar.PlainEndOp Rebar.TerminatorEndOp Rebar.ThreadedEndOp

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__

Detailed Description

No documentation available.

Method resolution order

EndOperation
Boost.Python.instance
builtin.object

Constructor & Destructor Documentation

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.

Member Function Documentation

def Rebar.EndOperation.__dict__ (   args)
def Rebar.EndOperation.__getinitargs__ (   arg1)
Returns
Instance of type tuple
     C++ signature :
         boost::python::tuple __getinitargs__(Rebar::EndOperation)

Reimplemented in Rebar.ThreadedEndOp, Rebar.TerminatorEndOp, Rebar.PlainEndOp, and Rebar.DeformedEndOp.

def Rebar.EndOperation.__getstate__ (   arg1)
Returns
Instance of type tuple
     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 
)
Returns
Instance of type None
     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)
def Rebar.EndOperation.GetDescription (   arg1)
Returns
Instance of type str
     Get the end operation description.
 
     C++ signature :
         std::string GetDescription(Rebar::EndOperation {lvalue})
 
 
     C++ signature :
         void GetDescription(Alloy::Pointer::Pointer<Rebar::EndOperation> {lvalue})
Note
Additional signature: GetDescription( (EndOperation)arg1) -> None

Reimplemented in Rebar.ThreadedEndOp, Rebar.TerminatorEndOp, Rebar.PlainEndOp, and Rebar.DeformedEndOp.

def Rebar.EndOperation.GetType (   arg1)
Returns
Instance of type EndOperationType
     Get the end operation type.
 
     C++ signature :
         Rebar::EndOperationType GetType(Rebar::EndOperation {lvalue})
 
 
     C++ signature :
         void GetType(Alloy::Pointer::Pointer<Rebar::EndOperation> {lvalue})
Note
Additional signature: GetType( (EndOperation)arg1) -> None

Reimplemented in Rebar.ThreadedEndOp, Rebar.TerminatorEndOp, Rebar.PlainEndOp, and Rebar.DeformedEndOp.

Member Data Documentation

Rebar.EndOperation.__safe_for_unpickling__ = True
staticprivate