HDK
|
#include <textureIdentifier.h>
Public Types | |
using | ID = size_t |
Public Member Functions | |
HdStTextureIdentifier () | |
HdStTextureIdentifier (const TfToken &filePath) | |
HdStTextureIdentifier (const TfToken &filePath, std::unique_ptr< const HdStSubtextureIdentifier > &&subtextureId) | |
HdStTextureIdentifier (const HdStTextureIdentifier &textureId) | |
HdStTextureIdentifier & | operator= (HdStTextureIdentifier &&textureId) |
HdStTextureIdentifier & | operator= (const HdStTextureIdentifier &textureId) |
~HdStTextureIdentifier () | |
const TfToken & | GetFilePath () const |
const HdStSubtextureIdentifier * | GetSubtextureIdentifier () const |
bool | operator== (const HdStTextureIdentifier &other) const |
bool | operator!= (const HdStTextureIdentifier &other) const |
Class to identify a texture file or a texture within the texture file (e.g., a frame in a movie).
The class has value semantics and uses HdStSubtextureIdentifier in a polymorphic way.
Definition at line 47 of file textureIdentifier.h.
using HdStTextureIdentifier::ID = size_t |
Definition at line 50 of file textureIdentifier.h.
HdStTextureIdentifier::HdStTextureIdentifier | ( | ) |
C'tor for files that can contain only one texture.
HdStTextureIdentifier::HdStTextureIdentifier | ( | const TfToken & | filePath, |
std::unique_ptr< const HdStSubtextureIdentifier > && | subtextureId | ||
) |
C'tor for files that can contain more than one texture (e.g., frames in a movie, grids in a VDB file).
HdStTextureIdentifier::HdStTextureIdentifier | ( | const HdStTextureIdentifier & | textureId | ) |
HdStTextureIdentifier::~HdStTextureIdentifier | ( | ) |
Get file path of texture file.
Definition at line 75 of file textureIdentifier.h.
|
inline |
Get additional information identifying a texture in a file that can contain more than one texture (e.g., a frame in a movie or a grid in a VDB file).
nullptr for files (e.g., png) that can contain only one texture.
Definition at line 85 of file textureIdentifier.h.
bool HdStTextureIdentifier::operator!= | ( | const HdStTextureIdentifier & | other | ) | const |
HdStTextureIdentifier& HdStTextureIdentifier::operator= | ( | HdStTextureIdentifier && | textureId | ) |
HdStTextureIdentifier& HdStTextureIdentifier::operator= | ( | const HdStTextureIdentifier & | textureId | ) |
bool HdStTextureIdentifier::operator== | ( | const HdStTextureIdentifier & | other | ) | const |