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

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

Inheritance diagram for MR.Const_PrecipitationSimulator.SimulationStep:

Public Member Functions

unsafe SimulationStep ()
 Constructs an empty (default-constructed) instance.
unsafe SimulationStep (MR.PrecipitationSimulator.Event event_, float amount, MR.GraphVertId basin, MR.GraphVertId neiBasin)
 Constructs MR.PrecipitationSimulator.SimulationStep elementwise.
unsafe SimulationStep (MR.PrecipitationSimulator.Const_SimulationStep _other)
 Generated from constructor MR::PrecipitationSimulator::SimulationStep::SimulationStep.
 SimulationStep (SimulationStep _other)
 Generated from constructor MR::PrecipitationSimulator::SimulationStep::SimulationStep.
unsafe MR.PrecipitationSimulator.SimulationStep assign (MR.PrecipitationSimulator.Const_SimulationStep _other)
 Generated from method MR::PrecipitationSimulator::SimulationStep::operator=.
Public Member Functions inherited from MR.Const_PrecipitationSimulator.Const_SimulationStep
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.
 Const_SimulationStep (SimulationStep _other)
 Generated from constructor MR::PrecipitationSimulator::SimulationStep::SimulationStep.

Properties

new unsafe ref MR.PrecipitationSimulator.Event event_ [get]
new unsafe ref float amount [get]
 amount of precipitation (in same units as mesh coordinates and water level)
new unsafe ref MR.GraphVertId basin [get]
 BasinFull: this basin just became full Merge: this basin just absorbed the other basin.
new unsafe ref MR.GraphVertId neiBasin [get]
 BasinFull: the flow from full basin will first go here (may be not the last destination) Merge: this basin was just absorbed.
Properties inherited from MR.Const_PrecipitationSimulator.Const_SimulationStep
unsafe MR.PrecipitationSimulator.Event event_ [get]
unsafe float amount [get]
 amount of precipitation (in same units as mesh coordinates and water level)
unsafe ref readonly MR.GraphVertId basin [get]
 BasinFull: this basin just became full Merge: this basin just absorbed the other basin.
unsafe ref readonly MR.GraphVertId neiBasin [get]
 BasinFull: the flow from full basin will first go here (may be not the last destination) Merge: this basin was just absorbed.

Additional Inherited Members

Protected Member Functions inherited from MR.Const_PrecipitationSimulator.Const_SimulationStep
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_PrecipitationSimulator.Const_SimulationStep
unsafe MR.PrecipitationSimulator.Event__ref_storage_event_
unsafe float * __ref_storage_amount
unsafe MR.GraphVertId__ref_storage_basin
unsafe MR.GraphVertId__ref_storage_neiBasin

Detailed Description

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

Constructor & Destructor Documentation

◆ SimulationStep() [1/4]

unsafe MR.Const_PrecipitationSimulator.SimulationStep.SimulationStep ( )
inline

Constructs an empty (default-constructed) instance.

◆ SimulationStep() [2/4]

unsafe MR.Const_PrecipitationSimulator.SimulationStep.SimulationStep ( MR.PrecipitationSimulator.Event event_,
float amount,
MR.GraphVertId basin,
MR.GraphVertId neiBasin )
inline

◆ SimulationStep() [3/4]

unsafe MR.Const_PrecipitationSimulator.SimulationStep.SimulationStep ( MR.PrecipitationSimulator.Const_SimulationStep _other)
inline

Generated from constructor MR::PrecipitationSimulator::SimulationStep::SimulationStep.

◆ SimulationStep() [4/4]

MR.Const_PrecipitationSimulator.SimulationStep.SimulationStep ( SimulationStep _other)
inline

Generated from constructor MR::PrecipitationSimulator::SimulationStep::SimulationStep.

Member Function Documentation

◆ assign()

unsafe MR.PrecipitationSimulator.SimulationStep MR.Const_PrecipitationSimulator.SimulationStep.assign ( MR.PrecipitationSimulator.Const_SimulationStep _other)
inline

Generated from method MR::PrecipitationSimulator::SimulationStep::operator=.

Property Documentation

◆ amount

new unsafe ref float MR.Const_PrecipitationSimulator.SimulationStep.amount
get

amount of precipitation (in same units as mesh coordinates and water level)

◆ basin

new unsafe ref MR.GraphVertId MR.Const_PrecipitationSimulator.SimulationStep.basin
get

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

◆ event_

new unsafe ref MR.PrecipitationSimulator.Event MR.Const_PrecipitationSimulator.SimulationStep.event_
get

◆ neiBasin

new unsafe ref MR.GraphVertId MR.Const_PrecipitationSimulator.SimulationStep.neiBasin
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: