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

No documentation available. More...

Methods defined here:

def __init__
def __reduce__
def get_material_number
def get_uuid
def valid

Data descriptors defined here:

def member_number

Data and other attributes defined here:

int __instance_size__ = 40

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

MaterialHandle
Boost.Python.instance
builtin.object

Constructor & Destructor Documentation

def MaterialBase.MaterialHandle.__init__ (   arg1)
Returns
Instance of type None
     C++ signature :
         void __init__(_object*)
 
 
     C++ signature :
         void __init__(_object*,int,int [,boost::array<char, 16ul>])
Note
Additional signature: init( (object)arg1, (int)arg2, (int)arg3 [, (Uuid)arg4]) -> None

Member Function Documentation

def MaterialBase.MaterialHandle.__dict__ (   args)
def MaterialBase.MaterialHandle.__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>
def MaterialBase.MaterialHandle.__reduce__ (   args)
 __reduce__ = <unnamed Boost.Python function>(args)
def MaterialBase.MaterialHandle.__weakref__ (   args)
def MaterialBase.MaterialHandle.get_material_number (   arg1)
Returns
Instance of type int
     C++ signature :
         int get_material_number(MaterialHandle {lvalue})
def MaterialBase.MaterialHandle.get_uuid (   arg1)
Returns
Instance of type Uuid
     C++ signature :
         boost::array<char, 16ul> get_uuid(MaterialHandle {lvalue})
def MaterialBase.MaterialHandle.member_number (   args)
def MaterialBase.MaterialHandle.valid (   arg1)
Returns
Instance of type bool
     C++ signature :
         bool valid(MaterialHandle {lvalue})

Member Data Documentation

int MaterialBase.MaterialHandle.__instance_size__ = 40
staticprivate