MeshLib C# Docs
Loading...
Searching...
No Matches

Generated from class MR.MeshProjectionTransforms. This is the const half of the class. More...

Inheritance diagram for MR.Const_MeshProjectionTransforms:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_MeshProjectionTransforms ()
 Constructs an empty (default-constructed) instance.
unsafe Const_MeshProjectionTransforms (MR.AffineXf3f? rigidXfPoint, MR.AffineXf3f? nonRigidXfTree)
 Constructs MR.MeshProjectionTransforms elementwise.
unsafe Const_MeshProjectionTransforms (MR.Const_MeshProjectionTransforms _other)
 Generated from constructor MR.MeshProjectionTransforms.MeshProjectionTransforms.
 Const_MeshProjectionTransforms (MeshProjectionTransforms _other)
 Generated from constructor MR.MeshProjectionTransforms.MeshProjectionTransforms.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.ConstBox_AffineXf3f._Underlying ** __ptr_storage_rigidXfPoint
unsafe MR.ConstBox_AffineXf3f._Underlying ** __ptr_storage_nonRigidXfTree

Properties

unsafe MR.? ConstBox_AffineXf3f rigidXfPoint [get]
 this xf is applied to point to move it into projection space
unsafe MR.? ConstBox_AffineXf3f nonRigidXfTree [get]
 this xf is applied to AABB tree to move it into projection space

Detailed Description

Generated from class MR.MeshProjectionTransforms. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_MeshProjectionTransforms() [1/4]

unsafe MR.Const_MeshProjectionTransforms.Const_MeshProjectionTransforms ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_MeshProjectionTransforms() [2/4]

unsafe MR.Const_MeshProjectionTransforms.Const_MeshProjectionTransforms ( MR.AffineXf3f? rigidXfPoint,
MR.AffineXf3f? nonRigidXfTree )
inline

Constructs MR.MeshProjectionTransforms elementwise.

◆ Const_MeshProjectionTransforms() [3/4]

unsafe MR.Const_MeshProjectionTransforms.Const_MeshProjectionTransforms ( MR.Const_MeshProjectionTransforms _other)
inline

◆ Const_MeshProjectionTransforms() [4/4]

MR.Const_MeshProjectionTransforms.Const_MeshProjectionTransforms ( MeshProjectionTransforms _other)
inline

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_MeshProjectionTransforms.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_MeshProjectionTransforms.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __ptr_storage_nonRigidXfTree

unsafe MR.ConstBox_AffineXf3f._Underlying** MR.Const_MeshProjectionTransforms.__ptr_storage_nonRigidXfTree
protected

◆ __ptr_storage_rigidXfPoint

unsafe MR.ConstBox_AffineXf3f._Underlying** MR.Const_MeshProjectionTransforms.__ptr_storage_rigidXfPoint
protected

Property Documentation

◆ nonRigidXfTree

unsafe MR.? ConstBox_AffineXf3f MR.Const_MeshProjectionTransforms.nonRigidXfTree
get

this xf is applied to AABB tree to move it into projection space

◆ rigidXfPoint

unsafe MR.? ConstBox_AffineXf3f MR.Const_MeshProjectionTransforms.rigidXfPoint
get

this xf is applied to point to move it into projection space


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