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

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

+ Inheritance diagram for MR.FlowOrigin:

Public Member Functions

unsafe FlowOrigin ()
 Constructs an empty (default-constructed) instance.
 
unsafe FlowOrigin (MR.Const_MeshTriPoint point, float amount)
 Constructs MR.FlowOrigin elementwise.
 
unsafe FlowOrigin (MR.Const_FlowOrigin _other)
 Generated from constructor MR.FlowOrigin.FlowOrigin.
 
 FlowOrigin (FlowOrigin _other)
 Generated from constructor MR.FlowOrigin.FlowOrigin.
 
unsafe MR.FlowOrigin assign (MR.Const_FlowOrigin _other)
 Generated from method MR.FlowOrigin.operator=.
 

Properties

new unsafe MR.MeshTriPoint point [get, protected set]
 point on the mesh, where this flow starts
 
new unsafe ref 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 non-const half of the class.

Constructor & Destructor Documentation

◆ FlowOrigin() [1/4]

unsafe MR.FlowOrigin.FlowOrigin ( )
inline

Constructs an empty (default-constructed) instance.

◆ FlowOrigin() [2/4]

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

Constructs MR.FlowOrigin elementwise.

◆ FlowOrigin() [3/4]

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

Generated from constructor MR.FlowOrigin.FlowOrigin.

◆ FlowOrigin() [4/4]

MR.FlowOrigin.FlowOrigin ( FlowOrigin _other)
inline

Generated from constructor MR.FlowOrigin.FlowOrigin.

Member Function Documentation

◆ assign()

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

Generated from method MR.FlowOrigin.operator=.

Property Documentation

◆ amount

new unsafe ref float MR.FlowOrigin.amount
get

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

◆ point

new unsafe MR.MeshTriPoint MR.FlowOrigin.point
getprotected set

point on the mesh, where this flow starts


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