|
ParaView
|
used by vtkSMViewLayoutProxy. More...
#include <vtkViewLayout.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | ResetTileDisplay () |
| void | ShowOnTileDisplay (unsigned int) |
Static Public Member Functions | |
| static vtkViewLayout * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkViewLayout * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkViewLayout () | |
| ~vtkViewLayout () | |
used by vtkSMViewLayoutProxy.
vtkViewLayout is the server-side object corresponding to vtkSMViewLayoutProxy.
Definition at line 27 of file vtkViewLayout.h.
| vtkViewLayout::vtkViewLayout | ( | ) | [protected] |
| vtkViewLayout::~vtkViewLayout | ( | ) | [protected] |
| static vtkViewLayout* vtkViewLayout::New | ( | ) | [static] |
Reimplemented from vtkObject.
| virtual const char* vtkViewLayout::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkObject.
| static vtkViewLayout* vtkViewLayout::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkObject.
| void vtkViewLayout::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkObject.
| void vtkViewLayout::ResetTileDisplay | ( | ) |
| void vtkViewLayout::ShowOnTileDisplay | ( | unsigned | int | ) |
1.7.5.1