Package openalea :: Package plantgl :: Package algo :: Module _pglalgo :: Class Merge
[frames] | no frames]

Class Merge

 object --+    
          |    
??.instance --+
              |
             Merge

Instance Methods
 
__init__(...)
__init__( (object)arg1, (Discretizer)arg2, (ExplicitModel)arg3) -> None : Merge(Discretizer d, ExplicitModel e )
 
__reduce__(...)
helper for pickle
 
apply(...)
apply( (Merge)arg1, (Geometry)arg2) -> bool :

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables
  __instance_size__ = 28
Properties
  model
  result

Inherited from object: __class__

Method Details

__init__(...)
(Constructor)

 

__init__( (object)arg1, (Discretizer)arg2, (ExplicitModel)arg3) -> None :
    Merge(Discretizer d, ExplicitModel e )

    C++ signature :
        void __init__(struct _object *,class PGL::Discretizer {lvalue},class TOOLS::RefCountPtr<class PGL::ExplicitModel> {lvalue})

Overrides: object.__init__

__reduce__(...)

 
helper for pickle

Overrides: object.__reduce__
(inherited documentation)

apply(...)

 

apply( (Merge)arg1, (Geometry)arg2) -> bool :

    C++ signature :
        bool apply(class PGL::Merge {lvalue},class TOOLS::RefCountPtr<class PGL::Geometry> {lvalue})

apply( (Merge)arg1, (ExplicitModel)arg2) -> bool :

    C++ signature :
        bool apply(class PGL::Merge {lvalue},class TOOLS::RefCountPtr<class PGL::ExplicitModel> {lvalue})


Property Details

model

Get Method:
unreachable(...)

result

Get Method:
unreachable(...)