Home
last modified time | relevance | path

Searched refs:beforeCells (Results 1 – 15 of 15) sorted by relevance

/dports/graphics/vpaint/vpaint-1.7/src/Gui/VectorAnimationComplex/
H A DCell.cpp491 KeyCellSet res = this->beforeCells(); in temporalBoundary()
495 KeyCellSet Cell::beforeCells() const { return KeyCellSet(); } in beforeCells() function in VectorAnimationComplex::Cell
563 CellSet res = this->beforeCells(); in temporalNeighbourhoodBefore()
581 foreach(KeyCell * c, beforeCells()) in addMeToStarOfBoundary_()
593 foreach(KeyCell * c, beforeCells()) in removeMeFromStarOfBoundary_()
H A DInbetweenCell.h40 virtual KeyCellSet beforeCells() const=0;
H A DKeyCell.h52 KeyCellSet beforeCells() const;
H A DInbetweenVertex.h37 KeyCellSet beforeCells() const;
H A DInbetweenCell.cpp72 KeyCellSet before = beforeCells(); in beforeTime()
H A DInbetweenFace.h39 KeyCellSet beforeCells() const;
H A DInbetweenEdge.h61 KeyCellSet beforeCells() const;
H A DAnimatedCycle.h121 KeyCellSet beforeCells() const; // temporal boundary of n->before == NULL
H A DKeyCell.cpp207 KeyCellSet KeyCell::beforeCells() const in beforeCells() function in VectorAnimationComplex::KeyCell
H A DInbetweenEdge.cpp101 foreach(KeyCell * kcell, beforeCells()) in InbetweenEdge()
123 foreach(KeyCell * kcell, beforeCells()) in InbetweenEdge()
646 KeyCellSet InbetweenEdge::beforeCells() const in beforeCells() function in VectorAnimationComplex::InbetweenEdge
H A DInbetweenFace.cpp723 KeyCellSet InbetweenFace::beforeCells() const in beforeCells() function in VectorAnimationComplex::InbetweenFace
727 res.unite(cycles_[i].beforeCells()); in beforeCells()
H A DCell.h220 virtual KeyCellSet beforeCells() const;
H A DInbetweenVertex.cpp171 KeyCellSet InbetweenVertex::beforeCells() const in beforeCells() function in VectorAnimationComplex::InbetweenVertex
H A DAnimatedCycle.cpp352 KeyCellSet AnimatedCycle::beforeCells() const in beforeCells() function in VectorAnimationComplex::AnimatedCycle
358 res.unite(node->cell()->beforeCells()); in beforeCells()
H A DVAC.cpp1056 CellSet temporalBoundaryBefore = cell->beforeCells(); in read2ndPass_()
5927 InbetweenCellSet beforeCells = keyCell->temporalStarBefore(); in informTimelineOfSelection() local
5928 foreach(InbetweenCell * scell, beforeCells) in informTimelineOfSelection()