HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
USD/USD_TmpArResolver.h
/*
* Copyright 2019 Side Effects Software Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Produced by:
* Side Effects Software Inc
* 123 Front Street West, Suite 1401
* Toronto, Ontario
* Canada M5J 2M2
* 416-504-9876
*
* NAME: USD_TmpArResolver.h (USD Plugin, C++)
*
*/
#ifndef __USD_TMPARRESOLVER_H__
#define __USD_TMPARRESOLVER_H__
#include <pxr/pxr.h>
class USD_TmpArResolver : public ArResolver
{
public:
USD_TmpArResolver();
~USD_TmpArResolver() override;
protected:
std::string _CreateIdentifier(
const std::string& assetPath,
const ArResolvedPath& anchorAssetPath) const override;
const std::string& assetPath,
const ArResolvedPath& anchorAssetPath) const override;
const std::string& assetPath) const override;
const std::string& assetPath) const override;
std::shared_ptr<ArAsset> _OpenAsset(
const ArResolvedPath& resolvedPath) const override;
std::shared_ptr<ArWritableAsset>
const ArResolvedPath& resolvedPath,
WriteMode writeMode) const override;
};
#endif // __USD_TMPARRESOLVER_H__