Generated from class MR.FlowOrigin. This is the non-const half of the class. More...
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 |
Generated from class MR.FlowOrigin. This is the non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Constructs MR.FlowOrigin elementwise.
|
inline |
Generated from constructor MR.FlowOrigin.FlowOrigin.
|
inline |
Generated from constructor MR.FlowOrigin.FlowOrigin.
|
inline |
Generated from method MR::FlowOrigin::operator=.
|
get |
amount of flow, e.g. can be proportional to the horizontal area associated with the start point
|
getprotected set |
point on the mesh, where this flow starts