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 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
  • 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 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 AtlasMeshChartingFlags
  • struct Geo AtlasMeshTriangle
  • struct Geo AtlasMeshTriangleCorner
    Calendars

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

    This is the documentation for Enlighten.

    class Geo IGeoProgressProxy

    Nov 21, 2019

    class Geo::IGeoProgressProxy

    An interface for informing a client about the current progress of an operation.

    Functions

    Name Description
    ~IGeoProgressProxy()

    Virtual destructor.

    ReportError(const GeoError &)

    Called when an error (or warning) is encountered by the task.

    SetProgressString(const char *)

    Called by progress tracked tasks to inform clients of the current (sub) task.

    SetProportionDone(float)

    Called when a further chunk of work has been performed on the current (sub) task.

    ShouldCancel()

    Request a cancel of the current task.


    virtual Geo::IGeoProgressProxy::~IGeoProgressProxy


    protected: virtual ~IGeoProgressProxy()


    Virtual destructor.


    virtual void Geo::IGeoProgressProxy::ReportError


    public: void ReportError
    (
        const GeoError & error
    )


    Called when an error (or warning) is encountered by the task.

    Details of the error can be found in the Error struct. The Error struct is valid only for the lifetime of the call to ReportError and cannot be copied.


    virtual void Geo::IGeoProgressProxy::SetProgressString


    public: void SetProgressString
    (
        const char * desc
    )


    Called by progress tracked tasks to inform clients of the current (sub) task.


    virtual void Geo::IGeoProgressProxy::SetProportionDone


    public: void SetProportionDone
    (
        float globalProgress
    )


    Called when a further chunk of work has been performed on the current (sub) task.

    Parameters
    [in] globalProgress

    The total percentage of work completed on this task [0,1].


    virtual bool Geo::IGeoProgressProxy::ShouldCancel


    public: bool ShouldCancel()


    Request a cancel of the current task.

    This function will be called periodically by progress tracked tasks. Use this opportunity to request a halt to the current task.

    , multiple selections available,
    {"serverDuration": 11, "requestCorrelationId": "95dc83ad9da84393b1fa8e0a907d8f3b"}