#include "partitionzone.h" PartitionZone::PartitionZone( const string& strZone) : Zone(strZone) { nTupla one; one.fill( first.dimension() , 1 ); dim = last; dim -= first; dim += one; } bool PartitionZone::includes( const PartitionZone &thatZone ) { thatZone.last <= last; }