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

Class ProfileInterpolation

 object --+    
          |    
??.instance --+
              |
             ProfileInterpolation

Instance Methods
 
__init__(...)
__init__( (object)arg1, (Curve2DArray)arg2, (RealArray)arg3 [, (int)arg4 [, (int)arg5]]) -> None : ProfileInterpolation([Curve2D] profiles,[float] knotList,int degree,int stride
 
__reduce__(...)
helper for pickle
 
getSectionAt(...)
getSectionAt( (ProfileInterpolation)arg1, (float)arg2) -> object :

Inherited from unreachable.instance: __new__

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

Class Variables
  __instance_size__ = 12
Properties
  umax
  umin

Inherited from object: __class__

Method Details

__init__(...)
(Constructor)

 

__init__( (object)arg1, (Curve2DArray)arg2, (RealArray)arg3 [, (int)arg4 [, (int)arg5]]) -> None :
    ProfileInterpolation([Curve2D] profiles,[float] knotList,int degree,int stride

    C++ signature :
        void __init__(struct _object *,class TOOLS::RefCountPtr<class PGL::Curve2DArray>,class TOOLS::RefCountPtr<class TOOLS::RealArray> [,unsigned int [,unsigned int]])

Overrides: object.__init__

__reduce__(...)

 
helper for pickle

Overrides: object.__reduce__
(inherited documentation)

getSectionAt(...)

 

getSectionAt( (ProfileInterpolation)arg1, (float)arg2) -> object :

    C++ signature :
        class boost::python::api::object getSectionAt(class PGL::ProfileInterpolation *,double)


Property Details

umax

Get Method:
unreachable(...)

umin

Get Method:
unreachable(...)