ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkSIContextArraysProperty Class Reference

provides information about array for a chart. More...

#include <vtkSIContextArraysProperty.h>

Inheritance diagram for vtkSIContextArraysProperty:
Inheritance graph
[legend]
Collaboration diagram for vtkSIContextArraysProperty:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)

Static Public Member Functions

static vtkSIContextArraysPropertyNew ()
static int IsTypeOf (const char *type)
static vtkSIContextArraysPropertySafeDownCast (vtkObject *o)

Protected Member Functions

 vtkSIContextArraysProperty ()
 ~vtkSIContextArraysProperty ()
virtual bool Pull (vtkSMMessage *)

Detailed Description

provides information about array for a chart.

This class iterates through a vtkTable and fills the supplied property with column names matching their current column index.

Definition at line 28 of file vtkSIContextArraysProperty.h.


Constructor & Destructor Documentation

vtkSIContextArraysProperty::vtkSIContextArraysProperty ( ) [protected]
vtkSIContextArraysProperty::~vtkSIContextArraysProperty ( ) [protected]

Member Function Documentation

static vtkSIContextArraysProperty* vtkSIContextArraysProperty::New ( ) [static]

Reimplemented from vtkSIProperty.

virtual const char* vtkSIContextArraysProperty::GetClassName ( ) [virtual]

Reimplemented from vtkSIProperty.

static int vtkSIContextArraysProperty::IsTypeOf ( const char *  type) [static]

Reimplemented from vtkSIProperty.

virtual int vtkSIContextArraysProperty::IsA ( const char *  type) [virtual]

Reimplemented from vtkSIProperty.

static vtkSIContextArraysProperty* vtkSIContextArraysProperty::SafeDownCast ( vtkObject o) [static]

Reimplemented from vtkSIProperty.

void vtkSIContextArraysProperty::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Reimplemented from vtkSIProperty.

virtual bool vtkSIContextArraysProperty::Pull ( vtkSMMessage ) [protected, virtual]

Pull the current state of the underneath implementation

Reimplemented from vtkSIProperty.


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