ParaView
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkViewLayout Class Reference

used by vtkSMViewLayoutProxy. More...

#include <vtkViewLayout.h>

Inherits vtkObject.

Public Types

typedef vtkObject Superclass
 

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 vtkViewLayoutNew ()
 
static int IsTypeOf (const char *type)
 
static vtkViewLayoutSafeDownCast (vtkObject *o)
 

Protected Member Functions

 vtkViewLayout ()
 
 ~vtkViewLayout ()
 

Detailed Description

used by vtkSMViewLayoutProxy.

vtkViewLayout is the server-side object corresponding to vtkSMViewLayoutProxy.

Definition at line 29 of file vtkViewLayout.h.

Member Typedef Documentation

§ Superclass

typedef vtkObject vtkViewLayout::Superclass

Definition at line 33 of file vtkViewLayout.h.

Constructor & Destructor Documentation

§ vtkViewLayout()

vtkViewLayout::vtkViewLayout ( )
protected

§ ~vtkViewLayout()

vtkViewLayout::~vtkViewLayout ( )
protected

Member Function Documentation

§ New()

static vtkViewLayout* vtkViewLayout::New ( )
static

§ GetClassName()

virtual const char* vtkViewLayout::GetClassName ( )
virtual

§ IsTypeOf()

static int vtkViewLayout::IsTypeOf ( const char *  type)
static

§ IsA()

virtual int vtkViewLayout::IsA ( const char *  type)
virtual

§ SafeDownCast()

static vtkViewLayout* vtkViewLayout::SafeDownCast ( vtkObject *  o)
static

§ PrintSelf()

void vtkViewLayout::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

§ ResetTileDisplay()

void vtkViewLayout::ResetTileDisplay ( )

§ ShowOnTileDisplay()

void vtkViewLayout::ShowOnTileDisplay ( unsigned  int)

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