Home
last modified time | relevance | path

Searched refs:getChildBounds (Results 1 – 4 of 4) sorted by relevance

/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/runtimerender/graphobjects/
H A Dqssgrendernode_p.h178 QSSGBounds3 getChildBounds(const QSSGRef<QSSGBufferManager> &inManager,
H A Dqssgrendernode.cpp303 retval = getChildBounds(inManager, inChildFilter); in getBounds()
310 QSSGBounds3 QSSGRenderNode::getChildBounds(const QSSGRef<QSSGBufferManager> &inManager, in getChildBounds() function in QSSGRenderNode
/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/AbcGeom/
H A DCameraSample.h177 Abc::Box3d getChildBounds() const { return m_childBounds; } in getChildBounds() function
/dports/graphics/alembic/alembic-1.8.3/python/PyAlembic/
H A DPyCameraSample.cpp214 .def( "getChildBounds", &AbcG::CameraSample::getChildBounds ) in register_camerasample()