VTK
Public Member Functions
vtkQtChartLayerDomain Class Reference

The vtkQtChartLayerDomain class is used to merge chart layer domains. More...

#include <vtkQtChartLayerDomain.h>

List of all members.

Public Member Functions

 vtkQtChartLayerDomain ()
 ~vtkQtChartLayerDomain ()
const vtkQtChartAxisCornerDomaingetDomain (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.

Detailed Description

The vtkQtChartLayerDomain class is used to merge chart layer domains.

Definition at line 37 of file vtkQtChartLayerDomain.h.


Constructor & Destructor Documentation

vtkQtChartLayerDomain::vtkQtChartLayerDomain ( )
vtkQtChartLayerDomain::~vtkQtChartLayerDomain ( )

Member Function Documentation

const vtkQtChartAxisCornerDomain* vtkQtChartLayerDomain::getDomain ( vtkQtChartLayer::AxesCorner  corner) const

Gets the domain for the specified corner.

Parameters:
cornerThe chart corner.
Returns:
A pointer to the merged domain for the specified corner.
void vtkQtChartLayerDomain::mergeDomain ( const vtkQtChartAxisCornerDomain domain,
vtkQtChartLayer::AxesCorner  corner 
)

Merges the domain for the given corner with the current domains.

Parameters:
domainThe domain to add.
cornerThe chart corner for the domain.
void vtkQtChartLayerDomain::clear ( )

Removes all the domains.


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