Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ expandedData
Method
expandedData
src/IECoreScene/PrimitiveVariable.cpp:165–173 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
163
} // namespace
164
165
DataPtr PrimitiveVariable::expandedData() const
166
{
167
if( !indices )
168
{
169
return data->copy();
170
}
171
172
return dispatch( data.get(), Expander( indices->readable() ) );
173
}
Callers
15
testPerformance
Method · 0.95
testExpandedData
Method · 0.95
testExpandedDataMaintainsGeometricInterpretation
Method · 0.95
testConvertArbGeomParams
Method · 0.80
expandAllPrimvars
Method · 0.80
referenceSplit
Method · 0.80
testSplitRandomUnindexed
Method · 0.80
testPrimitiveVariables
Method · 0.80
resamplePrimitiveVariable
Method · 0.80
resamplePrimitiveVariable
Function · 0.80
operator()
Method · 0.80
operator()
Method · 0.80
Calls
4
Expander
Class · 0.85
readable
Method · 0.80
copy
Method · 0.45
get
Method · 0.45
Tested by
8
testPerformance
Method · 0.76
testExpandedData
Method · 0.76
testExpandedDataMaintainsGeometricInterpretation
Method · 0.76
testConvertArbGeomParams
Method · 0.64
expandAllPrimvars
Method · 0.64
referenceSplit
Method · 0.64
testSplitRandomUnindexed
Method · 0.64
testPrimitiveVariables
Method · 0.64