VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkInformationDataObjectMetaDataKey Class Reference

key used to define meta-data of type vtkDataObject vtkInformationDataObjectMetaDataKey is a vtkInformationDataObjectKey that (shallow) copies itself downstream during the REQUEST_INFORMATION pass. Hence it can be used to provide meta-data of type vtkDataObject or any subclass. More...

#include <vtkInformationDataObjectMetaDataKey.h>

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

List of all members.

Public Types

typedef vtkInformationDataObjectKey Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkInformationDataObjectMetaDataKeyNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
 vtkInformationDataObjectMetaDataKey (const char *name, const char *location)
 ~vtkInformationDataObjectMetaDataKey ()
virtual void CopyDefaultInformation (vtkInformation *request, vtkInformation *fromInfo, vtkInformation *toInfo)

Static Public Member Functions

static int IsTypeOf (const char *type)
static
vtkInformationDataObjectMetaDataKey
SafeDownCast (vtkObjectBase *o)
static
vtkInformationDataObjectMetaDataKey
MakeKey (const char *name, const char *location)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const

Detailed Description

key used to define meta-data of type vtkDataObject vtkInformationDataObjectMetaDataKey is a vtkInformationDataObjectKey that (shallow) copies itself downstream during the REQUEST_INFORMATION pass. Hence it can be used to provide meta-data of type vtkDataObject or any subclass.

Tests:
vtkInformationDataObjectMetaDataKey (Tests)

Definition at line 33 of file vtkInformationDataObjectMetaDataKey.h.


Member Typedef Documentation

Reimplemented from vtkInformationDataObjectKey.

Definition at line 36 of file vtkInformationDataObjectMetaDataKey.h.


Constructor & Destructor Documentation

vtkInformationDataObjectMetaDataKey::vtkInformationDataObjectMetaDataKey ( const char *  name,
const char *  location 
)

Member Function Documentation

static int vtkInformationDataObjectMetaDataKey::IsTypeOf ( const char *  name) [static]

Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkInformationDataObjectKey.

virtual int vtkInformationDataObjectMetaDataKey::IsA ( const char *  name) [virtual]

Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkInformationDataObjectKey.

Reimplemented from vtkInformationDataObjectKey.

Reimplemented from vtkInformationDataObjectKey.

Reimplemented from vtkInformationDataObjectKey.

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

Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkInformationDataObjectKey.

static vtkInformationDataObjectMetaDataKey* vtkInformationDataObjectMetaDataKey::MakeKey ( const char *  name,
const char *  location 
) [inline, static]

This method simply returns a new vtkInformationDataObjectMetaDataKey, given a name and a location. This method is provided for wrappers. Use the constructor directly from C++ instead.

Reimplemented from vtkInformationDataObjectKey.

Definition at line 46 of file vtkInformationDataObjectMetaDataKey.h.

virtual void vtkInformationDataObjectMetaDataKey::CopyDefaultInformation ( vtkInformation request,
vtkInformation fromInfo,
vtkInformation toInfo 
) [virtual]

Simply shallow copies the key from fromInfo to toInfo if request has the REQUEST_INFORMATION() key. This is used by the pipeline to propagate this key downstream.


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