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

No documentation available. More...

Inheritance diagram for Rebar.DeformedEndOp:
Rebar.EndOperation

Methods defined here:

def GetDescription
def GetType
def __getinitargs__
def __getstate__
def __init__
def __reduce__
def __setstate__

Data and other attributes defined here:

int __instance_size__ = 40
 __safe_for_unpickling__ = True

Data descriptors inherited from Boost.Python.instance:

def __dict__
def __weakref__

Data and other attributes inherited from Boost.Python.instance:

def __new__

Additional Inherited Members

- Public Member Functions inherited from Rebar.EndOperation

Detailed Description

No documentation available.

Method resolution order

DeformedEndOp
EndOperation
Boost.Python.instance
builtin.object

Constructor & Destructor Documentation

def Rebar.DeformedEndOp.__init__ (   arg1)
Returns
Instance of type None
     C++ signature :
         void __init__(_object*)

Reimplemented from Rebar.EndOperation.

Member Function Documentation

def Rebar.DeformedEndOp.__dict__ (   args)

Reimplemented from Rebar.EndOperation.

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

Reimplemented from Rebar.EndOperation.

def Rebar.DeformedEndOp.__getstate__ (   arg1)
Returns
Instance of type tuple
     C++ signature :
         boost::python::tuple __getstate__(Rebar::DeformedEndOp)

Reimplemented from Rebar.EndOperation.

def Rebar.DeformedEndOp.__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 from Rebar.EndOperation.

def Rebar.DeformedEndOp.__reduce__ (   args)
 __reduce__ = <unnamed Boost.Python function>(args)

Reimplemented from Rebar.EndOperation.

def Rebar.DeformedEndOp.__setstate__ (   arg1,
  arg2 
)
Returns
Instance of type None
     C++ signature :
         void __setstate__(Rebar::DeformedEndOp {lvalue},boost::python::tuple)

Reimplemented from Rebar.EndOperation.

def Rebar.DeformedEndOp.__weakref__ (   args)

Reimplemented from Rebar.EndOperation.

def Rebar.DeformedEndOp.GetDescription (   arg1)
Returns
Instance of type str
     Get the end operation description.
 
     C++ signature :
         std::string GetDescription(Rebar::DeformedEndOp {lvalue})

Reimplemented from Rebar.EndOperation.

def Rebar.DeformedEndOp.GetType (   arg1)
Returns
Instance of type EndOperationType
     Get the end operation type.
 
     C++ signature :
         Rebar::EndOperationType GetType(Rebar::DeformedEndOp {lvalue})

Reimplemented from Rebar.EndOperation.

Member Data Documentation

int Rebar.DeformedEndOp.__instance_size__ = 40
staticprivate
Rebar.DeformedEndOp.__safe_for_unpickling__ = True
staticprivate