Search Results for

    Show / Hide Table of Contents

    Class IndexMap

    Inheritance
    Object
    IndexMap
    Implements
    IIndexMap
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: g3
    Assembly: cs.temp.dll.dll
    Syntax
    public class IndexMap : IIndexMap

    Constructors

    IndexMap(Boolean, Int32)

    Declaration
    public IndexMap(bool bForceSparse, int MaxIndex = -1)
    Parameters
    Type Name Description
    Boolean bForceSparse
    Int32 MaxIndex

    IndexMap(Int32, Int32)

    Declaration
    public IndexMap(int MaxIndex, int SubsetCountEst)
    Parameters
    Type Name Description
    Int32 MaxIndex
    Int32 SubsetCountEst

    IndexMap(Int32[], Int32)

    Declaration
    public IndexMap(int[] use_dense_map, int MaxIndex = -1)
    Parameters
    Type Name Description
    Int32[] use_dense_map
    Int32 MaxIndex

    Fields

    InvalidIndex

    Declaration
    public readonly int InvalidIndex
    Field Value
    Type Description
    Int32

    Properties

    Item[Int32]

    Declaration
    public int this[int index] { get; set; }
    Parameters
    Type Name Description
    Int32 index
    Property Value
    Type Description
    Int32

    Methods

    Contains(Int32)

    Declaration
    public bool Contains(int index)
    Parameters
    Type Name Description
    Int32 index
    Returns
    Type Description
    Boolean

    SetToInvalid()

    Declaration
    public void SetToInvalid()

    Implements

    IIndexMap
    In This Article
    Back to top ViRGIS VR GIS