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

Generated from class MR::Line3Mesh<double>. This is the const half of the class. More...

Inheritance diagram for MR.Const_Line3Mesh_Double:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_Line3Mesh_Double ()
 Constructs an empty (default-constructed) instance.
unsafe Const_Line3Mesh_Double (MR.Const_Line3d line, MR.IntersectionPrecomputes_Double? prec, MR.Const_Mesh? mesh, MR.Const_AABBTree? tree, MR.Const_FaceBitSet? region)
 Constructs MR::Line3Mesh<double> elementwise.
unsafe Const_Line3Mesh_Double (MR.Const_Line3Mesh_Double _other)
 Generated from constructor MR::Line3Mesh<double>::Line3Mesh.
 Const_Line3Mesh_Double (Line3Mesh_Double _other)
 Generated from constructor MR::Line3Mesh<double>::Line3Mesh.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.IntersectionPrecomputes_Double._Underlying ** __ptr_storage_prec
unsafe MR.Const_Mesh._Underlying ** __ptr_storage_mesh
unsafe MR.Const_AABBTree._Underlying ** __ptr_storage_tree
unsafe MR.Const_FaceBitSet._Underlying ** __ptr_storage_region

Properties

unsafe MR.Const_Line3d line [get, protected set]
 in the reference frame of mesh
unsafe MR.? IntersectionPrecomputes_Double prec [get]
 set it to a valid pointer for better performance
unsafe MR.? Const_Mesh mesh [get]
 must be set a valid pointer before use
unsafe MR.? Const_AABBTree tree [get]
 must be set a valid pointer before use
unsafe MR.? Const_FaceBitSet region [get]
 may remain nullptr, meaning all mesh

Detailed Description

Generated from class MR::Line3Mesh<double>. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_Line3Mesh_Double() [1/4]

unsafe MR.Const_Line3Mesh_Double.Const_Line3Mesh_Double ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_Line3Mesh_Double() [2/4]

unsafe MR.Const_Line3Mesh_Double.Const_Line3Mesh_Double ( MR.Const_Line3d line,
MR.IntersectionPrecomputes_Double? prec,
MR.Const_Mesh? mesh,
MR.Const_AABBTree? tree,
MR.Const_FaceBitSet? region )
inline

Constructs MR::Line3Mesh<double> elementwise.

◆ Const_Line3Mesh_Double() [3/4]

unsafe MR.Const_Line3Mesh_Double.Const_Line3Mesh_Double ( MR.Const_Line3Mesh_Double _other)
inline

Generated from constructor MR::Line3Mesh<double>::Line3Mesh.

◆ Const_Line3Mesh_Double() [4/4]

MR.Const_Line3Mesh_Double.Const_Line3Mesh_Double ( Line3Mesh_Double _other)
inline

Generated from constructor MR::Line3Mesh<double>::Line3Mesh.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_Line3Mesh_Double.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

Member Data Documentation

◆ __ptr_storage_mesh

unsafe MR.Const_Mesh._Underlying** MR.Const_Line3Mesh_Double.__ptr_storage_mesh
protected

◆ __ptr_storage_prec

unsafe MR.IntersectionPrecomputes_Double._Underlying** MR.Const_Line3Mesh_Double.__ptr_storage_prec
protected

◆ __ptr_storage_region

unsafe MR.Const_FaceBitSet._Underlying** MR.Const_Line3Mesh_Double.__ptr_storage_region
protected

◆ __ptr_storage_tree

unsafe MR.Const_AABBTree._Underlying** MR.Const_Line3Mesh_Double.__ptr_storage_tree
protected

Property Documentation

◆ line

unsafe MR.Const_Line3d MR.Const_Line3Mesh_Double.line
getprotected set

in the reference frame of mesh

◆ mesh

unsafe MR.? Const_Mesh MR.Const_Line3Mesh_Double.mesh
get

must be set a valid pointer before use

◆ prec

unsafe MR.? IntersectionPrecomputes_Double MR.Const_Line3Mesh_Double.prec
get

set it to a valid pointer for better performance

◆ region

unsafe MR.? Const_FaceBitSet MR.Const_Line3Mesh_Double.region
get

may remain nullptr, meaning all mesh

◆ tree

unsafe MR.? Const_AABBTree MR.Const_Line3Mesh_Double.tree
get

must be set a valid pointer before use


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