MeshLib C# Docs
Loading...
Searching...
No Matches

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

Inheritance diagram for MR.Const_FlowOrigin:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_FlowOrigin ()
 Constructs an empty (default-constructed) instance.
unsafe Const_FlowOrigin (MR.Const_MeshTriPoint point, float amount)
 Constructs MR.FlowOrigin elementwise.
unsafe Const_FlowOrigin (MR.Const_FlowOrigin _other)
 Generated from constructor MR.FlowOrigin.FlowOrigin.
 Const_FlowOrigin (FlowOrigin _other)
 Generated from constructor MR.FlowOrigin.FlowOrigin.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe float * __ref_storage_amount

Properties

unsafe MR.Const_MeshTriPoint point [get, protected set]
 point on the mesh, where this flow starts
unsafe float amount [get]
 amount of flow, e.g. can be proportional to the horizontal area associated with the start point

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_FlowOrigin() [1/4]

unsafe MR.Const_FlowOrigin.Const_FlowOrigin ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_FlowOrigin() [2/4]

unsafe MR.Const_FlowOrigin.Const_FlowOrigin ( MR.Const_MeshTriPoint point,
float amount )
inline

Constructs MR.FlowOrigin elementwise.

◆ Const_FlowOrigin() [3/4]

unsafe MR.Const_FlowOrigin.Const_FlowOrigin ( MR.Const_FlowOrigin _other)
inline

Generated from constructor MR.FlowOrigin.FlowOrigin.

◆ Const_FlowOrigin() [4/4]

MR.Const_FlowOrigin.Const_FlowOrigin ( FlowOrigin _other)
inline

Generated from constructor MR.FlowOrigin.FlowOrigin.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_FlowOrigin.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_FlowOrigin.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __ref_storage_amount

unsafe float* MR.Const_FlowOrigin.__ref_storage_amount
protected

Property Documentation

◆ amount

unsafe float MR.Const_FlowOrigin.amount
get

amount of flow, e.g. can be proportional to the horizontal area associated with the start point

◆ point

unsafe MR.Const_MeshTriPoint MR.Const_FlowOrigin.point
getprotected set

point on the mesh, where this flow starts


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