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 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
  • class Geo GeoProgress
  • class Geo GeoQueue
  • class Geo GeoQueueEnumInterface
  • class Geo GeoRefArrayPtr
  • class Geo GeoRefCount
  • class Geo GeoRefPtr
  • class Geo GeoRefReleasePtr
  • class Geo GeoReleaseDestructor
  • class Geo GeoRGBXTexture
  • class Geo GeoScopedCSection
  • class Geo GeoSingleton
  • class Geo GeoSpatialHash
  • class Geo GeoString
  • 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 PackedInteger4
    Calendars

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

    This is the documentation for Enlighten.

    class Geo GeoRGBXTexture

    Nov 21, 2019

    class Geo::GeoRGBXTexture

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

    A simple CPU 8 bit per channel texture.

    Functions

    Name Description
    Create()

    Creates a new GeoRGBXTexture.

    GetHeight()

    Gets the height of this texture.

    GetMaxM()

    If this texture is RGBM encoded, gets the maximum M value.

    GetTextureData()

    Gets the raw texture data.

    GetTextureData()

    Gets the raw texture data.

    GetWidth()

    Gets the width of this texture.

    IsRGBMEncoded()

    Queries if this texture is RGBM encoded.

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

    Load an instance of this class from an IGeoInputStream.

    Load(IGeoInputStream &, Geo::u32)

    Load an instance of this class from an IGeoInputStream.

    Release()

    Destroys this GeoRGBXTexture.

    Release()

    Free this object that was created within the Enlighten libraries.

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

    Save an instance of this class to an IGeoStream.

    Save(IGeoStream &, Geo::u32)

    Save an instance of this class to an IGeoStream.

    SetTextureData(Geo::s32, Geo::s32, const GeoRGBXTextureElement *, bool, float)

    Copies data from the given buffer into this texture.

    Write(Writer &, Geo::u32)

    Write to any type compatible with IffWriter.


    static GeoRGBXTexture* Geo::GeoRGBXTexture::Create


    public: GeoRGBXTexture * Create()


    Creates a new GeoRGBXTexture.


    Geo::s32 Geo::GeoRGBXTexture::GetHeight


    public: Geo::s32 GetHeight() const


    Gets the height of this texture.


    float Geo::GeoRGBXTexture::GetMaxM


    public: float GetMaxM() const


    If this texture is RGBM encoded, gets the maximum M value.


    const GeoRGBXTextureElement* Geo::GeoRGBXTexture::GetTextureData


    public: const GeoRGBXTextureElement * GetTextureData() const


    Gets the raw texture data.


    GeoRGBXTextureElement* Geo::GeoRGBXTexture::GetTextureData


    public: GeoRGBXTextureElement * GetTextureData()


    Gets the raw texture data.


    Geo::s32 Geo::GeoRGBXTexture::GetWidth


    public: Geo::s32 GetWidth() const


    Gets the width of this texture.


    bool Geo::GeoRGBXTexture::IsRGBMEncoded


    public: bool IsRGBMEncoded() const


    Queries if this texture is RGBM encoded.


    virtual bool Geo::GeoRGBXTexture::Load


    public: virtual bool Load
    (
        Geo::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 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::GeoRGBXTexture::Release


    public: virtual void Release()


    Destroys this GeoRGBXTexture.


    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::GeoRGBXTexture::Save


    public: virtual bool Save
    (
        Geo::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.


    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.


    void Geo::GeoRGBXTexture::SetTextureData


    public: void SetTextureData
    (
        Geo::s32 width,
        Geo::s32 height,
        const GeoRGBXTextureElement * data,
        bool RGBM,
        float maxM
    )


    Copies data from the given buffer into this texture.


    bool Geo::GeoRGBXTexture::Write


    public: bool Write
    (
        Writer & writer,
        Geo::u32 section
    ) const


    Write to any type compatible with IffWriter.

    , multiple selections available,
    {"serverDuration": 10, "requestCorrelationId": "169135c56e0e4d3c940dc9da750e9ae7"}