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 3.10 Documentation
Results will update as you type.
  • class Geo AnsiAllocator
  • class Geo AtlasMesh
  • class Geo AtlasMeshChart
  • class Geo AtlasMeshPackingFlags
  • class Geo BasicAllocator
  • class Geo ChartParametiserFailure
  • class Geo ConvexHull
  • class Geo ConvexHullBuilder
  • class Geo CovarianceMatrix
  • class Geo CovarianceMatrixBuilder
  • class Geo EmbreeRtMeshVisitor
  • class Geo Geo2DTransform
  • class Geo GeoAlignedFreeDestructor
  • class Geo GeoAllocationPage
  • class Geo GeoAllocator
  • class Geo GeoAllocatorUnchecked
  • class Geo GeoArray
  • class Geo GeoArray_Stl
  • class Geo GeoAutoArrayPtr
  • class Geo GeoAutoDeleteArray
  • class Geo GeoAutoDeleteList
  • class Geo GeoAutoDeleteMap
  • class Geo GeoAutoPtr
  • class Geo GeoAutoReleaseArray
  • class Geo GeoAutoReleaseMap
  • class Geo GeoAutoReleasePtr
  • class Geo GeoBitArray
  • class Geo GeoBitStore
  • class Geo GeoBlueNoise
  • class Geo GeoBlueNoiseDiskPalette
  • class Geo GeoBlueNoiseRayPalette
  • class Geo GeoBoundingBox
  • class Geo GeoBoundingSphere
  • class Geo GeoBufferedFileStream
  • class Geo GeoBufferedInputStream
  • class Geo GeoCriticalSection
  • class Geo GeoDebugAllocator
  • class Geo GeoDelegateDestructor
  • class Geo GeoDeleteArrayDestructor
  • class Geo GeoDeleteDestructor
  • class Geo GeoDepthCubeMap
  • class Geo GeoEmbreeContext
  • class Geo GeoEqualCString
  • class Geo GeoEvent
  • class Geo GeoFileManager
  • class Geo GeoFileStream
  • class Geo GeoFixedBinarySearchMap
  • class Geo GeoFixedBinarySearchMapCompare
  • class Geo GeoFixedPoolAllocator
  • class Geo GeoFixedString
  • class Geo GeoFlattenAndPackResults
  • class Geo GeoFp16Texture
  • class Geo GeoFpControl
  • class Geo GeoFrameTime
  • class Geo GeoFreeDestructor
  • class Geo GeoGenericTexture
  • class Geo GeoGuid
  • class Geo GeoHalf
  • class Geo GeoHashConstHandle
  • class Geo GeoHashCString
  • class Geo GeoHashDefault
  • class Geo GeoHashHandle
  • class Geo GeoHashMap
  • class Geo GeoHashString
  • class Geo GeoImmutableArray
  • class Geo GeoInputEvent
  • class Geo GeoInstanceCount
  • class Geo GeoIntRange
  • class Geo GeoIntrusivePtr
  • class Geo GeoKeyValueArray
  • class Geo GeoLineSegment
  • class Geo GeoList
  • class Geo GeoMap
  • class Geo GeoMemoryDefault
  • class Geo GeoMemoryPool
  • class Geo GeoMemoryStream
  • class Geo GeoNonAABoundingBox
  • class Geo GeoNoopDestructor
  • class Geo GeoPair
  • class Geo GeoParametrisedPlane3
  • class Geo GeoPriorityQueue
    Calendars

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

    This is the documentation for Enlighten.

    class Geo GeoDepthCubeMap

    Nov 21, 2019

    class Geo::GeoDepthCubeMap

        └>Geo::IGeoSerialisable
            └>Geo::IGeoReleasable

    A simple storage class for a floating point cube map.

    Functions

    Name Description
    Create()

    Create a new GeoDepthCubeMap.

    GetData(Geo::s32)

    Gets the data array for the given face.

    GetData(Geo::s32)

    Gets the data array for the given face.

    GetWidth()

    Gets the width.

    Load(Geo::IGeoInputStream &, Geo::u32)

    Geo::IGeoSerialisable implementation.

    Load(IGeoInputStream &, Geo::u32)

    Load an instance of this class from an IGeoInputStream.

    Release()

    Geo::IGeoSerialisable implementation.

    Release()

    Free this object that was created within the Enlighten libraries.

    Save(Geo::IGeoStream &, Geo::u32)

    Geo::IGeoSerialisable implementation.

    Save(IGeoStream &, Geo::u32)

    Save an instance of this class to an IGeoStream.

    SetResolution(Geo::s32)

    Sets the resolution.

    SetValue(Geo::s32, Geo::s32, Geo::s32, float)

    Sets the value at the given face and (x, y) position.


    static GeoDepthCubeMap* Geo::GeoDepthCubeMap::Create


    public: GeoDepthCubeMap * Create()


    Create a new GeoDepthCubeMap.


    const float* Geo::GeoDepthCubeMap::GetData


    public: const float * GetData
    (
        Geo::s32 f
    ) const


    Gets the data array for the given face.


    float* Geo::GeoDepthCubeMap::GetData


    public: float * GetData
    (
        Geo::s32 f
    )


    Gets the data array for the given face.


    Geo::s32 Geo::GeoDepthCubeMap::GetWidth


    public: Geo::s32 GetWidth() const


    Gets the width.


    virtual bool Geo::GeoDepthCubeMap::Load


    public: virtual bool Load
    (
        Geo::IGeoInputStream & stream,
        Geo::u32 section
    )


    Geo::IGeoSerialisable implementation.


    virtual bool Geo::IGeoSerialisable::Load


    public: bool Load
    (
        IGeoInputStream & stream,
        Geo::u32 section
    )


    Load an instance of this class from an IGeoInputStream.

    The stream must be ready to read from. You can load sections of an object by passing a bitmask representing the desired sections rather than Iff::AllSectionsMask, which will load all sections. It is also safe to call this method on an object multiple times with different section arguments to load multiple parts.


    virtual void Geo::GeoDepthCubeMap::Release


    public: virtual void Release()


    Geo::IGeoSerialisable implementation.


    virtual void Geo::IGeoReleasable::Release


    public: void Release()


    Free this object that was created within the Enlighten libraries.

    Expect this to behave in a similar way to calling 'delete(this)'


    virtual bool Geo::GeoDepthCubeMap::Save


    public: virtual bool Save
    (
        Geo::IGeoStream & stream,
        Geo::u32 section
    ) const


    Geo::IGeoSerialisable implementation.


    virtual bool Geo::IGeoSerialisable::Save


    public: bool Save
    (
        IGeoStream & stream,
        Geo::u32 section
    ) const


    Save an instance of this class to an IGeoStream.

    The stream must be ready to write to. You can save sections of an object by passing a bitmask representing the desired sections rather than Iff::AllSectionsMask, which will save all sections that are available.


    bool Geo::GeoDepthCubeMap::SetResolution


    public: bool SetResolution
    (
        Geo::s32 w
    )


    Sets the resolution.


    void Geo::GeoDepthCubeMap::SetValue


    public: void SetValue
    (
        Geo::s32 f,
        Geo::s32 x,
        Geo::s32 y,
        float value
    )


    Sets the value at the given face and (x, y) position.

    , multiple selections available,
    {"serverDuration": 11, "requestCorrelationId": "e7ff893532da474dba6c263503c02232"}