|
Open CASCADE Technology 6.5.2
|
#include <V2d_RectangularGrid.hxx>

Public Member Functions | |
| V2d_RectangularGrid (const V2d_ViewerPointer &aViewer, const Standard_Integer aColorIndex1, const Standard_Integer aColorIndex2) | |
| void | SetColorIndices (const Standard_Integer aColorIndex1, const Standard_Integer aColorIndex2) |
| void | Display () |
| Display the grid at screen. | |
| void | Erase () const |
| Erase the grid from screen. | |
| Standard_Boolean | IsDisplayed () const |
| Returns TRUE when the grid is displayed at screen. | |
Protected Member Functions | |
| void | UpdateDisplay () |
| Updates the grid parameters. | |
| V2d_RectangularGrid::V2d_RectangularGrid | ( | const V2d_ViewerPointer & | aViewer, |
| const Standard_Integer | aColorIndex1, | ||
| const Standard_Integer | aColorIndex2 | ||
| ) |
| void V2d_RectangularGrid::Display | ( | ) | [virtual] |
Reimplemented from Aspect_Grid.
| void V2d_RectangularGrid::Erase | ( | ) | const [virtual] |
Reimplemented from Aspect_Grid.
| Standard_Boolean V2d_RectangularGrid::IsDisplayed | ( | ) | const [virtual] |
Reimplemented from Aspect_Grid.
| void V2d_RectangularGrid::SetColorIndices | ( | const Standard_Integer | aColorIndex1, |
| const Standard_Integer | aColorIndex2 | ||
| ) |
| void V2d_RectangularGrid::UpdateDisplay | ( | ) | [protected, virtual] |
Reimplemented from Aspect_Grid.
1.7.4