MeshLib Python Docs
Loading...
Searching...
No Matches

Public Member Functions

None __init__ (self)
None __init__ (self, InterpolateScalarsParams arg0)
None __init__ (self, VertBitSet region, EdgeWeights edgeWeights, VertexMass vmass, float stabilizer, func_float_from_Id_VertTag vertStabilizers, func_float_from_Id_UndirectedEdgeTag edgeWeightsMetric)
EdgeWeights edgeWeights (self)
None edgeWeights (self, EdgeWeights arg1)
func_float_from_Id_UndirectedEdgeTag edgeWeightsMetric (self)
None edgeWeightsMetric (self, func_float_from_Id_UndirectedEdgeTag arg1)
VertBitSet region (self)
None region (self, VertBitSet arg1)
float stabilizer (self)
None stabilizer (self, float arg1)
func_float_from_Id_VertTag vertStabilizers (self)
None vertStabilizers (self, func_float_from_Id_VertTag arg1)
VertexMass vmass (self)
None vmass (self, VertexMass arg1)

Static Public Member Functions

None __init__ (*args, **kwargs)
InterpolateScalarsParams operator (*args, **kwargs)
InterpolateScalarsParams operator (*args, **kwargs)

Static Protected Attributes

typing _offsetof_edgeWeights = 8
typing _offsetof_edgeWeightsMetric = 56
typing _offsetof_region = 0
typing _offsetof_stabilizer = 16
typing _offsetof_vertStabilizers = 24
typing _offsetof_vmass = 12

Detailed Description

Generated from:  MR::InterpolateScalarsParams

Constructor & Destructor Documentation

◆ __init__() [1/4]

None mrmeshpy.InterpolateScalarsParams.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/4]

None mrmeshpy.InterpolateScalarsParams.__init__ ( self)

◆ __init__() [3/4]

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

◆ __init__() [4/4]

None mrmeshpy.InterpolateScalarsParams.__init__ ( self,
VertBitSet region,
EdgeWeights edgeWeights,
VertexMass vmass,
float stabilizer,
func_float_from_Id_VertTag vertStabilizers,
func_float_from_Id_UndirectedEdgeTag edgeWeightsMetric )
Implicit aggregate constructor.

Member Function Documentation

◆ edgeWeights() [1/2]

EdgeWeights mrmeshpy.InterpolateScalarsParams.edgeWeights ( self)
weights of edges in the equations, used unless \\p edgeWeightsMetric is specified

◆ edgeWeights() [2/2]

None mrmeshpy.InterpolateScalarsParams.edgeWeights ( self,
EdgeWeights arg1 )

◆ edgeWeightsMetric() [1/2]

func_float_from_Id_UndirectedEdgeTag mrmeshpy.InterpolateScalarsParams.edgeWeightsMetric ( self)
if specified then it is used for edge weights instead of \\p edgeWeights

◆ edgeWeightsMetric() [2/2]

None mrmeshpy.InterpolateScalarsParams.edgeWeightsMetric ( self,
func_float_from_Id_UndirectedEdgeTag arg1 )

◆ operator() [1/2]

InterpolateScalarsParams mrmeshpy.InterpolateScalarsParams.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

InterpolateScalarsParams mrmeshpy.InterpolateScalarsParams.operator ( * args,
** kwargs )
static

◆ region() [1/2]

VertBitSet mrmeshpy.InterpolateScalarsParams.region ( self)
vertices where the field values are computed, nullptr means all vertices;
it must not include all vertices of a mesh connected component unless stabilizer > 0

◆ region() [2/2]

None mrmeshpy.InterpolateScalarsParams.region ( self,
VertBitSet arg1 )

◆ stabilizer() [1/2]

float mrmeshpy.InterpolateScalarsParams.stabilizer ( self)
the more the value, the bigger attraction of each vertex to its original value

◆ stabilizer() [2/2]

None mrmeshpy.InterpolateScalarsParams.stabilizer ( self,
float arg1 )

◆ vertStabilizers() [1/2]

func_float_from_Id_VertTag mrmeshpy.InterpolateScalarsParams.vertStabilizers ( self)
if specified then it is used instead of \\p stabilizer

◆ vertStabilizers() [2/2]

None mrmeshpy.InterpolateScalarsParams.vertStabilizers ( self,
func_float_from_Id_VertTag arg1 )

◆ vmass() [1/2]

VertexMass mrmeshpy.InterpolateScalarsParams.vmass ( self)
the stabilizer of each vertex is multiplied on the mass of that vertex

◆ vmass() [2/2]

None mrmeshpy.InterpolateScalarsParams.vmass ( self,
VertexMass arg1 )

Member Data Documentation

◆ _offsetof_edgeWeights

typing mrmeshpy.InterpolateScalarsParams._offsetof_edgeWeights = 8
staticprotected

◆ _offsetof_edgeWeightsMetric

typing mrmeshpy.InterpolateScalarsParams._offsetof_edgeWeightsMetric = 56
staticprotected

◆ _offsetof_region

typing mrmeshpy.InterpolateScalarsParams._offsetof_region = 0
staticprotected

◆ _offsetof_stabilizer

typing mrmeshpy.InterpolateScalarsParams._offsetof_stabilizer = 16
staticprotected

◆ _offsetof_vertStabilizers

typing mrmeshpy.InterpolateScalarsParams._offsetof_vertStabilizers = 24
staticprotected

◆ _offsetof_vmass

typing mrmeshpy.InterpolateScalarsParams._offsetof_vmass = 12
staticprotected

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