Package openalea :: Package plantgl :: Package scenegraph :: Module _pglsg :: Class SceneFormat
[frames] | no frames]

Class SceneFormat

 object --+    
          |    
??.instance --+
              |
             SceneFormat

A scene description format.

Instance Methods
 
__init__(...)
__init__( (object)arg1, (str)arg2, (list)arg3, (str)arg4) -> object :
 
__reduce__(...)
helper for pickle
 
__repr__(...)
__repr__( (SceneFormat)arg1) -> str :

Inherited from unreachable.instance: __new__

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

Properties
  comment
  name
  suffixes

Inherited from object: __class__

Method Details

__init__(...)
(Constructor)

 

__init__( (object)arg1, (str)arg2, (list)arg3, (str)arg4) -> object :

    C++ signature :
        void * __init__(class boost::python::api::object,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class boost::python::list,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)

Overrides: object.__init__

__reduce__(...)

 
helper for pickle

Overrides: object.__reduce__
(inherited documentation)

__repr__(...)
(Representation operator)

 

__repr__( (SceneFormat)arg1) -> str :

    C++ signature :
        class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __repr__(struct PGL::SceneFormat *)

Overrides: object.__repr__

Property Details

comment

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

name

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

suffixes

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