HDK
|
#include <GU_AgentSubjectShape.h>
Protected Member Functions | |
UT_StringHolder | getSubjectName () const override |
int64 | getSubjectID () const override |
Protected Member Functions inherited from STY_SubjectNamed | |
bool | matchesNameHelper (const char *name) const |
bool | matchesFullPathHelper (STY_TargetMatchStatus &match, const STY_TargetHandle &target) const |
Protected Member Functions inherited from STY_Subject | |
STY_TargetMatchStatus | matchesPathHelper (const UT_StringRef &path, const STY_TargetHandle &target, char separator) const |
Helper for handling path requirement. More... | |
Protected Member Functions inherited from UT_IntrusiveRefCounter< STY_Subject > | |
SYS_FORCE_INLINE | ~UT_IntrusiveRefCounter () |
Destructor: Only derived classes can destruct this. More... | |
Definition at line 20 of file GU_AgentSubjectShape.h.
GU_AgentSubjectShape::GU_AgentSubjectShape | ( | const GU_AgentLayer::ShapeBinding & | shape, |
const GU_PrimPacked * | agent_prim = NULL |
||
) |
|
overridevirtual |
Returns a source object that can provide data for the given data name. Eg, style subject representing a primitive can provide primitive attribute data.
Reimplemented from STY_Subject.
|
inlineoverrideprotectedvirtual |
Implements STY_SubjectNamed.
Definition at line 44 of file GU_AgentSubjectShape.h.
|
inlineoverrideprotectedvirtual |
Implements STY_SubjectNamed.
Definition at line 38 of file GU_AgentSubjectShape.h.
|
overridevirtual |
Returns the information wheter the subject matches the given target.
Implements STY_Subject.