oaBoundaryQuery Class Reference

Inheritance diagram for oaBoundaryQuery:

oaRegionQuery


Public Methods

 oaBoundaryQuery ()
void query (oaDesign *topDesign, const oaBox &region, oaDist filterSize=0, oaUInt4 startLevel=0, oaUInt4 stopLevel=100)
void query (oaDesign *topDesign, const oaBox &region, const oaTransform &xform, oaDist filterSize=0, oaUInt4 startLevel=0, oaUInt4 stopLevel=100)
virtual void queryBoundary (oaBoundary *boundary)=0

Detailed Description

The oaBoundaryQuery class implements functionality to query a specified region in a design hierarchy and quickly return all boundaries that overlap the region.


Constructor & Destructor Documentation

oaBoundaryQuery::oaBoundaryQuery  
 

The constructor for oaBoundaryQuery.


Member Function Documentation

void oaBoundaryQuery::query oaDesign *    topDesign,
const oaBox &    region,
const oaTransform &    xform,
oaDist    filterSize = 0,
oaUInt4    startLevel = 0,
oaUInt4    stopLevel = 100
 

This function begins the query process to start generating boundaries in the specified region of the specified design hierarchy.

Parameters:
topDesign Pointer to the top design in which to perform the query.
region The region of interest.
xform The current transform that is applied to the design.
filterSize Only query objects whose size is equal to or larger than filterSize.
startLevel The level of block hierarchy to start the querying.
stopLevel The level of block hierarchy to stop the querying.

void oaBoundaryQuery::query oaDesign *    topDesign,
const oaBox &    region,
oaDist    filterSize = 0,
oaUInt4    startLevel = 0,
oaUInt4    stopLevel = 100
 

This function begins the query process to start generating boundaries in the specified region of the specified design hierarchy.

Parameters:
topDesign Pointer to the top design in which to perform the query.
region The region of interest.
filterSize Only query objects whose size is equal to or larger than filterSize.
startLevel The level of block hierarchy to start the querying.
stopLevel The level of block hierarchy to stop the querying.

void oaBoundaryQuery::queryBoundary oaBoundary *    boundary [pure virtual]
 

This function processes each result of the boundary query.

Parameters:
boundary Pointer to the oaBoundary object that is being queried.


The documentation for this class was generated from the following files:

Return to top of page