ppl src/Polyhedron.cc src/Polyhedron.defs.hh s ...

CVSROOT: /cvs/ppl Module name: ppl Branch: space_dim Changes by: zaffanella@cs.unipr.it 2001-10-25 16:45:51
Modified files: src : Polyhedron.cc Polyhedron.defs.hh Polyhedron.inlines.hh tests : permute.cc
Log message: Added private member Polyhedron::space_dim, which stores the number of dimensions of the enclosing space. Public member Polyhedron::num_dimensions() renamed into Polyhedron::space_dimension() and now reads the member space_dim. Started modifying methods of the class Polyhedron so that they consistently use space_dimension() and space_dim. Started guarding methods by suitable dimension-compatibility checks.
Patches: http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/Polyhedron.cc.diff?cvsroot... http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/Polyhedron.defs.hh.diff?cv... http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/Polyhedron.inlines.hh.diff... http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/tests/permute.cc.diff?cvsroot=...
participants (1)
-
Enea Zaffanella