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

Class Mvs

 object --+    
          |    
??.instance --+
              |
             Mvs

Instance Methods
 
__init__(...)
Raises an exception...
 
__reduce__(...)
helper for pickle
 
getName(...)
getName( (Mvs)arg1) -> str :
 
isNamed(...)
isNamed( (Mvs)arg1) -> bool :
 
isValid(...)
isValid( (Mvs)arg1) -> bool :
 
setName(...)
setName( (Mvs)arg1, (str)arg2) -> None :

Inherited from unreachable.instance: __new__

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

Properties
  name
  scene

Inherited from object: __class__

Method Details

__init__(...)
(Constructor)

 
Raises an exception
This class cannot be instantiated from Python

Overrides: object.__init__

__reduce__(...)

 
helper for pickle

Overrides: object.__reduce__
(inherited documentation)

getName(...)

 

getName( (Mvs)arg1) -> str :

    C++ signature :
        class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > getName(class PGL::Mvs {lvalue})

isNamed(...)

 

isNamed( (Mvs)arg1) -> bool :

    C++ signature :
        bool isNamed(class PGL::Mvs {lvalue})

isValid(...)

 

isValid( (Mvs)arg1) -> bool :

    C++ signature :
        bool isValid(class PGL::Mvs {lvalue})

setName(...)

 

setName( (Mvs)arg1, (str)arg2) -> None :

    C++ signature :
        void setName(class PGL::Mvs {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)


Property Details

name

Get Method:
unreachable(...)
Set Method:
unreachable(...)

scene

Get Method:
unreachable(...)
Set Method:
unreachable(...)