7#ifndef USDLOD_HEURISTIC_QUERY_H
8#define USDLOD_HEURISTIC_QUERY_H
13#include "pxr/usd/usdLod/api.h"
17PXR_NAMESPACE_OPEN_SCOPE
56PXR_NAMESPACE_CLOSE_SCOPE
Token for efficient comparison, assignment, and hashing of known strings.
This class is the base class of all heuristic query objects.
UsdLodHeuristicQuery(const TfToken &lodDomainIn)
Construct with an explicit domain.
TfToken lodDomain
The LOD domain of this heuristic.
virtual USDLOD_API ~UsdLodHeuristicQuery()
Destructor.
TfToken class for efficient string referencing and hashing, plus conversions to and from stl string c...