MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Const_FloatGrid Class Reference

wrapper class that helps mrbind to avoid excess MRVDBFloatGrid.h includes Generated from class MR.FloatGrid. This is the const half of the class. More...

+ Inheritance diagram for MR.Const_FloatGrid:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_FloatGrid ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_FloatGrid (MR._ByValue_FloatGrid _other)
 Generated from constructor MR.FloatGrid.FloatGrid.
 
unsafe Const_FloatGrid (MR._ByValueShared_OpenVdbFloatGrid ptr)
 Generated from constructor MR.FloatGrid.FloatGrid.
 
unsafe MR.? OpenVdbFloatGrid get ()
 Generated from method MR.FloatGrid.get.
 
unsafe MR.OpenVdbFloatGrid deref ()
 Generated from method MR.FloatGrid.operator*.
 
unsafe MR.? OpenVdbFloatGrid arrow ()
 Generated from method MR.FloatGrid.operator->.
 
unsafe MR.OpenVdbFloatGrid toVdb ()
 Generated from method MR.FloatGrid.toVdb.
 

Static Public Member Functions

static unsafe implicit operator Const_FloatGrid (MR._ByValueShared_OpenVdbFloatGrid ptr)
 Generated from constructor MR.FloatGrid.FloatGrid.
 
static unsafe operator bool (MR.Const_FloatGrid _this)
 Generated from conversion operator MR.FloatGrid.operator bool.
 
static unsafe MR.FloatGrid deepCopy (MR.Const_FloatGrid other)
 Generated from method MR.FloatGrid.deepCopy.
 
static unsafe MR.FloatGrid operator+ (MR.Const_FloatGrid a, MR.Const_FloatGrid b)
 union operation on two signed distance fields
 
static unsafe MR.FloatGrid operator- (MR.Const_FloatGrid a, MR.Const_FloatGrid b)
 difference operation on two signed distance fields
 
static unsafe MR.FloatGrid operator* (MR.Const_FloatGrid a, MR.Const_FloatGrid b)
 intersection operation on two signed distance fields
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_FloatGrid >
bool _IsOwningVal
 
- Properties inherited from MR.Misc.Object< Const_FloatGrid >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Detailed Description

wrapper class that helps mrbind to avoid excess MRVDBFloatGrid.h includes Generated from class MR.FloatGrid. This is the const half of the class.

Member Function Documentation

◆ operator*()

static unsafe MR.FloatGrid MR.Const_FloatGrid.operator* ( MR.Const_FloatGrid a,
MR.Const_FloatGrid b )
inlinestatic

intersection operation on two signed distance fields

Note
this operation returns new FloatGrid keeping a,b untouched Generated from function MR.operator*.

◆ operator+()

static unsafe MR.FloatGrid MR.Const_FloatGrid.operator+ ( MR.Const_FloatGrid a,
MR.Const_FloatGrid b )
inlinestatic

union operation on two signed distance fields

Note
this operation returns new FloatGrid keeping a,b untouched Generated from function MR.operator+.

◆ operator-()

static unsafe MR.FloatGrid MR.Const_FloatGrid.operator- ( MR.Const_FloatGrid a,
MR.Const_FloatGrid b )
inlinestatic

difference operation on two signed distance fields

Note
this operation returns new FloatGrid keeping a,b untouched Generated from function MR.operator-.

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