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

No documentation available. More...

Methods defined here:

def __init__
def __iter__
def __reduce__

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

MaterialFile
Boost.Python.instance
builtin.object

Constructor & Destructor Documentation

def materialfile.MaterialFile.__init__ (   arg1)
Returns
Instance of type None
     C++ signature :
         void __init__(_object*)
 
 
     C++ signature :
         void* __init__(boost::python::api::object,std::string)
Note
Additional signature: init( (object)arg1, (str)arg2) -> object

Member Function Documentation

def materialfile.MaterialFile.__dict__ (   args)
def materialfile.MaterialFile.__iter__ (   arg1)
Returns
Instance of type object
     C++ signature :
         boost::python::objects::iterator_range<boost::python::return_value_policy<boost::python::return_by_value, boost::python::default_call_policies>, __gnu_cxx::__normal_iterator<material_type*, std::vector<material_type, std::allocator<material_type> > > > __iter__(boost::python::back_reference<std::vector<material_type, std::allocator<material_type> >&>)
def materialfile.MaterialFile.__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 materialfile.MaterialFile.__reduce__ (   args)
 __reduce__ = <unnamed Boost.Python function>(args)
def materialfile.MaterialFile.__weakref__ (   args)

Member Data Documentation

int materialfile.MaterialFile.__instance_size__ = 40
staticprivate