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

Box given by its min- and max- corners Generated from class MR.Box<unsigned short>. Derived classes: Direct: (non-virtual) MR.SimpleVolumeMinMaxU16 This is the non-const half of the class. More...

+ Inheritance diagram for MR.Box_UnsignedShort:

Public Member Functions

unsafe Box_UnsignedShort ()
 Constructs an empty (default-constructed) instance.
 
unsafe Box_UnsignedShort (MR.Const_Box_UnsignedShort _other)
 Generated from constructor MR.Box<unsigned short>::Box.
 
 Box_UnsignedShort (Box_UnsignedShort _other)
 Generated from constructor MR.Box<unsigned short>::Box.
 
unsafe Box_UnsignedShort (ushort min, ushort max)
 Generated from constructor MR.Box<unsigned short>::Box.
 
unsafe Box_UnsignedShort (MR.Const_NoInit _1)
 Generated from constructor MR.Box<unsigned short>::Box.
 
unsafe MR.Box_UnsignedShort assign (MR.Const_Box_UnsignedShort _other)
 Generated from method MR.Box<unsigned short>::operator=.
 
unsafe void include (ushort pt)
 minimally increases the box to include given point Generated from method MR.Box<unsigned short>::include.
 
unsafe void include (MR.Const_Box_UnsignedShort b)
 minimally increases the box to include another box Generated from method MR.Box<unsigned short>::include.
 
unsafe MR.Box_UnsignedShort intersect (MR.Const_Box_UnsignedShort b)
 Generated from method MR.Box<unsigned short>::intersect.
 

Properties

new unsafe ref ushort min [get]
 
new unsafe ref ushort max [get]
 
unsafe new ref ushort this[int e] [get]
 Generated from method MR.Box<unsigned short>::operator[].
 

Detailed Description

Box given by its min- and max- corners Generated from class MR.Box<unsigned short>. Derived classes: Direct: (non-virtual) MR.SimpleVolumeMinMaxU16 This is the non-const half of the class.

Constructor & Destructor Documentation

◆ Box_UnsignedShort() [1/5]

unsafe MR.Box_UnsignedShort.Box_UnsignedShort ( )
inline

Constructs an empty (default-constructed) instance.

◆ Box_UnsignedShort() [2/5]

unsafe MR.Box_UnsignedShort.Box_UnsignedShort ( MR.Const_Box_UnsignedShort _other)
inline

Generated from constructor MR.Box<unsigned short>::Box.

◆ Box_UnsignedShort() [3/5]

MR.Box_UnsignedShort.Box_UnsignedShort ( Box_UnsignedShort _other)
inline

Generated from constructor MR.Box<unsigned short>::Box.

◆ Box_UnsignedShort() [4/5]

unsafe MR.Box_UnsignedShort.Box_UnsignedShort ( ushort min,
ushort max )
inline

Generated from constructor MR.Box<unsigned short>::Box.

◆ Box_UnsignedShort() [5/5]

unsafe MR.Box_UnsignedShort.Box_UnsignedShort ( MR.Const_NoInit _1)
inline

Generated from constructor MR.Box<unsigned short>::Box.

Member Function Documentation

◆ assign()

unsafe MR.Box_UnsignedShort MR.Box_UnsignedShort.assign ( MR.Const_Box_UnsignedShort _other)
inline

Generated from method MR.Box<unsigned short>::operator=.

◆ include() [1/2]

unsafe void MR.Box_UnsignedShort.include ( MR.Const_Box_UnsignedShort b)
inline

minimally increases the box to include another box Generated from method MR.Box<unsigned short>::include.

◆ include() [2/2]

unsafe void MR.Box_UnsignedShort.include ( ushort pt)
inline

minimally increases the box to include given point Generated from method MR.Box<unsigned short>::include.

◆ intersect()

unsafe MR.Box_UnsignedShort MR.Box_UnsignedShort.intersect ( MR.Const_Box_UnsignedShort b)
inline

Generated from method MR.Box<unsigned short>::intersect.

Property Documentation

◆ max

new unsafe ref ushort MR.Box_UnsignedShort.max
get

◆ min

new unsafe ref ushort MR.Box_UnsignedShort.min
get

◆ this[int e]

unsafe new ref ushort MR.Box_UnsignedShort.this[int e]
get

Generated from method MR.Box<unsigned short>::operator[].


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