#include <Partition.h>
Inheritance diagram for Partition::

Public Methods | |
| virtual | ~Partition () |
| virtual bool | ok () const=0 |
| virtual void | print (Os os) const=0 |
| virtual void | scan (Is is)=0 |
Protected Methods | |
| Partition () | |
NAME: Partition - base class for "Partition" hierarchy
DESCRIPTION:
The class is a pure virtual base class for the "Partition" hierarchy. All the member functins must be redefined in subclasses of this class.
|
|
|
|
|
|
|
|
Reimplemented in PartitionBox, PartitionGeomPack, PartitionSupEl, PartitionSupElSet, and PartitionGrummp2D. |
|
|
Reimplemented in PartitionBox, PartitionGeomPack, PartitionSupEl, PartitionSupElSet, and PartitionGrummp2D. |
|
|
Reimplemented in PartitionBox, PartitionGeomPack, PartitionSupEl, PartitionSupElSet, and PartitionGrummp2D. |