Loading...
Searching...
No Matches
HdPrman_VolumeFilter Class Referencefinal

A representation for volume filters. More...

#include <volumeFilter.h>

+ Inheritance diagram for HdPrman_VolumeFilter:

Public Member Functions

 HdPrman_VolumeFilter (SdfPath const &id)
 
void Sync (HdSceneDelegate *sceneDelegate, HdRenderParam *renderParam, HdDirtyBits *dirtyBits) override
 Synchronizes state from the delegate to this object.
 
void SyncToRiley (HdSceneDelegate *sceneDelegate, HdPrman_RenderParam *param, riley::Riley *riley)
 Make sure this object has been updated in Riley.
 
HdDirtyBits GetInitialDirtyBitsMask () const override
 Returns the minimal set of dirty bits to place in the change tracker for use in the first sync of this prim.
 
void Finalize (HdRenderParam *renderParam) override
 Finalizes object resources.
 
riley::CoordinateSystemId GetCoordSysId ()
 
- Public Member Functions inherited from HdSprim
HD_API HdSprim (SdfPath const &id)
 
SdfPath const & GetId () const
 Returns the identifier by which this state is known.
 

Detailed Description

A representation for volume filters.

Definition at line 29 of file volumeFilter.h.

Member Function Documentation

◆ Finalize()

void Finalize ( HdRenderParam * renderParam)
overridevirtual

Finalizes object resources.

This function might not delete resources, but it should deal with resource ownership so that the sprim is deletable.

Reimplemented from HdSprim.

◆ GetInitialDirtyBitsMask()

HdDirtyBits GetInitialDirtyBitsMask ( ) const
overridevirtual

Returns the minimal set of dirty bits to place in the change tracker for use in the first sync of this prim.

Typically this would be all dirty bits.

Implements HdSprim.

◆ Sync()

void Sync ( HdSceneDelegate * sceneDelegate,
HdRenderParam * renderParam,
HdDirtyBits * dirtyBits )
overridevirtual

Synchronizes state from the delegate to this object.

Implements HdSprim.

◆ SyncToRiley()

void SyncToRiley ( HdSceneDelegate * sceneDelegate,
HdPrman_RenderParam * param,
riley::Riley * riley )

Make sure this object has been updated in Riley.


The documentation for this class was generated from the following file: