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

Class Index3

 object --+    
          |    
??.instance --+
              |
             Index3

A set of 3 indices

Instance Methods
 
__eq__(...)
__eq__( (Index3)arg1, (Index3)arg2) -> object :
 
__getitem__(...)
__getitem__( (Index3)arg1, (int)arg2) -> int :
 
__init__(...)
__init__( (object)arg1 [, (int)arg2 [, (int)arg3 [, (int)arg4]]]) -> None :
 
__len__(...)
__len__( (Index3)arg1) -> int :
 
__ne__(...)
__ne__( (Index3)arg1, (Index3)arg2) -> object :
 
__reduce__(...)
helper for pickle
 
__repr__(...)
__repr__( (Index3)arg1) -> str :
 
__setitem__(...)
__setitem__( (Index3)arg1, (int)arg2, (int)arg3) -> None :
 
__str__(...)
__str__( (Index3)arg1) -> str :

Inherited from unreachable.instance: __new__

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

Class Variables
  __instance_size__ = 20
Properties

Inherited from object: __class__

Method Details

__eq__(...)
(Equality operator)

 

__eq__( (Index3)arg1, (Index3)arg2) -> object :

    C++ signature :
        struct _object * __eq__(class TOOLS::Tuple3<unsigned int> {lvalue},class TOOLS::Tuple3<unsigned int>)

__getitem__(...)
(Indexing operator)

 

__getitem__( (Index3)arg1, (int)arg2) -> int :

    C++ signature :
        unsigned int __getitem__(class TOOLS::Tuple3<unsigned int> *,unsigned int)

__init__(...)
(Constructor)

 

__init__( (object)arg1 [, (int)arg2 [, (int)arg3 [, (int)arg4]]]) -> None :

    C++ signature :
        void __init__(struct _object * [,unsigned int [,unsigned int [,unsigned int]]])

Overrides: object.__init__

__len__(...)
(Length operator)

 

__len__( (Index3)arg1) -> int :

    C++ signature :
        unsigned int __len__(class TOOLS::Tuple3<unsigned int> *)

__ne__(...)

 

__ne__( (Index3)arg1, (Index3)arg2) -> object :

    C++ signature :
        struct _object * __ne__(class TOOLS::Tuple3<unsigned int> {lvalue},class TOOLS::Tuple3<unsigned int>)

__reduce__(...)

 
helper for pickle

Overrides: object.__reduce__
(inherited documentation)

__repr__(...)
(Representation operator)

 

__repr__( (Index3)arg1) -> str :

    C++ signature :
        class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __repr__(class TOOLS::Tuple3<unsigned int> *)

Overrides: object.__repr__

__setitem__(...)
(Index assignment operator)

 

__setitem__( (Index3)arg1, (int)arg2, (int)arg3) -> None :

    C++ signature :
        void __setitem__(class TOOLS::Tuple3<unsigned int> *,unsigned int,unsigned int)

__str__(...)
(Informal representation operator)

 

__str__( (Index3)arg1) -> str :

    C++ signature :
        class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __str__(class TOOLS::Tuple3<unsigned int> *)

Overrides: object.__str__