#include <axlRenderer.h>
Public Member Functions | |
| vtkTypeMacro (axlRenderer, vtkOpenGLRenderer) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | useGrid (bool use) |
| bool | grid (void) |
| void | ResetCamera (double bounds[6]) |
| void | ResetCamera () |
| void | ResetCamera (double xmin, double xmax, double ymin, double ymax, double zmin, double zmax) |
| void | ResetCameraClippingRange (double bounds[6]) |
| void | ResetCameraClippingRange () |
Static Public Member Functions | |
| static axlRenderer * | New () |
Protected Member Functions | |
| axlRenderer () | |
| ~axlRenderer () | |
Definition at line 55 of file axlRenderer.h.
|
protected |
Definition at line 55 of file axlRenderer.cpp.
|
protected |
Definition at line 60 of file axlRenderer.cpp.
| bool axlRenderer::grid | ( | void | ) |
Definition at line 70 of file axlRenderer.cpp.
|
inlinestatic |
Definition at line 61 of file axlRenderer.h.
| void axlRenderer::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
Definition at line 74 of file axlRenderer.cpp.
| void axlRenderer::ResetCamera | ( | double | bounds[6] | ) |
Definition at line 360 of file axlRenderer.cpp.
| void axlRenderer::ResetCamera | ( | ) |
Definition at line 470 of file axlRenderer.cpp.
| void axlRenderer::ResetCamera | ( | double | xmin, |
| double | xmax, | ||
| double | ymin, | ||
| double | ymax, | ||
| double | zmin, | ||
| double | zmax | ||
| ) |
Definition at line 494 of file axlRenderer.cpp.
| void axlRenderer::ResetCameraClippingRange | ( | double | bounds[6] | ) |
Definition at line 512 of file axlRenderer.cpp.
| void axlRenderer::ResetCameraClippingRange | ( | ) |
Definition at line 600 of file axlRenderer.cpp.
| void axlRenderer::useGrid | ( | bool | use | ) |
Definition at line 65 of file axlRenderer.cpp.
| axlRenderer::vtkTypeMacro | ( | axlRenderer | , |
| vtkOpenGLRenderer | |||
| ) |