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

A fixed-size array of MR.AffineXf3d of size 4. This is the const reference to the struct. More...

+ Inheritance diagram for MR.Std.ConstBox_Array_MRAffineXf3d_4:

Classes

struct  _Underlying
 

Public Member Functions

unsafe ConstBox_Array_MRAffineXf3d_4 (Array_MRAffineXf3d_4 other)
 Make a copy of a struct. (Even though we initially pass is_owning: false, we then use the copy constructor to produce an owning instance.)
 
virtual void Dispose ()
 
unsafe ConstBox_Array_MRAffineXf3d_4 (ConstBox_Array_MRAffineXf3d_4 _other)
 Generated copy constructor.
 

Static Public Member Functions

static implicit operator ConstBox_Array_MRAffineXf3d_4 (Array_MRAffineXf3d_4 other)
 Convert from a struct by copying it. Note that only ConstBox_Array_MRAffineXf3d_4 has this conversion, Box_Array_MRAffineXf3d_4 intentionally doesn't.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe ref readonly Array_MRAffineXf3d_4 _Ref [get]
 Get the underlying struct.
 
ref readonly MR.ArrayAffineXf3d4 elems [get]
 
- Properties inherited from MR.Misc.Object< ConstBox_Array_MRAffineXf3d_4 >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< ConstBox_Array_MRAffineXf3d_4 >
bool _IsOwningVal
 

Detailed Description

A fixed-size array of MR.AffineXf3d of size 4. This is the const reference to the struct.


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