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

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

+ Inheritance diagram for MR.Const_PrecipitationSimulator.Const_SimulationStep:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_SimulationStep ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_SimulationStep (MR.PrecipitationSimulator.Event event_, float amount, MR.GraphVertId basin, MR.GraphVertId neiBasin)
 Constructs MR.PrecipitationSimulator.SimulationStep elementwise.
 
unsafe Const_SimulationStep (MR.PrecipitationSimulator.Const_SimulationStep _other)
 Generated from constructor MR.PrecipitationSimulator.SimulationStep.SimulationStep.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe MR.PrecipitationSimulator.Event event_ [get]
 amount of precipitation (in same units as mesh coordinates and water level)
 
unsafe float amount [get]
 
unsafe ref readonly MR.GraphVertId basin [get]
 
unsafe ref readonly MR.GraphVertId neiBasin [get]
 
- Properties inherited from MR.Misc.Object< Const_SimulationStep >
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_SimulationStep >
bool _IsOwningVal
 

Detailed Description

Generated from class MR.PrecipitationSimulator.SimulationStep. This is the const half of the class.

Property Documentation

◆ amount

unsafe float MR.Const_PrecipitationSimulator.Const_SimulationStep.amount
get

BasinFull: this basin just became full Merge: this basin just absorbed the other basin

◆ basin

unsafe ref readonly MR.GraphVertId MR.Const_PrecipitationSimulator.Const_SimulationStep.basin
get

BasinFull: the flow from full basin will first go here (may be not the last destination) Merge: this basin was just absorbed


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