#include <vtkQtChartLayerDomain.h>

Definition at line 37 of file 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. | |
| vtkQtChartLayerDomain::vtkQtChartLayerDomain | ( | ) |
| vtkQtChartLayerDomain::~vtkQtChartLayerDomain | ( | ) |
| 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.5.6