IECore::MurmurHash Transform::fullParentTransformHash( const ScenePath &path ) const { ScenePath parentPath = path; parentPath.pop_back(); return inPlug()->fullTransformHash( parentPath ); }
Imath::M44f Transform::fullParentTransform( const ScenePath &path ) const { ScenePath parentPath = path; parentPath.pop_back(); return inPlug()->fullTransform( parentPath ); }