MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.PolynomialWrapper_float Class Reference

Public Member Functions

float __call__ (self, float x)
 
None __init__ (self, PolynomialWrapper_float arg0)
 
PolynomialWrapper_float deriv (self)
 
float intervalMin (self, float a, float b)
 

Static Protected Member Functions

 _pybind11_conduit_v1_ (*args, **kwargs)
 

Detailed Description

Generated from:  MR::PolynomialWrapper<float>
Aliases:  PolynomialWrapperf

This is a unifying interface for a polynomial of some degree, known only in runtime

Constructor & Destructor Documentation

◆ __init__()

None mrmeshpy.PolynomialWrapper_float.__init__ ( self,
PolynomialWrapper_float arg0 )
Implicit copy constructor.

Member Function Documentation

◆ __call__()

float mrmeshpy.PolynomialWrapper_float.__call__ ( self,
float x )

◆ _pybind11_conduit_v1_()

mrmeshpy.PolynomialWrapper_float._pybind11_conduit_v1_ ( * args,
** kwargs )
staticprotected

◆ deriv()

PolynomialWrapper_float mrmeshpy.PolynomialWrapper_float.deriv ( self)

◆ intervalMin()

float mrmeshpy.PolynomialWrapper_float.intervalMin ( self,
float a,
float b )

The documentation for this class was generated from the following file: