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

Public Member Functions

None __init__ (self)
 
None __init__ (self, CloseToMeshVolumeParams arg0)
 
None __init__ (self, float closeDist, DistanceVolumeParams vol, AffineXf3f meshToWorld)
 
float closeDist (self)
 
None closeDist (self, float arg1)
 
AffineXf3f meshToWorld (self)
 
None meshToWorld (self, AffineXf3f arg1)
 
DistanceVolumeParams vol (self)
 
None vol (self, DistanceVolumeParams arg1)
 

Static Public Member Functions

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

Static Protected Attributes

typing _offsetof_closeDist = 0
 
typing _offsetof_meshToWorld = 80
 
typing _offsetof_vol = 8
 

Detailed Description

Generated from:  MR::CloseToMeshVolumeParams

Constructor & Destructor Documentation

◆ __init__() [1/4]

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

◆ __init__() [2/4]

None mrmeshpy.CloseToMeshVolumeParams.__init__ ( self)

◆ __init__() [3/4]

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

◆ __init__() [4/4]

None mrmeshpy.CloseToMeshVolumeParams.__init__ ( self,
float closeDist,
DistanceVolumeParams vol,
AffineXf3f meshToWorld )
Implicit aggregate constructor.

Member Function Documentation

◆ closeDist() [1/2]

float mrmeshpy.CloseToMeshVolumeParams.closeDist ( self)
a resulting voxel will get 1 if that voxel's center is not further than unsigned (closeDist) from the surface, and 0 otherwise

◆ closeDist() [2/2]

None mrmeshpy.CloseToMeshVolumeParams.closeDist ( self,
float arg1 )

◆ meshToWorld() [1/2]

AffineXf3f mrmeshpy.CloseToMeshVolumeParams.meshToWorld ( self)
optional transformation from mesh space to world space

◆ meshToWorld() [2/2]

None mrmeshpy.CloseToMeshVolumeParams.meshToWorld ( self,
AffineXf3f arg1 )

◆ operator() [1/2]

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

◆ operator() [2/2]

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

◆ vol() [1/2]

DistanceVolumeParams mrmeshpy.CloseToMeshVolumeParams.vol ( self)
dimensions, location, and scaling in world space of the expected volume

◆ vol() [2/2]

None mrmeshpy.CloseToMeshVolumeParams.vol ( self,
DistanceVolumeParams arg1 )

Member Data Documentation

◆ _offsetof_closeDist

typing mrmeshpy.CloseToMeshVolumeParams._offsetof_closeDist = 0
staticprotected

◆ _offsetof_meshToWorld

typing mrmeshpy.CloseToMeshVolumeParams._offsetof_meshToWorld = 80
staticprotected

◆ _offsetof_vol

typing mrmeshpy.CloseToMeshVolumeParams._offsetof_vol = 8
staticprotected

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