#include <vtkOverrideInformation.h>
Inheritance diagram for vtkOverrideInformation:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
const char * | GetClassOverrideName () |
const char * | GetClassOverrideWithName () |
const char * | GetDescription () |
vtkObjectFactory * | GetObjectFactory () |
virtual void | SetClassOverrideName (const char *) |
virtual void | SetClassOverrideWithName (const char *) |
virtual void | SetDescription (const char *) |
Static Public Methods | |
vtkOverrideInformation * | New () |
int | IsTypeOf (const char *type) |
vtkOverrideInformation * | SafeDownCast (vtkObject *o) |
Protected Methods | |
virtual void | SetObjectFactory (vtkObjectFactory *) |
Friends | |
class | vtkObjectFactory |
Definition at line 63 of file vtkOverrideInformation.h.
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject. |
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkObject. |
|
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 vtkObject. |
|
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 vtkObject. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkObject. |
|
Print ObjectFactor to stream. Reimplemented from vtkObject. |
|
Returns the name of the class being overriden. For example, if you had a factory that provided an override for vtkVertex, then this funciton would return "vtkVertex" Definition at line 75 of file vtkOverrideInformation.h. |
|
Returns the name of the class that will override the class. For example, if you had a factory that provided an override for vtkVertex called vtkMyVertex, then this would return "vtkMyVertex" Definition at line 85 of file vtkOverrideInformation.h. |
|
Return a human readable or GUI displayable description of this override. Definition at line 94 of file vtkOverrideInformation.h. |
|
Return the specific object factory that this override occurs in. Definition at line 102 of file vtkOverrideInformation.h. |
|
Return the specific object factory that this override occurs in. |
|
Return the specific object factory that this override occurs in. |
|
Return the specific object factory that this override occurs in. |
|
|
|
Definition at line 122 of file vtkOverrideInformation.h. |