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

represents a box in 3D space subdivided on voxels stored in T; and stores minimum and maximum values among all valid voxels Generated from class MR.SimpleVolumeMinMaxU16. Base classes: Direct: (non-virtual) MR.SimpleVolumeU16 MR.Box<unsigned short> This is the non-const half of the class. More...

+ Inheritance diagram for MR.SimpleVolumeMinMaxU16:

Public Member Functions

unsafe SimpleVolumeMinMaxU16 ()
 Constructs an empty (default-constructed) instance.
 
unsafe SimpleVolumeMinMaxU16 (MR._ByValue_SimpleVolumeMinMaxU16 _other)
 Generated from constructor MR.SimpleVolumeMinMaxU16.SimpleVolumeMinMaxU16.
 
unsafe MR.SimpleVolumeMinMaxU16 assign (MR._ByValue_SimpleVolumeMinMaxU16 _other)
 Generated from method MR.SimpleVolumeMinMaxU16.operator=.
 
unsafe MR.Box_UnsignedShort intersect (MR.Const_Box_UnsignedShort b)
 Generated from method MR.SimpleVolumeMinMaxU16.intersect.
 
- Public Member Functions inherited from MR.Const_SimpleVolumeMinMaxU16
virtual void Dispose ()
 
unsafe Const_SimpleVolumeMinMaxU16 ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_SimpleVolumeMinMaxU16 (MR._ByValue_SimpleVolumeMinMaxU16 _other)
 Generated from constructor MR.SimpleVolumeMinMaxU16.SimpleVolumeMinMaxU16.
 
unsafe ulong heapBytes ()
 Generated from method MR.SimpleVolumeMinMaxU16.heapBytes.
 
unsafe bool valid ()
 true if the box contains at least one point Generated from method MR.SimpleVolumeMinMaxU16.valid.
 
unsafe ushort center ()
 computes center of the box Generated from method MR.SimpleVolumeMinMaxU16.center.
 
unsafe ushort corner (bool c)
 returns the corner of this box as specified by given bool-vector: 0 element in (c) means take min's coordinate, 1 element in (c) means take max's coordinate Generated from method MR.SimpleVolumeMinMaxU16.corner.
 
unsafe ushort size ()
 computes size of the box in all dimensions Generated from method MR.SimpleVolumeMinMaxU16.size.
 
unsafe ushort diagonal ()
 computes length from min to max Generated from method MR.SimpleVolumeMinMaxU16.diagonal.
 
unsafe ushort volume ()
 computes the volume of this box Generated from method MR.SimpleVolumeMinMaxU16.volume.
 
unsafe ushort getBoxClosestPointTo (ushort pt)
 returns closest point in the box to given point Generated from method MR.SimpleVolumeMinMaxU16.getBoxClosestPointTo.
 
unsafe bool intersects (MR.Const_Box_UnsignedShort b)
 checks whether this box intersects or touches given box Generated from method MR.SimpleVolumeMinMaxU16.intersects.
 
unsafe MR.Box_UnsignedShort intersection (MR.Const_Box_UnsignedShort b)
 computes intersection between this and other box Generated from method MR.SimpleVolumeMinMaxU16.intersection.
 
unsafe ushort getProjection (ushort pt)
 returns the closest point on the box to the given point for points outside the box this is equivalent to getBoxClosestPointTo Generated from method MR.SimpleVolumeMinMaxU16.getProjection.
 
unsafe MR.Box_UnsignedShort expanded (ushort expansion)
 decreases min and increased max on given value Generated from method MR.SimpleVolumeMinMaxU16.expanded.
 
unsafe MR.Box_UnsignedShort insignificantlyExpanded ()
 decreases min and increases max to their closest representable value Generated from method MR.SimpleVolumeMinMaxU16.insignificantlyExpanded.
 
bool Equals (MR.Const_Box_UnsignedShort? a)
 
override bool Equals (object? other)
 

Static Public Member Functions

static unsafe implicit operator MR.SimpleVolumeU16 (SimpleVolumeMinMaxU16 self)
 
static unsafe implicit operator MR.Box_UnsignedShort (SimpleVolumeMinMaxU16 self)
 
- Static Public Member Functions inherited from MR.Const_SimpleVolumeMinMaxU16
static unsafe implicit operator MR.Const_SimpleVolumeU16 (Const_SimpleVolumeMinMaxU16 self)
 
static unsafe implicit operator MR.Const_Box_UnsignedShort (Const_SimpleVolumeMinMaxU16 self)
 
static unsafe MR.Box_UnsignedShort fromMinAndSize (ushort min, ushort size)
 Generated from method MR.SimpleVolumeMinMaxU16.fromMinAndSize.
 
static unsafe bool getMinBoxCorner (ushort n)
 considering all planes with given normal and arbitrary shift: dot(n,x) = d finds the box's corner for which d is minimal Generated from method MR.SimpleVolumeMinMaxU16.getMinBoxCorner.
 
static unsafe bool getMaxBoxCorner (ushort n)
 considering all planes with given normal and arbitrary shift: dot(n,x) = d finds the box's corner for which d is maximal Generated from method MR.SimpleVolumeMinMaxU16.getMaxBoxCorner.
 
static unsafe bool operator== (MR.Const_SimpleVolumeMinMaxU16 _this, MR.Const_Box_UnsignedShort a)
 Generated from method MR.SimpleVolumeMinMaxU16.operator==.
 
static unsafe bool operator!= (MR.Const_SimpleVolumeMinMaxU16 _this, MR.Const_Box_UnsignedShort a)
 

Properties

new unsafe MR.Vector_UnsignedShort_MRVoxelId data [get]
 
new unsafe ref MR.Vector3i dims [get]
 
new unsafe ref MR.Vector3f voxelSize [get]
 
new unsafe ref ushort min [get]
 
new unsafe ref ushort max [get]
 
- Properties inherited from MR.Const_SimpleVolumeMinMaxU16
unsafe MR.Const_Vector_UnsignedShort_MRVoxelId data [get]
 
unsafe ref readonly MR.Vector3i dims [get]
 
unsafe ref readonly MR.Vector3f voxelSize [get]
 
static unsafe int Elements [get]
 
unsafe ushort min [get]
 
unsafe ushort max [get]
 
- Properties inherited from MR.Misc.Object< Const_SimpleVolumeMinMaxU16 >
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 Member Functions inherited from MR.Const_SimpleVolumeMinMaxU16
virtual unsafe void Dispose (bool disposing)
 
- Protected Attributes inherited from MR.Misc.Object< Const_SimpleVolumeMinMaxU16 >
bool _IsOwningVal
 

Detailed Description

represents a box in 3D space subdivided on voxels stored in T; and stores minimum and maximum values among all valid voxels Generated from class MR.SimpleVolumeMinMaxU16. Base classes: Direct: (non-virtual) MR.SimpleVolumeU16 MR.Box<unsigned short> This is the non-const half of the class.


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