MCPcopy Create free account
hub / github.com/ImageEngine/cortex / bound

Method bound

src/IECoreGL/Group.cpp:124–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124Imath::Box3f Group::bound() const
125{
126 Box3f result;
127 for( ChildContainer::const_iterator it=children().begin(); it!=children().end(); it++ )
128 {
129 result.extendBy( (*it)->bound() );
130 }
131 return transform( result, m_transform );
132}
133
134void Group::addChild( RenderablePtr child )
135{

Callers 15

testCubeReadMethod · 0.45
testInstancedSkinningMethod · 0.45
splitAllMethod · 0.45
readWalkMethod · 0.45
testRefPositionMethod · 0.45
testBoxMethod · 0.45
testPlaneMethod · 0.45
testSphereMethod · 0.45
testTranformationMethod · 0.45
testPrimVarParameterMethod · 0.45

Calls 3

childrenFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by 11

testCubeReadMethod · 0.36
testInstancedSkinningMethod · 0.36
splitAllMethod · 0.36
readWalkMethod · 0.36
testRefPositionMethod · 0.36
testTranformationMethod · 0.36
testPrimVarParameterMethod · 0.36
testMultipleCallsMethod · 0.36