| 
    HDK
    
   | 
 
#include <cameraSchema.h>
 Inheritance diagram for HdCameraSchema:Classes | |
| class | Builder | 
Static Public Member Functions | |
Schema location  | |
| static HD_API const TfToken & | GetSchemaToken () | 
| static HD_API const  HdDataSourceLocator &  | GetDefaultLocator () | 
Data source locators for members  | |
The following methods return an HdDataSourceLocator (relative to the prim-level data source) where the data source for a member can be found. This is often useful for checking intersection against the HdDataSourceLocatorSet sent with HdDataSourceObserver::PrimsDirtied.  | |
| static HD_API const  HdDataSourceLocator &  | GetShutterOpenLocator () | 
| Prim-level relative data source locator to locate shutterOpen.  More... | |
| static HD_API const  HdDataSourceLocator &  | GetShutterCloseLocator () | 
| Prim-level relative data source locator to locate shutterClose.  More... | |
| static HD_API const  HdDataSourceLocator &  | GetExposureLocator () | 
| Prim-level relative data source locator to locate exposure.  More... | |
| static HD_API const  HdDataSourceLocator &  | GetExposureTimeLocator () | 
| Prim-level relative data source locator to locate exposureTime.  More... | |
| static HD_API const  HdDataSourceLocator &  | GetExposureIsoLocator () | 
| Prim-level relative data source locator to locate exposureIso.  More... | |
| static HD_API const  HdDataSourceLocator &  | GetExposureFStopLocator () | 
| Prim-level relative data source locator to locate exposureFStop.  More... | |
| static HD_API const  HdDataSourceLocator &  | GetExposureResponsivityLocator () | 
| Prim-level relative data source locator to locate exposureResponsivity.  More... | |
| static HD_API const  HdDataSourceLocator &  | GetLinearExposureScaleLocator () | 
| Prim-level relative data source locator to locate linearExposureScale.  More... | |
| static HD_API const  HdDataSourceLocator &  | GetNamespacedPropertiesLocator () | 
| Prim-level relative data source locator to locate namespacedProperties.  More... | |
Schema construction  | |
| static HD_API  HdContainerDataSourceHandle  | BuildRetained (const HdTokenDataSourceHandle &projection, const HdFloatDataSourceHandle &horizontalAperture, const HdFloatDataSourceHandle &verticalAperture, const HdFloatDataSourceHandle &horizontalApertureOffset, const HdFloatDataSourceHandle &verticalApertureOffset, const HdFloatDataSourceHandle &focalLength, const HdVec2fDataSourceHandle &clippingRange, const HdVec4dArrayDataSourceHandle &clippingPlanes, const HdFloatDataSourceHandle &fStop, const HdFloatDataSourceHandle &focusDistance, const HdDoubleDataSourceHandle &shutterOpen, const HdDoubleDataSourceHandle &shutterClose, const HdFloatDataSourceHandle &exposure, const HdFloatDataSourceHandle &exposureTime, const HdFloatDataSourceHandle &exposureIso, const HdFloatDataSourceHandle &exposureFStop, const HdFloatDataSourceHandle &exposureResponsivity, const HdFloatDataSourceHandle &linearExposureScale, const HdBoolDataSourceHandle &focusOn, const HdFloatDataSourceHandle &dofAspect, const HdContainerDataSourceHandle &splitDiopter, const HdContainerDataSourceHandle &lensDistortion, const HdContainerDataSourceHandle &namespacedProperties) | 
| static HD_API  HdTokenDataSourceHandle  | BuildProjectionDataSource (const TfToken &projection) | 
Schema retrieval | |
| HdCameraSchema (HdContainerDataSourceHandle container) | |
| static HD_API HdCameraSchema | GetFromParent (const HdContainerDataSourceHandle &fromParentContainer) | 
Additional Inherited Members | |
  Public Types inherited from HdSchema | |
| using | UnderlyingDataSource = HdContainerDataSource | 
  Protected Member Functions inherited from HdSchema | |
| template<typename T > | |
| T::Handle | _GetTypedDataSource (TfToken name) const | 
  Protected Attributes inherited from HdSchema | |
| HdContainerDataSourceHandle | _container | 
Definition at line 72 of file cameraSchema.h.
      
  | 
  inline | 
