Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ name
Method
name
src/IECoreVDB/VDBScene.cpp:79–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
Name name() const override
80
{
81
if ( m_parent )
82
{
83
return g_objectName;
84
}
85
else
86
{
87
return Name();
88
}
89
90
}
91
92
void path( Path &p ) const override
93
{
Callers
nothing calls this directly
Calls
1
Name
Class · 0.50
Tested by
no test coverage detected