Generated from class MR.ComputeSteepestDescentPathSettings. This is the const half of the class.
More...
|
| virtual unsafe void | Dispose (bool disposing) |
|
| unsafe MR.Const_MeshTriPoint | end [get, protected set] |
| | 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
|
Generated from class MR.ComputeSteepestDescentPathSettings. This is the const half of the class.
◆ Const_ComputeSteepestDescentPathSettings() [1/4]
| unsafe MR.Const_ComputeSteepestDescentPathSettings.Const_ComputeSteepestDescentPathSettings |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Const_ComputeSteepestDescentPathSettings() [2/4]
◆ Const_ComputeSteepestDescentPathSettings() [3/4]
◆ Const_ComputeSteepestDescentPathSettings() [4/4]
◆ Dispose() [1/2]
| virtual void MR.Const_ComputeSteepestDescentPathSettings.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.Const_ComputeSteepestDescentPathSettings.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ __ptr_storage_outBdReached
| unsafe MR.EdgePoint._Underlying** MR.Const_ComputeSteepestDescentPathSettings.__ptr_storage_outBdReached |
|
protected |
◆ __ptr_storage_outVertexReached
| unsafe MR.Box_VertId._Underlying** MR.Const_ComputeSteepestDescentPathSettings.__ptr_storage_outVertexReached |
|
protected |
◆ end
if valid, then the descent is stopped as soon as same triangle with (end) is reached
◆ outBdReached
| unsafe MR.? EdgePoint MR.Const_ComputeSteepestDescentPathSettings.outBdReached |
|
get |
if not nullptr, then the descent is stopped as soon as any boundary point is reached, which is written in *outBdReached
◆ outVertexReached
| unsafe MR.? Box_VertId MR.Const_ComputeSteepestDescentPathSettings.outVertexReached |
|
get |
if not nullptr, then the descent is stopped as soon as any vertex is reached, which is written in *outVertexReached
The documentation for this class was generated from the following file: