Home
last modified time | relevance | path

Searched refs:newVAC (Results 1 – 25 of 34) sorted by relevance

12

/dports/graphics/vpaint/vpaint-1.7/src/Gui/VectorAnimationComplex/
H A DInbetweenVertex.cpp149 void InbetweenVertex::remapPointers(VAC * newVAC) in remapPointers() argument
151 Cell::remapPointers(newVAC); in remapPointers()
152 InbetweenCell::remapPointers(newVAC); in remapPointers()
153 VertexCell::remapPointers(newVAC); in remapPointers()
156 beforeVertex_ = newVAC->getCell(beforeVertex_->id())->toKeyVertex(); in remapPointers()
157 afterVertex_ = newVAC->getCell(afterVertex_->id())->toKeyVertex(); in remapPointers()
H A DInbetweenEdge.cpp277 void InbetweenEdge::remapPointers(VAC * newVAC) in remapPointers() argument
279 Cell::remapPointers(newVAC); in remapPointers()
280 InbetweenCell::remapPointers(newVAC); in remapPointers()
281 EdgeCell::remapPointers(newVAC); in remapPointers()
283 beforePath_.remapPointers(newVAC); in remapPointers()
284 afterPath_.remapPointers(newVAC); in remapPointers()
286 startAnimatedVertex_.remapPointers(newVAC); in remapPointers()
287 endAnimatedVertex_.remapPointers(newVAC); in remapPointers()
289 beforeCycle_.remapPointers(newVAC); in remapPointers()
290 afterCycle_.remapPointers(newVAC); in remapPointers()
H A DKeyEdge.cpp202 void KeyEdge::remapPointers(VAC * newVAC) in remapPointers() argument
204 Cell::remapPointers(newVAC); in remapPointers()
205 KeyCell::remapPointers(newVAC); in remapPointers()
206 EdgeCell::remapPointers(newVAC); in remapPointers()
209 startVertex_ = newVAC->getCell(startVertex_->id())->toKeyVertex(); in remapPointers()
211 endVertex_ = newVAC->getCell(endVertex_->id())->toKeyVertex(); in remapPointers()
H A DKeyVertex.cpp180 void KeyVertex::remapPointers(VAC * newVAC) in remapPointers() argument
182 Cell::remapPointers(newVAC); in remapPointers()
183 KeyCell::remapPointers(newVAC); in remapPointers()
184 VertexCell::remapPointers(newVAC); in remapPointers()
H A DKeyFace.cpp556 void KeyFace::remapPointers(VAC * newVAC) in remapPointers() argument
558 Cell::remapPointers(newVAC); in remapPointers()
559 KeyCell::remapPointers(newVAC); in remapPointers()
560 FaceCell::remapPointers(newVAC); in remapPointers()
563 cycles_[i].remapPointers(newVAC); in remapPointers()
H A DProperCycle.cpp166 void ProperCycle::remapPointers(VAC * newVAC) in remapPointers() argument
169 halfedges_[i].remapPointers(newVAC); in remapPointers()
H A DCycleHelper.cpp478 void CycleHelper::remapPointers(VAC * newVAC) in remapPointers() argument
481 singleVertex_ = newVAC->getCell(singleVertex_->id())->toKeyVertex(); in remapPointers()
484 loops_[i].remapPointers(newVAC); in remapPointers()
487 paths_[i].remapPointers(newVAC); in remapPointers()
H A DProperPath.cpp170 void ProperPath::remapPointers(VAC * newVAC) in remapPointers() argument
173 halfedges_[i].remapPointers(newVAC); in remapPointers()
H A DCell.cpp184 void Cell::remapPointers(VAC * newVAC) in remapPointers() argument
186 vac_ = newVAC; in remapPointers()
194 spatialStar_ << newVAC->getCell((*it)->id()); in remapPointers()
202 temporalStarBefore_ << newVAC->getCell((*it)->id()); in remapPointers()
210 temporalStarAfter_ << newVAC->getCell((*it)->id()); in remapPointers()
H A DInbetweenFace.cpp689 void InbetweenFace::remapPointers(VAC * newVAC) in remapPointers() argument
691 Cell::remapPointers(newVAC); in remapPointers()
692 InbetweenCell::remapPointers(newVAC); in remapPointers()
693 FaceCell::remapPointers(newVAC); in remapPointers()
697 cycles_[i].remapPointers(newVAC); in remapPointers()
H A DAnimatedVertex.cpp129 void AnimatedVertex::remapPointers(VAC * newVAC) in remapPointers() argument
133 inbetweenVertices_[i] = newVAC->getCell(inbetweenVertices_[i]->id())->toInbetweenVertex(); in remapPointers()
H A DPath.cpp344 void Path::remapPointers(VAC * newVAC) in remapPointers() argument
347 halfedges_[i].remapPointers(newVAC); in remapPointers()
351 Cell * c = newVAC->getCell(vertex_->id()); in remapPointers()
H A DProperCycle.h56 void remapPointers(VAC * newVAC);
H A DProperPath.h57 void remapPointers(VAC * newVAC);
H A DFaceCell.h56 virtual void remapPointers(VAC * newVAC);
H A DInbetweenCell.h63 virtual void remapPointers(VAC * newVAC);
H A DCycleHelper.h68 void remapPointers(VAC * newVAC);
H A DAnimatedVertex.h59 void remapPointers(VAC * newVAC);
H A DVertexCell.h77 virtual void remapPointers(VAC * newVAC);
H A DKeyCell.h79 virtual void remapPointers(VAC * newVAC);
H A DInbetweenVertex.h88 virtual void remapPointers(VAC * newVAC);
H A DPath.h84 void remapPointers(VAC * newVAC);
H A DEdgeCell.h85 virtual void remapPointers(VAC * newVAC);
H A DCycle.cpp300 void Cycle::remapPointers(VAC * newVAC) in remapPointers() argument
303 halfedges_[i].remapPointers(newVAC); in remapPointers()
307 Cell * c = newVAC->getCell(vertex_->id()); in remapPointers()
H A DCycle.h80 void remapPointers(VAC * newVAC);

12