[PPL-devel] ppl src/Polyhedron.cc src/Polyhedron.defs.hh s ...

Enea Zaffanella zaffanella at spartacus.cs.unipr.it
Thu Oct 25 16:45:52 CEST 2001


CVSROOT:	/cvs/ppl
Module name:	ppl
Branch: 	space_dim
Changes by:	zaffanella at 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=ppl&only_with_tag=space_dim&r1=1.39&r2=1.39.2.1
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/Polyhedron.defs.hh.diff?cvsroot=ppl&only_with_tag=space_dim&r1=1.49.2.2&r2=1.49.2.3
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/Polyhedron.inlines.hh.diff?cvsroot=ppl&only_with_tag=space_dim&r1=1.8&r2=1.8.2.1
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/tests/permute.cc.diff?cvsroot=ppl&only_with_tag=space_dim&r1=1.7&r2=1.7.2.1




More information about the PPL-devel mailing list