Retrieves a container data source with the schema's default name token "camera" from the parent container and constructs a HdCameraSchema instance. Because the requested container data source may not exist, the result should be checked with IsDefined() or a bool comparison before use.
Definition at line 78 of file cameraSchema.h.
      
  | 
  static | 
Returns token data source for use as projection value.
The following values will be stored statically and reused for future calls:
      
  | 
  static | 
Builds a container data source which includes the provided child data sources. Parameters with nullptr values are excluded. This is a low-level interface. For cases in which it's desired to define the container with a sparse set of child fields, the Builder class is often more convenient and readable.
| HD_API HdVec4dArrayDataSourceHandle HdCameraSchema::GetClippingPlanes | ( | ) | const | 
| HD_API HdVec2fDataSourceHandle HdCameraSchema::GetClippingRange | ( | ) | const | 
      
  | 
  static | 
Returns an HdDataSourceLocator (relative to the prim-level data source) where the container representing this schema is found by default.
| HD_API HdFloatDataSourceHandle HdCameraSchema::GetDofAspect | ( | ) | const | 
| HD_API HdFloatDataSourceHandle HdCameraSchema::GetExposure | ( | ) | const | 
| HD_API HdFloatDataSourceHandle HdCameraSchema::GetExposureFStop | ( | ) | const | 
      
  | 
  static | 
Prim-level relative data source locator to locate exposureFStop.
| HD_API HdFloatDataSourceHandle HdCameraSchema::GetExposureIso | ( | ) | const | 
      
  | 
  static | 
Prim-level relative data source locator to locate exposureIso.
      
  | 
  static | 
Prim-level relative data source locator to locate exposure.
| HD_API HdFloatDataSourceHandle HdCameraSchema::GetExposureResponsivity | ( | ) | const | 
      
  | 
  static | 
Prim-level relative data source locator to locate exposureResponsivity.
| HD_API HdFloatDataSourceHandle HdCameraSchema::GetExposureTime | ( | ) | const | 
      
  | 
  static | 
Prim-level relative data source locator to locate exposureTime.
| HD_API HdFloatDataSourceHandle HdCameraSchema::GetFocalLength | ( | ) | const | 
| HD_API HdFloatDataSourceHandle HdCameraSchema::GetFocusDistance | ( | ) | const | 
| HD_API HdBoolDataSourceHandle HdCameraSchema::GetFocusOn | ( | ) | const | 
      
  | 
  static | 
Retrieves a container data source with the schema's default name token "camera" from the parent container and constructs a HdCameraSchema instance. Because the requested container data source may not exist, the result should be checked with IsDefined() or a bool comparison before use.
| HD_API HdFloatDataSourceHandle HdCameraSchema::GetFStop | ( | ) | const | 
| HD_API HdFloatDataSourceHandle HdCameraSchema::GetHorizontalAperture | ( | ) | const | 
| HD_API HdFloatDataSourceHandle HdCameraSchema::GetHorizontalApertureOffset | ( | ) | const | 
| HD_API HdLensDistortionSchema HdCameraSchema::GetLensDistortion | ( | ) | const | 
| HD_API HdFloatDataSourceHandle HdCameraSchema::GetLinearExposureScale | ( | ) | const | 
      
  | 
  static | 
Prim-level relative data source locator to locate linearExposureScale.
| HD_API HdSampledDataSourceContainerContainerSchema HdCameraSchema::GetNamespacedProperties | ( | ) | const | 
      
  | 
  static | 
Prim-level relative data source locator to locate namespacedProperties.
| HD_API HdTokenDataSourceHandle HdCameraSchema::GetProjection | ( | ) | const | 
Returns a token where the container representing this schema is found in a container by default.
| HD_API HdDoubleDataSourceHandle HdCameraSchema::GetShutterClose | ( | ) | const | 
      
  | 
  static | 
Prim-level relative data source locator to locate shutterClose.
| HD_API HdDoubleDataSourceHandle HdCameraSchema::GetShutterOpen | ( | ) | const | 
      
  | 
  static | 
Prim-level relative data source locator to locate shutterOpen.
| HD_API HdSplitDiopterSchema HdCameraSchema::GetSplitDiopter | ( | ) | const | 
| HD_API HdFloatDataSourceHandle HdCameraSchema::GetVerticalAperture | ( | ) | const | 
| HD_API HdFloatDataSourceHandle HdCameraSchema::GetVerticalApertureOffset | ( | ) | const |