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

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

+ Inheritance diagram for MR.Const_ComputeSteepestDescentPathSettings:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_ComputeSteepestDescentPathSettings ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_ComputeSteepestDescentPathSettings (MR.Const_MeshTriPoint end, MR.Misc.InOut< MR.VertId >? outVertexReached, MR.EdgePoint? outBdReached)
 Constructs MR.ComputeSteepestDescentPathSettings elementwise.
 
unsafe Const_ComputeSteepestDescentPathSettings (MR.Const_ComputeSteepestDescentPathSettings _other)
 Generated from constructor MR.ComputeSteepestDescentPathSettings.ComputeSteepestDescentPathSettings.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe MR.Const_MeshTriPoint end [get]
 if valid, then the descent is stopped as soon as same triangle with (end) is reached
 
unsafe MR.? Box_VertId outVertexReached [get]
 if not nullptr, then the descent is stopped as soon as any vertex is reached, which is written in *outVertexReached
 
unsafe MR.? EdgePoint outBdReached [get]
 if not nullptr, then the descent is stopped as soon as any boundary point is reached, which is written in *outBdReached
 
- Properties inherited from MR.Misc.Object< Const_ComputeSteepestDescentPathSettings >
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.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_ComputeSteepestDescentPathSettings >
bool _IsOwningVal
 

Detailed Description

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


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