SharedDims Class Referencea list of SharedBounds
More...
#include <SharedDims.h>
Inheritance diagram for SharedDims:
[legend]List of all members.
Detailed Description
a list of SharedBounds
Polaris C++ VDL - See also:
- SharedDims.h
SharedDims.h
SharedDims.cc
SharedDims is a list of SharedBounds with a few other functions. It has the ability to initialize itself from a binstr.
For an explanation of _first_pass, etc., see the Implementation Notes section of Symbol/Symbol.h.
Definition at line 38 of file SharedDims.h.
Constructor & Destructor Documentation
| SharedDims::SharedDims |
( |
|
) |
|
|
Member Function Documentation
| void SharedDims::print |
( |
ostream & |
o |
) |
const [virtual] |
|
| int SharedDims::structures_OK |
( |
|
) |
const [virtual] |
|
|
|
Check the structure of the data for errors or inconsistency Return 0 and print error message if problems found, otherwise return 1 without message.
Reimplemented from List< SharedBounds >.
Definition at line 49 of file SharedDims.cc. |
Friends And Related Function Documentation
| ostream& operator<< |
( |
ostream & |
o, |
|
|
const SharedDims & |
dims |
|
) |
[friend] |
|
The documentation for this class was generated from the following files:
|