#include <RTIRegion.hh>
Public Member Functions | |
RTIRegion (RegionHandle, const RoutingSpace &, size_t) | |
Region Constructor. | |
virtual | ~RTIRegion () |
virtual SpaceHandle | getSpaceHandle () const throw () |
Get the handle of the routing space having this region. | |
Protected Attributes | |
const RoutingSpace & | space |
Definition at line 34 of file RTIRegion.hh.
RTIRegion | ( | RegionHandle | region_handle, | |
const RoutingSpace & | routing_space, | |||
size_t | nb_extents | |||
) |
Region Constructor.
region_handle | Handle of this Region | |
routing_space | RoutingSpace of this Region | |
nb_extents | Number of extents |
Definition at line 37 of file RTIRegion.cc.
References RoutingSpace::createExtent(), BaseRegion::setExtents(), and RTIRegion::space.
~RTIRegion | ( | ) | [virtual] |
Definition at line 46 of file RTIRegion.cc.
SpaceHandle getSpaceHandle | ( | ) | const throw () [virtual] |
Get the handle of the routing space having this region.
Implements BaseRegion.
Definition at line 54 of file RTIRegion.cc.
References Handled::getHandle(), and RTIRegion::space.
const RoutingSpace& space [protected] |
Definition at line 44 of file RTIRegion.hh.
Referenced by RTIRegion::getSpaceHandle(), and RTIRegion::RTIRegion().