Searched refs:Blocks (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/libvpsc/
H A Dblocks.h33 class Blocks : public std::set<Block*> class in namespace:vpsc
36 Blocks(const int n, Variable* const vs[]);
38 virtual ~Blocks(void);
H A Dblocks.cpp31 Blocks::Blocks(const int n, Variable* const vs[]) : vs(vs),nvs(n) { function in class:vpsc::Blocks
37 Blocks::~Blocks(void)
46 list<Variable*> *Blocks::totalOrder() {
60 void Blocks::dfsVisit(Variable *v, list<Variable*> *order) {
76 void Blocks::mergeLeft(Block *r) {
108 void Blocks::mergeRight(Block *l) {
136 void Blocks::removeBlock(Block *doomed) {
140 void Blocks
[all...]
H A Dsolve_VPSC.h20 // implementations should be moved from Block and Blocks: e.g. mergeLeft etc.
30 class Blocks;
63 Blocks *bs;
H A Dsolve_VPSC.cpp39 bs=new Blocks(n, vs);
/inkscape/src/libavoid/
H A Dvpsc.h192 class Blocks : public std::set<Block*> class in namespace:Avoid
195 Blocks(Variables const &vs);
196 ~Blocks(void);
234 Blocks *bs;
H A Dvpsc.cpp70 bs=new Blocks(vs);
445 Blocks::Blocks(vector<Variable*> const &vs) : vs(vs),nvs(vs.size()) { function in class:Avoid::Blocks
451 Blocks::~Blocks(void)
464 list<Variable*> *Blocks::totalOrder() {
478 void Blocks::dfsVisit(Variable *v, list<Variable*> *order) {
497 void Blocks::mergeLeft(Block *r) {
531 void Blocks::mergeRight(Block *l) {
559 void Blocks
[all...]

Completed in 128 milliseconds