VTK
|
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>
Public Types | |
typedef vtkInformationDataObjectKey | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkInformationDataObjectMetaDataKey * | NewInstance () 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 vtkObjectBase * | NewInstanceInternal () const |
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.
Definition at line 33 of file vtkInformationDataObjectMetaDataKey.h.
Reimplemented from vtkInformationDataObjectKey.
Definition at line 36 of file vtkInformationDataObjectMetaDataKey.h.
vtkInformationDataObjectMetaDataKey::vtkInformationDataObjectMetaDataKey | ( | const char * | name, |
const char * | location | ||
) |
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.
static vtkInformationDataObjectMetaDataKey* vtkInformationDataObjectMetaDataKey::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkInformationDataObjectKey.
virtual vtkObjectBase* vtkInformationDataObjectMetaDataKey::NewInstanceInternal | ( | ) | const [protected, virtual] |
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.