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.
 Const_SimulationStep (SimulationStep _other)
 Generated from constructor MR::PrecipitationSimulator::SimulationStep::SimulationStep.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.PrecipitationSimulator.Event__ref_storage_event_
unsafe float * __ref_storage_amount
unsafe MR.GraphVertId__ref_storage_basin
unsafe MR.GraphVertId__ref_storage_neiBasin

Properties

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.

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_SimulationStep() [1/4]

unsafe MR.Const_PrecipitationSimulator.Const_SimulationStep.Const_SimulationStep ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_SimulationStep() [2/4]

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

◆ Const_SimulationStep() [3/4]

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

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

◆ Const_SimulationStep() [4/4]

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

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

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_PrecipitationSimulator.Const_SimulationStep.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_PrecipitationSimulator.Const_SimulationStep.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __ref_storage_amount

unsafe float* MR.Const_PrecipitationSimulator.Const_SimulationStep.__ref_storage_amount
protected

◆ __ref_storage_basin

unsafe MR.GraphVertId* MR.Const_PrecipitationSimulator.Const_SimulationStep.__ref_storage_basin
protected

◆ __ref_storage_event_

unsafe MR.PrecipitationSimulator.Event* MR.Const_PrecipitationSimulator.Const_SimulationStep.__ref_storage_event_
protected

◆ __ref_storage_neiBasin

unsafe MR.GraphVertId* MR.Const_PrecipitationSimulator.Const_SimulationStep.__ref_storage_neiBasin
protected

Property Documentation

◆ amount

unsafe float MR.Const_PrecipitationSimulator.Const_SimulationStep.amount
get

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

◆ basin

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

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

◆ event_

unsafe MR.PrecipitationSimulator.Event MR.Const_PrecipitationSimulator.Const_SimulationStep.event_
get

◆ neiBasin

unsafe ref readonly MR.GraphVertId MR.Const_PrecipitationSimulator.Const_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: