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 |
Generated from: MR::InterpolateScalarsParams
|
static |
| None mrmeshpy.InterpolateScalarsParams.__init__ | ( | self | ) |
| None mrmeshpy.InterpolateScalarsParams.__init__ | ( | self, | |
| InterpolateScalarsParams | arg0 ) |
Implicit copy constructor.
| 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.
| EdgeWeights mrmeshpy.InterpolateScalarsParams.edgeWeights | ( | self | ) |
weights of edges in the equations, used unless \\p edgeWeightsMetric is specified
| None mrmeshpy.InterpolateScalarsParams.edgeWeights | ( | self, | |
| EdgeWeights | arg1 ) |
| func_float_from_Id_UndirectedEdgeTag mrmeshpy.InterpolateScalarsParams.edgeWeightsMetric | ( | self | ) |
if specified then it is used for edge weights instead of \\p edgeWeights
| None mrmeshpy.InterpolateScalarsParams.edgeWeightsMetric | ( | self, | |
| func_float_from_Id_UndirectedEdgeTag | arg1 ) |
|
static |
|
static |
| 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
| None mrmeshpy.InterpolateScalarsParams.region | ( | self, | |
| VertBitSet | arg1 ) |
| float mrmeshpy.InterpolateScalarsParams.stabilizer | ( | self | ) |
the more the value, the bigger attraction of each vertex to its original value
| None mrmeshpy.InterpolateScalarsParams.stabilizer | ( | self, | |
| float | arg1 ) |
| func_float_from_Id_VertTag mrmeshpy.InterpolateScalarsParams.vertStabilizers | ( | self | ) |
if specified then it is used instead of \\p stabilizer
| None mrmeshpy.InterpolateScalarsParams.vertStabilizers | ( | self, | |
| func_float_from_Id_VertTag | arg1 ) |
| VertexMass mrmeshpy.InterpolateScalarsParams.vmass | ( | self | ) |
the stabilizer of each vertex is multiplied on the mass of that vertex
| None mrmeshpy.InterpolateScalarsParams.vmass | ( | self, | |
| VertexMass | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |