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

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

+ Inheritance diagram for MR.Line3Mesh_Double:

Public Member Functions

unsafe Line3Mesh_Double ()
 Constructs an empty (default-constructed) instance.
 
unsafe 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 Line3Mesh_Double (MR.Const_Line3Mesh_Double _other)
 Generated from constructor MR.Line3Mesh<double>::Line3Mesh.
 
 Line3Mesh_Double (Line3Mesh_Double _other)
 Generated from constructor MR.Line3Mesh<double>::Line3Mesh.
 
unsafe MR.Line3Mesh_Double assign (MR.Const_Line3Mesh_Double _other)
 Generated from method MR.Line3Mesh<double>::operator=.
 

Properties

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

Detailed Description

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

Constructor & Destructor Documentation

◆ Line3Mesh_Double() [1/4]

unsafe MR.Line3Mesh_Double.Line3Mesh_Double ( )
inline

Constructs an empty (default-constructed) instance.

◆ Line3Mesh_Double() [2/4]

unsafe MR.Line3Mesh_Double.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.

◆ Line3Mesh_Double() [3/4]

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

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

◆ Line3Mesh_Double() [4/4]

MR.Line3Mesh_Double.Line3Mesh_Double ( Line3Mesh_Double _other)
inline

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

Member Function Documentation

◆ assign()

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

Generated from method MR.Line3Mesh<double>::operator=.

Property Documentation

◆ line

new unsafe MR.Line3d MR.Line3Mesh_Double.line
getprotected set

< in the reference frame of mesh

set it to a valid pointer for better performance

◆ mesh

new unsafe MR.? Const_Mesh MR.Line3Mesh_Double.mesh
getset

must be set a valid pointer before use

◆ prec

new unsafe MR.? IntersectionPrecomputes_Double MR.Line3Mesh_Double.prec
getset

must be set a valid pointer before use

◆ region

new unsafe MR.? Const_FaceBitSet MR.Line3Mesh_Double.region
getset

◆ tree

new unsafe MR.? Const_AABBTree MR.Line3Mesh_Double.tree
getset

may remain nullptr, meaning all mesh


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