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

Public Member Functions

None __init__ (self)
 
None __init__ (self, AffineXf3f rigidXfPoint, AffineXf3f nonRigidXfTree)
 
AffineXf3f nonRigidXfTree (self)
 
None nonRigidXfTree (self, AffineXf3f arg1)
 
AffineXf3f rigidXfPoint (self)
 
None rigidXfPoint (self, AffineXf3f arg1)
 

Static Public Member Functions

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

Static Protected Attributes

typing _offsetof_nonRigidXfTree = 8
 
typing _offsetof_rigidXfPoint = 0
 

Detailed Description

Generated from:  MR::MeshProjectionTransforms

Constructor & Destructor Documentation

◆ __init__() [1/3]

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

◆ __init__() [2/3]

None mrmeshpy.MeshProjectionTransforms.__init__ ( self)

◆ __init__() [3/3]

None mrmeshpy.MeshProjectionTransforms.__init__ ( self,
AffineXf3f rigidXfPoint,
AffineXf3f nonRigidXfTree )
Implicit aggregate constructor.

Member Function Documentation

◆ nonRigidXfTree() [1/2]

AffineXf3f mrmeshpy.MeshProjectionTransforms.nonRigidXfTree ( self)
this xf is applied to AABB tree to move it into projection space

◆ nonRigidXfTree() [2/2]

None mrmeshpy.MeshProjectionTransforms.nonRigidXfTree ( self,
AffineXf3f arg1 )

◆ operator() [1/2]

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

◆ operator() [2/2]

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

◆ rigidXfPoint() [1/2]

AffineXf3f mrmeshpy.MeshProjectionTransforms.rigidXfPoint ( self)
this xf is applied to point to move it into projection space

◆ rigidXfPoint() [2/2]

None mrmeshpy.MeshProjectionTransforms.rigidXfPoint ( self,
AffineXf3f arg1 )

Member Data Documentation

◆ _offsetof_nonRigidXfTree

typing mrmeshpy.MeshProjectionTransforms._offsetof_nonRigidXfTree = 8
staticprotected

◆ _offsetof_rigidXfPoint

typing mrmeshpy.MeshProjectionTransforms._offsetof_rigidXfPoint = 0
staticprotected

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