|
VTK
|
The vtkQtChartLayerDomain class is used to merge chart layer domains. More...
#include <vtkQtChartLayerDomain.h>
Public Member Functions | |
| vtkQtChartLayerDomain () | |
| ~vtkQtChartLayerDomain () | |
| const vtkQtChartAxisCornerDomain * | getDomain (vtkQtChartLayer::AxesCorner corner) const |
| Gets the domain for the specified corner. | |
| void | mergeDomain (const vtkQtChartAxisCornerDomain &domain, vtkQtChartLayer::AxesCorner corner) |
| Merges the domain for the given corner with the current domains. | |
| void | clear () |
| Removes all the domains. | |
The vtkQtChartLayerDomain class is used to merge chart layer domains.
Definition at line 37 of file vtkQtChartLayerDomain.h.
| const vtkQtChartAxisCornerDomain* vtkQtChartLayerDomain::getDomain | ( | vtkQtChartLayer::AxesCorner | corner | ) | const |
Gets the domain for the specified corner.
| corner | The chart corner. |
| void vtkQtChartLayerDomain::mergeDomain | ( | const vtkQtChartAxisCornerDomain & | domain, |
| vtkQtChartLayer::AxesCorner | corner | ||
| ) |
Merges the domain for the given corner with the current domains.
| domain | The domain to add. |
| corner | The chart corner for the domain. |
| void vtkQtChartLayerDomain::clear | ( | ) |
Removes all the domains.
1.8.0