MeshLib C# Docs
Loading...
Searching...
No Matches
MRBitSet.cs File Reference

Classes

class  MR
 
class  MR.FaceBitSet
 Vector<bool, I> like container (random-access, I - index type, bool - value type) with all bits after size() considered off during testing Generated from class MR.FaceBitSet. Base classes: Direct: (non-virtual) MR.BitSet This is the non-const half of the class. More...
 
class  MR.VertBitSet
 Vector<bool, I> like container (random-access, I - index type, bool - value type) with all bits after size() considered off during testing Generated from class MR.VertBitSet. Base classes: Direct: (non-virtual) MR.BitSet This is the non-const half of the class. More...
 
class  MR.EdgeBitSet
 Vector<bool, I> like container (random-access, I - index type, bool - value type) with all bits after size() considered off during testing Generated from class MR.EdgeBitSet. Base classes: Direct: (non-virtual) MR.BitSet This is the non-const half of the class. More...
 
class  MR.UndirectedEdgeBitSet
 Vector<bool, I> like container (random-access, I - index type, bool - value type) with all bits after size() considered off during testing Generated from class MR.UndirectedEdgeBitSet. Base classes: Direct: (non-virtual) MR.BitSet This is the non-const half of the class. More...
 
class  MR.PixelBitSet
 Vector<bool, I> like container (random-access, I - index type, bool - value type) with all bits after size() considered off during testing Generated from class MR.PixelBitSet. Base classes: Direct: (non-virtual) MR.BitSet This is the non-const half of the class. More...
 
class  MR.VoxelBitSet
 Vector<bool, I> like container (random-access, I - index type, bool - value type) with all bits after size() considered off during testing Generated from class MR.VoxelBitSet. Base classes: Direct: (non-virtual) MR.BitSet This is the non-const half of the class. More...
 
class  MR.RegionBitSet
 Vector<bool, I> like container (random-access, I - index type, bool - value type) with all bits after size() considered off during testing Generated from class MR.RegionBitSet. Base classes: Direct: (non-virtual) MR.BitSet This is the non-const half of the class. More...
 
class  MR.NodeBitSet
 Vector<bool, I> like container (random-access, I - index type, bool - value type) with all bits after size() considered off during testing Generated from class MR.NodeBitSet. Base classes: Direct: (non-virtual) MR.BitSet This is the non-const half of the class. More...
 
class  MR.ObjBitSet
 Vector<bool, I> like container (random-access, I - index type, bool - value type) with all bits after size() considered off during testing Generated from class MR.ObjBitSet. Base classes: Direct: (non-virtual) MR.BitSet This is the non-const half of the class. More...
 
class  MR.TextureBitSet
 Vector<bool, I> like container (random-access, I - index type, bool - value type) with all bits after size() considered off during testing Generated from class MR.TextureBitSet. Base classes: Direct: (non-virtual) MR.BitSet This is the non-const half of the class. More...
 
class  MR.GraphVertBitSet
 Vector<bool, I> like container (random-access, I - index type, bool - value type) with all bits after size() considered off during testing Generated from class MR.GraphVertBitSet. Base classes: Direct: (non-virtual) MR.BitSet This is the non-const half of the class. More...
 
class  MR.GraphEdgeBitSet
 Vector<bool, I> like container (random-access, I - index type, bool - value type) with all bits after size() considered off during testing Generated from class MR.GraphEdgeBitSet. Base classes: Direct: (non-virtual) MR.BitSet This is the non-const half of the class. More...
 
class  MR.TypedBitSet_MRIdMRICPElemtTag
 Vector<bool, I> like container (random-access, I - index type, bool - value type) with all bits after size() considered off during testing Generated from class MR.TypedBitSet<MR.Id<MR.ICPElemtTag>>. Base classes: Direct: (non-virtual) MR.BitSet This is the non-const half of the class. More...
 
class  MR.SetBitIterator
 iterator to enumerate all indices with set bits in BitSet class or its derivatives Generated from class MR.SetBitIterator. This is the non-const half of the class. More...
 
class  MR.FaceSetBitIterator
 iterator to enumerate all indices with set bits in BitSet class or its derivatives Generated from class MR.FaceSetBitIterator. This is the non-const half of the class. More...
 
class  MR.VertSetBitIterator
 iterator to enumerate all indices with set bits in BitSet class or its derivatives Generated from class MR.VertSetBitIterator. This is the non-const half of the class. More...
 
class  MR.EdgeSetBitIterator
 iterator to enumerate all indices with set bits in BitSet class or its derivatives Generated from class MR.EdgeSetBitIterator. This is the non-const half of the class. More...
 
class  MR.UndirectedEdgeSetBitIterator
 iterator to enumerate all indices with set bits in BitSet class or its derivatives Generated from class MR.UndirectedEdgeSetBitIterator. This is the non-const half of the class. More...
 
class  MR.BitSet
 std.vector<bool> like container (random-access, size_t - index type, bool - value type) with all bits after size() considered off during testing Generated from class MR.BitSet. Derived classes: Direct: (non-virtual) MR.EdgeBitSet MR.FaceBitSet MR.GraphEdgeBitSet MR.GraphVertBitSet MR.NodeBitSet MR.ObjBitSet MR.PixelBitSet MR.RegionBitSet MR.TextureBitSet MR.TypedBitSet<MR.Id<MR.ICPElemtTag>> MR.UndirectedEdgeBitSet MR.VertBitSet MR.VoxelBitSet This is the non-const half of the class. More...