18#ifndef PXR_IMAGING_HD_SAMPLE_FILTER_SCHEMA_H
19#define PXR_IMAGING_HD_SAMPLE_FILTER_SCHEMA_H
23#include "pxr/imaging/hd/api.h"
26#include "pxr/imaging/hd/schema.h"
31PXR_NAMESPACE_OPEN_SCOPE
36#define HD_SAMPLE_FILTER_SCHEMA_TOKENS \
41 HD_SAMPLE_FILTER_SCHEMA_TOKENS);
48class HdSampleFilterSchema :
public HdSchema
54 HdSampleFilterSchema(HdContainerDataSourceHandle container)
63 static HdSampleFilterSchema GetFromParent(
64 const HdContainerDataSourceHandle &fromParentContainer);
85 static const TfToken &GetSchemaToken();
119 static HdContainerDataSourceHandle
121 const HdContainerDataSourceHandle &resource
135 const HdContainerDataSourceHandle &resource);
139 HdContainerDataSourceHandle
Build();
142 HdContainerDataSourceHandle _resource;
149PXR_NAMESPACE_CLOSE_SCOPE
Represents an object that can identify the location of a data source.
The MaterialNode schema is a container schema that defines a particular node in a material network.
Utility class for setting sparse sets of child data source fields to be filled as arguments into Buil...
HD_API HdContainerDataSourceHandle Build()
Returns a container data source containing the members set thus far.
Schema classes represent a structured view of the inherently unstructured container data source passe...
Token for efficient comparison, assignment, and hashing of known strings.
#define TF_DECLARE_PUBLIC_TOKENS(...)
Macro to define public tokens.