MCPcopy Index your code
hub / github.com/microsoft/SandDance / Bound

Function Bound

docs/app/js/sanddance-app.js:120043–120045  ·  view source on GitHub ↗

* Calculate bounding boxes for scenegraph items. * @constructor * @param {object} params - The parameters for this operator. * @param {object} params.mark - The scenegraph mark instance to bound.

(params)

Source from the content-addressed store, hash-verified

120041 * @param {object} params - The parameters for this operator.
120042 * @param {object} params.mark - The scenegraph mark instance to bound.
120043 */ function Bound(params) {
120044 (0, _vegaDataflow.Transform).call(this, null, params);
120045}
120046(0, _vegaUtil.inherits)(Bound, (0, _vegaDataflow.Transform), {
120047 transform (_, pulse) {
120048 const view = pulse.dataflow, mark = _.mark, type = mark.marktype, entry = (0, _vegaScenegraph.Marks)[type], bound = entry.bound;

Callers 2

parseMarkFunction · 0.70
parseViewFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected