Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)

Enlighten API 4.03 Documentation
Results will update as you type.
  • class Geo GeoString
  • class Geo GeoStringView
  • class Geo GeoTimer
  • class Geo GeoTokenList
  • class Geo GeoTokenStream
  • class Geo GeoTriangle
  • class Geo GeoTriple
  • class Geo GeoUniqueDelegatePtr
  • class Geo GeoUniquePtr
  • class Geo GeoUniqueReleasePtr
  • class Geo GeoV128Texture
  • class Geo GeoVariant
  • class Geo GeoVirtualPageAllocator
  • class Geo GeoZLibFileStream
  • class Geo GoodRNG
  • class Geo IdentDataCompare
  • class Geo IdentVertLinkBuilder
  • class Geo IdxLink
  • class Geo IffReader
  • class Geo IffTextWriter
  • class Geo IffWriter
  • class Geo IGeoEvent
  • class Geo IGeoInputStream
  • class Geo IGeoProgressProxy
  • class Geo IGeoRayTracingContext
  • class Geo IGeoReleasable
  • class Geo IGeoSerialisable
  • class Geo IGeoStream
  • class Geo IRtMesh
  • class Geo ITerminalCmdHandler
  • class Geo ITerminalDelegate
  • class Geo ITerminalInputHandler
  • class Geo ITerminalOutputHandler
  • class Geo Matrix
  • class Geo MemoryAllocator
  • class Geo NonCopyable
  • class Geo Optional
  • class Geo OptionalIndex
  • class Geo PackedInteger4
  • class Geo PackedInteger64
  • class Geo PackedIntegerArray
  • class Geo PackedKeyValuePair
  • class Geo PointLeaf
  • class Geo PointSplit
  • class Geo PointSplitBounds
  • class Geo PointSplitState
  • class Geo QuickTaskTimer
  • class Geo RayResult
  • class Geo Releasable
  • class Geo RingBuffer
  • class Geo RtMesh
  • class Geo RtMeshGroup
  • class Geo ScopedTickCounter
  • class Geo ScopedTimer
  • class Geo SHCoeff
  • class Geo SimpleRNG
  • class Geo StridedArrayView
  • class Geo TerminalProvider
  • class Geo TextureWriter
  • class Geo TreeNode
  • class Geo TriGroupSelection
  • class Geo TxtProgressBar
  • namespace Geo Iff
  • namespace Geo PathUtils
  • namespace Geo Version
  • struct Geo ArrayRange
  • struct Geo BboxEdge
  • struct Geo BboxFace
  • struct Geo ClippedRay
  • struct Geo DebugLine
  • struct Geo eWindingOrder
  • struct Geo FixedSizeArray
  • struct Geo GeoAtomic
  • struct Geo GeoError
  • struct Geo GeoFixedPoolList
  • struct Geo GeoFixedPoolMap
  • struct Geo GeoPoint2
  • struct Geo GeoPoint2D
  • struct Geo GeoPoint3
  • struct Geo GeoPoint3D
  • struct Geo GeoRGBXTextureElement
    Calendars

You‘re viewing this with anonymous access, so some content might be blocked.
/
class Geo PackedIntegerArray

    This is the documentation for Enlighten.

    class Geo PackedIntegerArray

    Sept 09, 2025

    template<PackedIntegerSize>
    class Geo::PackedIntegerArray

    Stores unsigned integer values packed into 64-bit blocks.

    Parameters
    S

    The number of bits into which each value is packed.

    Functions

    Name Description
    Clear()

    Remove all elements.

    GetSize()

    Return the number of values stored.

    GetValue(Geo::u32)

    Return the value at the specified index.

    PackedIntegerArray()

    Constructor.

    PackedIntegerArray(Geo::u32)

    Constructor.

    Resize(Geo::u32)

    Add elements to reach the specified size.

    SetValue(Geo::u32, Geo::u32)

    Set the value at the specified index.


    void Geo::PackedIntegerArray< S >::Clear


    public: void Clear()


    Remove all elements.


    Geo::u32 Geo::PackedIntegerArray< S >::GetSize


    public: Geo::u32 GetSize() const


    Return the number of values stored.


    Geo::u32 Geo::PackedIntegerArray< S >::GetValue


    public: Geo::u32 GetValue
    (
        Geo::u32 index
    ) const


    Return the value at the specified index.


    Geo::PackedIntegerArray< S >::PackedIntegerArray


    public: PackedIntegerArray()


    Constructor.


    Geo::PackedIntegerArray< S >::PackedIntegerArray


    public: PackedIntegerArray
    (
        Geo::u32 capacity
    )


    Constructor.


    void Geo::PackedIntegerArray< S >::Resize


    public: void Resize
    (
        Geo::u32 size
    )


    Add elements to reach the specified size.


    void Geo::PackedIntegerArray< S >::SetValue


    public: void SetValue
    (
        Geo::u32 index,
        Geo::u32 value
    )


    Set the value at the specified index.

    , multiple selections available,
    {"serverDuration": 11, "requestCorrelationId": "68e135ae56e64786b3060ce107b106f4"}