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

Public Member Functions

bool __bool__ (self)
 
FloatGrid __iadd__ (self, FloatGrid b)
 
FloatGrid __imatmul__ (self, FloatGrid b)
 
None __init__ (self)
 
None __init__ (self, OpenVdbFloatGrid ptr)
 
FloatGrid __isub__ (self, FloatGrid b)
 
OpenVdbFloatGrid __mul__ (self)
 
OpenVdbFloatGrid get (self)
 
OpenVdbFloatGrid operatorminus (self)
 
None reset (self)
 
None swap (self, FloatGrid other)
 
OpenVdbFloatGrid toVdb (self)
 

Static Public Member Functions

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

Detailed Description

Generated from:  MR::FloatGrid

wrapper class that helps mrbind to avoid excess MRVDBFloatGrid.h includes

Constructor & Destructor Documentation

◆ __init__() [1/3]

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

◆ __init__() [2/3]

None mrmeshpy.FloatGrid.__init__ ( self)

◆ __init__() [3/3]

None mrmeshpy.FloatGrid.__init__ ( self,
OpenVdbFloatGrid ptr )

Member Function Documentation

◆ __bool__()

bool mrmeshpy.FloatGrid.__bool__ ( self)

◆ __iadd__()

FloatGrid mrmeshpy.FloatGrid.__iadd__ ( self,
FloatGrid b )
union operation on volumetric representation of two meshes

◆ __imatmul__()

FloatGrid mrmeshpy.FloatGrid.__imatmul__ ( self,
FloatGrid b )
intersection operation on volumetric representation of two meshes

◆ __isub__()

FloatGrid mrmeshpy.FloatGrid.__isub__ ( self,
FloatGrid b )
difference operation on volumetric representation of two meshes

◆ __mul__()

OpenVdbFloatGrid mrmeshpy.FloatGrid.__mul__ ( self)

◆ get()

OpenVdbFloatGrid mrmeshpy.FloatGrid.get ( self)

◆ operator() [1/2]

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

◆ operator() [2/2]

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

◆ operatorminus()

OpenVdbFloatGrid mrmeshpy.FloatGrid.operatorminus ( self)

◆ reset()

None mrmeshpy.FloatGrid.reset ( self)

◆ swap()

None mrmeshpy.FloatGrid.swap ( self,
FloatGrid other )

◆ toVdb()

OpenVdbFloatGrid mrmeshpy.FloatGrid.toVdb ( self)

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