|
HDK
|
#include <XUSD_Data.h>
Public Member Functions | |
| XUSD_LayerAtPath () | |
| XUSD_LayerAtPath (const SdfLayerRefPtr &layer, const SdfLayerOffset &offset=SdfLayerOffset(), int layer_badge_index=0) | |
| XUSD_LayerAtPath (const SdfLayerRefPtr &layer, const std::string &filepath, const SdfLayerOffset &offset=SdfLayerOffset(), int layer_badge_index=0) | |
| bool | hasLayerColorIndex (int &clridx) const |
| bool | isLopLayer () const |
Public Attributes | |
| SdfLayerRefPtr | myLayer |
| std::string | myIdentifier |
| SdfLayerOffset | myOffset |
| int | myLayerColorIndex |
| bool | myRemoveWithLayerBreak |
| bool | myLayerIsMissingFile |
Definition at line 89 of file XUSD_Data.h.
| XUSD_LayerAtPath::XUSD_LayerAtPath | ( | ) |
|
explicit |
|
explicit |
| bool XUSD_LayerAtPath::hasLayerColorIndex | ( | int & | clridx | ) | const |
| bool XUSD_LayerAtPath::isLopLayer | ( | ) | const |
| std::string XUSD_LayerAtPath::myIdentifier |
Definition at line 105 of file XUSD_Data.h.
| SdfLayerRefPtr XUSD_LayerAtPath::myLayer |
Definition at line 104 of file XUSD_Data.h.
| int XUSD_LayerAtPath::myLayerColorIndex |
Definition at line 107 of file XUSD_Data.h.
| bool XUSD_LayerAtPath::myLayerIsMissingFile |
Definition at line 109 of file XUSD_Data.h.
| SdfLayerOffset XUSD_LayerAtPath::myOffset |
Definition at line 106 of file XUSD_Data.h.
| bool XUSD_LayerAtPath::myRemoveWithLayerBreak |
Definition at line 108 of file XUSD_Data.h.