HDK
|
#include "pxr/pxr.h"
#include "pxr/imaging/hd/api.h"
#include "pxr/imaging/hd/version.h"
#include "pxr/imaging/hd/changeTracker.h"
#include "pxr/imaging/hd/drawItem.h"
#include "pxr/imaging/hd/rprimSharedData.h"
#include "pxr/imaging/hd/repr.h"
#include "pxr/imaging/hd/sceneDelegate.h"
#include "pxr/imaging/hd/types.h"
#include "pxr/usd/sdf/path.h"
#include "pxr/base/gf/range3d.h"
#include "pxr/base/arch/inttypes.h"
#include <memory>
#include <vector>
Go to the source code of this file.
Classes | |
class | HdRprim |
struct | HdRprim::_ReprComparator |
struct | HdRprim::_ReprDescConfigs< DESC_TYPE, N > |
Typedefs | |
using | HdReprSharedPtr = std::shared_ptr< HdRepr > |
using | HdBufferSourceSharedPtr = std::shared_ptr< HdBufferSource > |
using | HdBufferSourceSharedPtrVector = std::vector< HdBufferSourceSharedPtr > |
using | HdBufferSpecVector = std::vector< struct HdBufferSpec > |
using | HdBufferArrayRangeSharedPtr = std::shared_ptr< HdBufferArrayRange > |
using | HdComputationSharedPtr = std::shared_ptr< class HdComputation > |
using | HdComputationSharedPtrVector = std::vector< HdComputationSharedPtr > |
using HdBufferArrayRangeSharedPtr = std::shared_ptr<HdBufferArrayRange> |
using HdBufferSourceSharedPtr = std::shared_ptr<HdBufferSource> |
using HdBufferSourceSharedPtrVector = std::vector<HdBufferSourceSharedPtr> |
using HdBufferSpecVector = std::vector<struct HdBufferSpec> |
using HdComputationSharedPtr = std::shared_ptr<class HdComputation> |
using HdComputationSharedPtrVector = std::vector<HdComputationSharedPtr> |
using HdReprSharedPtr = std::shared_ptr<HdRepr> |