Home
last modified time | relevance | path

Searched defs:vac (Results 1 – 25 of 169) sorted by relevance

1234567

/dports/graphics/vpaint/vpaint-1.7/src/Gui/VectorAnimationComplex/
H A DHalfedgeBase.h58 template <class TEdge> TEdge * edgeFromId(VAC * vac, int id) { return edgeFromCell<TEdge>(cellFromI… in edgeFromId()
59 template <class TEdge> TEdge * remapedEdge(VAC * vac, TEdge * edge) { return edgeFromCell<TEdge>(ce… in remapedEdge()
92 void remapPointers(VAC * vac) { edge = HalfedgeImpl::remapedEdge<TEdge>(vac, edge); } in remapPointers()
97 … void convertTempIdsToPointers(VAC * vac) { edge = HalfedgeImpl::edgeFromId<TEdge>(vac, tempId_); } in convertTempIdsToPointers()
H A DFaceCell.cpp27 FaceCell::FaceCell(VAC * vac) : in FaceCell()
37 FaceCell::FaceCell(VAC * vac, XmlStreamReader & xml) : in FaceCell()
47 FaceCell::FaceCell(VAC * vac, QTextStream & in) : in FaceCell()
H A DKeyVertex.cpp35 KeyVertex::KeyVertex(VAC * vac, Time time, const Eigen::Vector2d & pos) : in KeyVertex()
46 KeyVertex::KeyVertex(VAC * vac, Time time, const EdgeSample& sample) : in KeyVertex()
57 KeyVertex::KeyVertex(VAC * vac, Time time) : in KeyVertex()
112 KeyVertex::KeyVertex(VAC * vac, XmlStreamReader & xml) : in KeyVertex()
133 KeyVertex::KeyVertex(VAC * vac, QTextStream & in) : in KeyVertex()
H A DOperator.cpp62 void Operator::setVAC(Cell * c, VAC * vac) { modify(c); modify(vac); c->vac_ = vac; } in setVAC()
79 void Operator::modify(VAC * vac) in modify()
H A DInbetweenCell.cpp28 InbetweenCell::InbetweenCell(VAC * vac) : in InbetweenCell()
46 InbetweenCell::InbetweenCell(VAC * vac, QTextStream & in) : in InbetweenCell()
59 InbetweenCell::InbetweenCell(VAC * vac, XmlStreamReader & xml) : in InbetweenCell()
H A DKeyCell.cpp33 KeyCell::KeyCell(VAC * vac, Time time) : in KeyCell()
98 KeyCell::KeyCell(VAC * vac, XmlStreamReader & xml) : in KeyCell()
108 KeyCell::KeyCell(VAC * vac, QTextStream & in) : in KeyCell()
H A DEdgeCell.cpp34 EdgeCell::EdgeCell(VAC * vac) : in EdgeCell()
50 EdgeCell::EdgeCell(VAC * vac, QTextStream & in) : in EdgeCell()
60 EdgeCell::EdgeCell(VAC * vac, XmlStreamReader & xml) : in EdgeCell()
H A DHalfedgeBase.cpp30 Cell * cellFromId(VAC * vac, int id) in cellFromId()
35 Cell * cellFromId(VAC * vac, Cell * cell) in cellFromId()
H A DKeyFace.cpp324 KeyFace::KeyFace(VAC * vac, const Time & t) : in KeyFace()
332 KeyFace::KeyFace(VAC * vac, const Cycle & cycle) : in KeyFace()
341 KeyFace::KeyFace(VAC * vac, const QList<Cycle> & cycles) : in KeyFace()
455 KeyFace::KeyFace(VAC * vac, XmlStreamReader & xml) : in KeyFace()
492 KeyFace::KeyFace(VAC * vac, QTextStream & in) : in KeyFace()
H A DKeyEdge.cpp39 KeyEdge::KeyEdge(VAC * vac, Time time, in KeyEdge()
60 KeyEdge::KeyEdge(VAC * vac, Time time, in KeyEdge()
102 KeyEdge::KeyEdge(VAC * vac, XmlStreamReader & xml) : in KeyEdge()
121 KeyEdge::KeyEdge(VAC * vac, QTextStream & in) : in KeyEdge()
H A DInbetweenVertex.cpp37 InbetweenVertex::InbetweenVertex(VAC * vac, in InbetweenVertex()
62 InbetweenVertex::InbetweenVertex(VAC * vac, QTextStream & in) : in InbetweenVertex()
126 InbetweenVertex::InbetweenVertex(VAC * vac, XmlStreamReader & xml) : in InbetweenVertex()
H A DVertexCell.cpp37 VertexCell::VertexCell(VAC * vac) : in VertexCell()
50 VertexCell::VertexCell(VAC * vac, QTextStream & in) : in VertexCell()
59 VertexCell::VertexCell(VAC * vac, XmlStreamReader & xml) : in VertexCell()
/dports/graphics/vpaint/vpaint-1.7/src/Gui/
H A DObjectPropertiesWidget.cpp167 VectorAnimationComplex::VAC * vac = inbetweenFace_->vac(); in animatedCycleNew() local
181 VectorAnimationComplex::VAC * vac = inbetweenFace_->vac(); in animatedCycleDelete() local
193 VectorAnimationComplex::VAC * vac = inbetweenEdge_->vac(); in updateBeforeCycleStartingPoint() local
205 VectorAnimationComplex::VAC * vac = inbetweenEdge_->vac(); in updateAfterCycleStartingPoint() local
216 VectorAnimationComplex::VAC * vac = inbetweenEdge_->vac(); in sliderStartingPointReleased() local
H A DSelectionInfoWidget.cpp44 VAC * vac = global()->mainWindow()->scene()->activeVAC(); in updateInfo() local
H A DLayer.h66 VectorAnimationComplex::VAC * vac() const { return vac_; } in vac() function
H A DSvgParser.cpp908 VAC* vac, in finishSubpath()
1091 const std::vector<SvgPathCommand>& cmds, VAC* vac, Time time, in importPathData()
1535 bool readPath(const QXmlStreamAttributes& attrs, VAC* vac, Time t, in readPath()
1559 bool readRect(const QXmlStreamAttributes& attrs, VAC* vac, Time t, in readRect()
1646 bool readCircle(const QXmlStreamAttributes& attrs, VAC* vac, Time t, in readCircle()
1688 bool readEllipse(const QXmlStreamAttributes& attrs, VAC* vac, Time t, in readEllipse()
1735 bool readLine(const QXmlStreamAttributes& attrs, VAC* vac, Time t, in readLine()
1767 const QXmlStreamAttributes& attrs, VAC* vac, Time t, in readPolylineOrPolygon()
1828 bool readPolyline(const QXmlStreamAttributes& attrs, VAC* vac, Time t, in readPolyline()
1837 bool readPolygon(const QXmlStreamAttributes& attrs, VAC* vac, Time t, in readPolygon()
[all …]
H A DTimeline.cpp146 VAC * vac = w_->scene_->activeVAC(); in paintEvent() local
253 VectorAnimationComplex::VAC * vac = w_->scene_->activeVAC(); in mousePressEvent() local
292 VectorAnimationComplex::VAC * vac = w_->scene_->activeVAC(); in mouseReleaseEvent() local
329 VectorAnimationComplex::VAC * vac = w_->scene_->activeVAC(); in mouseMoveEvent() local
/dports/devel/upp/upp/bazaar/CtrlProp/
H A DPropEdit.cpp31 if(ValueAccessorCtrl* vac = dynamic_cast<ValueAccessorCtrl*>(&c)) in UpdateCtrl() local
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/test/solvation/
H A Dtest_adm12.py29 vac = 4.0 variable
H A Dtest_pbc.py13 vac = 3.0 variable
H A Dtest_forces.py54 def vac(atoms): function
/dports/science/lammps/lammps-stable_29Sep2021/lib/atc/
H A DStress.cpp398 AtomCluster vac; in stiffness() local
427 AtomCluster vac; in stress() local
465 AtomCluster vac; in elastic_energy() local
489 AtomCluster vac; in entropic_energy() local
550 AtomCluster vac; in elasticity_tensor() local
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/atc/
H A DStress.cpp398 AtomCluster vac; in stiffness() local
427 AtomCluster vac; in stress() local
465 AtomCluster vac; in elastic_energy() local
489 AtomCluster vac; in entropic_energy() local
550 AtomCluster vac; in elasticity_tensor() local
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/pbc/cc/test/
H A Dtest_h_3x3x1.py8 vac = 200 variable
H A Dtest_h_2x2x1.py8 vac = 200 variable

1234567