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 Enlighten PipelineExcludedInstance
  • class Enlighten PipelineGeom
  • class Enlighten PipelineGeometryProperties
  • class Enlighten PipelineGlobalParameters
  • class Enlighten PipelineInstanceParameters
  • class Enlighten PipelineLineWriter
  • class Enlighten PipelineMesh
  • class Enlighten PipelinePaths
  • class Enlighten PipelineProbeRegion
  • class Enlighten PipelineProbeVolume
  • class Enlighten PipelineRadiosityInstance
  • class Enlighten PipelineScene
  • class Enlighten PipelineTransform
  • class Enlighten PointLight
  • class Enlighten PointLightMeta
  • class Enlighten PointProjection
  • class Enlighten PointProjectionOptions
  • class Enlighten PointProjectionScratchMem
  • class Enlighten PointProjectionSurface
  • class Enlighten PointProjectionVersion
  • class Enlighten PppiManager
  • class Enlighten PppiWorld
  • class Enlighten PrecompInputAutoProbeVolume
  • class Enlighten PrecompInputFace
  • class Enlighten PrecompInputInstance
  • class Enlighten PrecompInputOctreeBoxSet
  • class Enlighten PrecompInputOctreePointSet
  • class Enlighten PrecompInputOctreeVolume
  • class Enlighten PrecompInputVertex
  • class Enlighten PrecompMaterialInfo
  • class Enlighten PrecompMeshProperties
  • class Enlighten PrecompOctreeNode
  • class Enlighten PrecompOctreeProbeKey
  • class Enlighten PrecomputedVisibilityData
  • class Enlighten PrecomputedVisibilityWorkspace
  • class Enlighten PrecomputeError
  • class Enlighten PrecomputeLoaderBuilder
  • class Enlighten PrecomputeParameters
  • class Enlighten PrecomputePipeline
  • class Enlighten PrecomputeProcess
  • class Enlighten PrecompVolumeQueryBox
  • class Enlighten PrecompVoxelId
  • class Enlighten PrecompVoxelOctree
  • class Enlighten PrecompVoxelOctreePath
  • class Enlighten PrecompVoxelOctreeVolume
  • class Enlighten ProbeBounceBuffer
  • class Enlighten ProbeBounceWorkspace
  • class Enlighten ProbeInterpolant
  • class Enlighten ProbeInterpolationTask
  • class Enlighten ProbeSetDataBlock
  • class Enlighten ProbeSetManagerVoxel
  • class Enlighten ProbeSetMeta
  • class Enlighten ProbeSetOctreeNode
  • class Enlighten ProbeSetVirtualProbe
  • class Enlighten ProfileHistory
  • class Enlighten QuadIterator
  • class Enlighten QuadShader
  • class Enlighten QuickFlatClusterShader
  • class Enlighten QuickQuadShader
  • class Enlighten R9G9B9E5CpuTextureSampler
  • class Enlighten R11G11B10CpuTextureSampler
  • class Enlighten RadCubeMapCore
  • class Enlighten RadCubeMapMetaData
  • class Enlighten RadCubeMapTask
  • class Enlighten RadDataBlock
  • class Enlighten RadDebugBucketSelectionTask
  • class Enlighten RadDebugColouringTask
  • class Enlighten RadDebugPixelInfo
  • class Enlighten RadiosityInputTree
  • class Enlighten RadiosityInstance
  • class Enlighten RadIrradianceTask
  • class Enlighten RadProbeSetCore
  • class Enlighten RadProbeSetMetaData
  • class Enlighten RadProbeTask
  • class Enlighten RadSystemCore
  • class Enlighten RadSystemMetaData
  • class Enlighten RawBuffer
  • class Enlighten ReadInputLightingBufferInfo
  • class Enlighten RectangleLight
  • class Enlighten RefTextureAllocator
  • class Enlighten RefTextureUpdater
    Calendars

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

    This is the documentation for Enlighten.

    class Enlighten PrecompVolumeQueryBox

    Nov 21, 2019

    class Enlighten::PrecompVolumeQueryBox

        └>Enlighten::IPrecompVolumeQuery

    An example implementation of IPrecompVolumeQuery which defines a region of 3D space as a set of boxes.

    Functions

    Name Description
    AddBoundingBox(const Geo::GeoBoundingBox &)

    Adds an axis-aligned bounding box to this query.

    GetBoundingBox()

    Returns the world space bounds of the entire volume.

    GetBoundingBox()

    Returns the world space bounds of the entire volume.

    IntersectsBoundingBox(const Geo::GeoBoundingBox &)

    Returns true if the specified box intersects the volume.

    IntersectsBoundingBox(const Geo::GeoBoundingBox &)

    Returns true if the specified box intersects the volume.

    TestBox(const Geo::GeoBoundingBox &)

    Returns a classification of the way the specified box intersects the volume.


    void Enlighten::PrecompVolumeQueryBox::AddBoundingBox


    public: void AddBoundingBox
    (
        const Geo::GeoBoundingBox & box
    )


    Adds an axis-aligned bounding box to this query.


    virtual Geo::GeoBoundingBox Enlighten::PrecompVolumeQueryBox::GetBoundingBox


    public: virtual Geo::GeoBoundingBox GetBoundingBox() const


    Returns the world space bounds of the entire volume.


    virtual Geo::GeoBoundingBox Enlighten::IPrecompVolumeQuery::GetBoundingBox


    public: Geo::GeoBoundingBox GetBoundingBox() const


    Returns the world space bounds of the entire volume.


    virtual bool Enlighten::PrecompVolumeQueryBox::IntersectsBoundingBox


    public: virtual bool IntersectsBoundingBox
    (
        const Geo::GeoBoundingBox & box
    ) const


    Returns true if the specified box intersects the volume.


    virtual bool Enlighten::IPrecompVolumeQuery::IntersectsBoundingBox


    public: bool IntersectsBoundingBox
    (
        const Geo::GeoBoundingBox & box
    ) const


    Returns true if the specified box intersects the volume.


    virtual VolumeQueryResult Enlighten::IPrecompVolumeQuery::TestBox


    public: virtual VolumeQueryResult TestBox
    (
        const Geo::GeoBoundingBox & box
    ) const


    Returns a classification of the way the specified box intersects the volume.

    , multiple selections available,
    {"serverDuration": 10, "requestCorrelationId": "d533af74a82d4f0fa78ddde272e28ce6"}