Home
last modified time | relevance | path

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

/dports/graphics/vpaint/vpaint-1.7/src/Gui/VectorAnimationComplex/
H A DCell.cpp492 res.unite(this->afterCells()); in temporalBoundary()
496 KeyCellSet Cell::afterCells() const { return KeyCellSet(); } in afterCells() function in VectorAnimationComplex::Cell
570 CellSet res = this->afterCells(); in temporalNeighbourhoodAfter()
584 foreach(KeyCell * c, afterCells()) in addMeToStarOfBoundary_()
596 foreach(KeyCell * c, afterCells()) in removeMeFromStarOfBoundary_()
H A DInbetweenCell.h41 virtual KeyCellSet afterCells() const=0;
H A DKeyCell.h53 KeyCellSet afterCells() const;
H A DInbetweenVertex.h38 KeyCellSet afterCells() const;
H A DInbetweenCell.cpp83 KeyCellSet after = afterCells(); in afterTime()
H A DInbetweenFace.h40 KeyCellSet afterCells() const;
H A DInbetweenEdge.h62 KeyCellSet afterCells() const;
H A DAnimatedCycle.h122 KeyCellSet afterCells() const; // temporal boundary of n->after == NULL
H A DKeyCell.cpp211 KeyCellSet KeyCell::afterCells() const in afterCells() function in VectorAnimationComplex::KeyCell
H A DInbetweenEdge.cpp103 foreach(KeyCell * kcell, afterCells()) in InbetweenEdge()
125 foreach(KeyCell * kcell, afterCells()) in InbetweenEdge()
657 KeyCellSet InbetweenEdge::afterCells() const in afterCells() function in VectorAnimationComplex::InbetweenEdge
H A DInbetweenFace.cpp730 KeyCellSet InbetweenFace::afterCells() const in afterCells() function in VectorAnimationComplex::InbetweenFace
734 res.unite(cycles_[i].afterCells()); in afterCells()
H A DCell.h221 virtual KeyCellSet afterCells() const;
H A DInbetweenVertex.cpp178 KeyCellSet InbetweenVertex::afterCells() const in afterCells() function in VectorAnimationComplex::InbetweenVertex
H A DAnimatedCycle.cpp362 KeyCellSet AnimatedCycle::afterCells() const in afterCells() function in VectorAnimationComplex::AnimatedCycle
368 res.unite(node->cell()->afterCells()); in afterCells()
H A DVAC.cpp1060 CellSet temporalBoundaryAfter = cell->afterCells(); in read2ndPass_()
5934 InbetweenCellSet afterCells = keyCell->temporalStarAfter(); in informTimelineOfSelection() local
5935 foreach(InbetweenCell * scell, afterCells) in informTimelineOfSelection()