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 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
  • struct Geo GeoVector3
  • struct Geo GeoVector4
  • struct Geo InitRayTracing
  • struct Geo Matrix4x4
  • struct Geo PerformanceBlock
  • struct Geo RastFragment
  • struct Geo RastTri
  • struct Geo RastVert
  • struct Geo Rayf
  • struct Geo ScopeStartStop
  • struct Geo Statistics
  • struct Geo StringExpression
  • struct Geo TypeInfo
  • struct Geo VectorD
  • struct Geo WriteRangePolicy
  • struct Geo ZeroedPadding
    Calendars

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

    This is the documentation for Enlighten.

    class Geo StridedArrayView

    Sept 09, 2025

    template<typename>
    class Geo::StridedArrayView

    A read-only view into an array with optional stride.

    Functions

    Name Description
    GetSize()

    Return the number of elements.

    operator[](int)

    Return the i'th element.

    StridedArrayView()

    Constructor.

    StridedArrayView(const T *, Geo::s32, Geo::s32)

    Constructor.


    GEO_FORCE_INLINE Geo::s32 Geo::StridedArrayView< T >::GetSize


    public: GEO_FORCE_INLINEGeo::s32 GetSize() const


    Return the number of elements.


    GEO_FORCE_INLINE const T& Geo::StridedArrayView< T >::operator[]


    public: GEO_FORCE_INLINE const T & operator[]
    (
        int i
    ) const


    Return the i'th element.


    Geo::StridedArrayView< T >::StridedArrayView


    public: StridedArrayView()


    Constructor.


    Geo::StridedArrayView< T >::StridedArrayView


    public: StridedArrayView
    (
        const T * first,
        Geo::s32 count,
        Geo::s32 stride
    )


    Constructor.

    , multiple selections available,
    {"serverDuration": 12, "requestCorrelationId": "7e6dce379879430e950456ea742562d2"}