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=.
Public Member Functions inherited from MR.Const_FlowOrigin
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.

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
Properties inherited from MR.Const_FlowOrigin
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

Additional Inherited Members

Protected Member Functions inherited from MR.Const_FlowOrigin
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_FlowOrigin
unsafe float * __ref_storage_amount

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: