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

Class TurtleParam

 object --+    
          |    
??.instance --+
              |
             TurtleParam

Instance Methods
 
__init__(...)
__init__( (object)arg1) -> None : TurtleParam() -> Create default turtle parameters
 
__reduce__(...)
helper for pickle
 
copy(...)
copy( (TurtleParam)arg1) -> TurtleParam :
 
dump(...)
dump( (TurtleParam)arg1) -> None :
 
generalizedCylinder(...)
generalizedCylinder( (TurtleParam)arg1, (bool)arg2) -> None :
 
getMatrix(...)
getMatrix( (TurtleParam)arg1) -> Matrix3 :
 
isGeneralizedCylinderOn(...)
isGeneralizedCylinderOn( (TurtleParam)arg1) -> bool :
 
isPolygonOn(...)
isPolygonOn( (TurtleParam)arg1) -> bool :
 
isValid(...)
isValid( (TurtleParam)arg1) -> bool :
 
keepLastPoint(...)
keepLastPoint( (TurtleParam)arg1) -> None :
 
polygon(...)
polygon( (TurtleParam)arg1, (bool)arg2) -> None :
 
pushPosition(...)
pushPosition( (TurtleParam)arg1) -> None :
 
removePoints(...)
removePoints( (TurtleParam)arg1) -> None :
 
reset(...)
reset( (TurtleParam)arg1) -> None :
 
transform(...)
transform( (TurtleParam)arg1, (Matrix3)arg2) -> None :

Inherited from unreachable.instance: __new__

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

Class Variables
  __instance_size__ = 248
Properties
  color
  heading
  left
  position
  scale
  texture
  up
  width

Inherited from object: __class__

Method Details

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :
    TurtleParam() -> Create default turtle parameters

    C++ signature :
        void __init__(struct _object *)

Overrides: object.__init__

__reduce__(...)

 
helper for pickle

Overrides: object.__reduce__
(inherited documentation)

copy(...)

 

copy( (TurtleParam)arg1) -> TurtleParam :

    C++ signature :
        class PGL::TurtleParam * copy(class PGL::TurtleParam {lvalue})

dump(...)

 

dump( (TurtleParam)arg1) -> None :

    C++ signature :
        void dump(class PGL::TurtleParam {lvalue})

generalizedCylinder(...)

 

generalizedCylinder( (TurtleParam)arg1, (bool)arg2) -> None :

    C++ signature :
        void generalizedCylinder(class PGL::TurtleParam {lvalue},bool)

getMatrix(...)

 

getMatrix( (TurtleParam)arg1) -> Matrix3 :

    C++ signature :
        class TOOLS::Matrix3 getMatrix(class PGL::TurtleParam {lvalue})

isGeneralizedCylinderOn(...)

 

isGeneralizedCylinderOn( (TurtleParam)arg1) -> bool :

    C++ signature :
        bool isGeneralizedCylinderOn(class PGL::TurtleParam {lvalue})

isPolygonOn(...)

 

isPolygonOn( (TurtleParam)arg1) -> bool :

    C++ signature :
        bool isPolygonOn(class PGL::TurtleParam {lvalue})

isValid(...)

 

isValid( (TurtleParam)arg1) -> bool :

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

keepLastPoint(...)

 

keepLastPoint( (TurtleParam)arg1) -> None :

    C++ signature :
        void keepLastPoint(class PGL::TurtleParam {lvalue})

polygon(...)

 

polygon( (TurtleParam)arg1, (bool)arg2) -> None :

    C++ signature :
        void polygon(class PGL::TurtleParam {lvalue},bool)

pushPosition(...)

 

pushPosition( (TurtleParam)arg1) -> None :

    C++ signature :
        void pushPosition(class PGL::TurtleParam {lvalue})

removePoints(...)

 

removePoints( (TurtleParam)arg1) -> None :

    C++ signature :
        void removePoints(class PGL::TurtleParam {lvalue})

reset(...)

 

reset( (TurtleParam)arg1) -> None :

    C++ signature :
        void reset(class PGL::TurtleParam {lvalue})

transform(...)

 

transform( (TurtleParam)arg1, (Matrix3)arg2) -> None :

    C++ signature :
        void transform(class PGL::TurtleParam {lvalue},class TOOLS::Matrix3)


Property Details

color

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

heading

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

left

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

position

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

scale

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

texture

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

up

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

width

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