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

Generic attribute information like type. More...

#include <vtkPVGenericAttributeInformation.h>

Inheritance diagram for vtkPVGenericAttributeInformation:
Inheritance graph
[legend]
Collaboration diagram for vtkPVGenericAttributeInformation:
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)
virtual void CopyFromObject (vtkObject *)

Static Public Member Functions

static
vtkPVGenericAttributeInformation
New ()
static int IsTypeOf (const char *type)
static
vtkPVGenericAttributeInformation
SafeDownCast (vtkObject *o)

Protected Member Functions

 vtkPVGenericAttributeInformation ()
 ~vtkPVGenericAttributeInformation ()
 vtkPVGenericAttributeInformation (const vtkPVGenericAttributeInformation &)
void operator= (const vtkPVGenericAttributeInformation &)

Detailed Description

Generic attribute information like type.

This objects is for eliminating direct access to vtkDataObjects by the "client". Only vtkPVPart and vtkPVProcessModule should access the data directly. At the moment, this object is only a container and has no useful methods for operating on data.

Definition at line 31 of file vtkPVGenericAttributeInformation.h.


Constructor & Destructor Documentation

vtkPVGenericAttributeInformation::vtkPVGenericAttributeInformation ( ) [protected]
vtkPVGenericAttributeInformation::~vtkPVGenericAttributeInformation ( ) [protected]
vtkPVGenericAttributeInformation::vtkPVGenericAttributeInformation ( const vtkPVGenericAttributeInformation ) [protected]

Member Function Documentation

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

Reimplemented from vtkPVArrayInformation.

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

Reimplemented from vtkPVArrayInformation.

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

Reimplemented from vtkPVArrayInformation.

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

Reimplemented from vtkPVArrayInformation.

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

Reimplemented from vtkPVArrayInformation.

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

Reimplemented from vtkPVArrayInformation.

virtual void vtkPVGenericAttributeInformation::CopyFromObject ( vtkObject ) [virtual]

Transfer information about a single object into this object.

Reimplemented from vtkPVArrayInformation.

void vtkPVGenericAttributeInformation::operator= ( const vtkPVGenericAttributeInformation ) [protected]

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