Home | History | Annotate | Download | only in static

Lines Matching refs:models

57  * Calcualte initial models according default template.
92 * Get all models throughout the whole timeline of given id.
146 var models = this.getModelsbyId(selected);
149 models[0].template[2][key] = subTmpl;
160 var models = this.getModelsbyId(id);
161 if (!('template' in models[0]))
166 if (!(key in models[0].template[2]))
168 delete (models[0].template[2][key]);
301 * Parse template and calculate models of the whole timeline.
302 * @return {Array.<Object>} Models of the whole timeline.