VTK
|
Factory object override information. More...
#include <vtkOverrideInformation.h>
Public Types | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkOverrideInformation * | NewInstance () const |
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
const char * | GetClassOverrideName () |
const char * | GetClassOverrideWithName () |
const char * | GetDescription () |
vtkObjectFactory * | GetObjectFactory () |
Static Public Member Functions | |
static vtkOverrideInformation * | New () |
static int | IsTypeOf (const char *type) |
static vtkOverrideInformation * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
Friends | |
class | vtkObjectFactory |
virtual void | SetClassOverrideName (const char *) |
virtual void | SetClassOverrideWithName (const char *) |
virtual void | SetDescription (const char *) |
virtual void | SetObjectFactory (vtkObjectFactory *) |
Factory object override information.
vtkOverrideInformation is used to represent the information about a class which is overriden in a vtkObjectFactory.
Definition at line 34 of file vtkOverrideInformation.h.
Reimplemented from vtkObject.
Definition at line 38 of file vtkOverrideInformation.h.
static vtkOverrideInformation* vtkOverrideInformation::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkObject.
static int vtkOverrideInformation::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 vtkObject.
virtual int vtkOverrideInformation::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 vtkObject.
static vtkOverrideInformation* vtkOverrideInformation::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkObject.
virtual vtkObjectBase* vtkOverrideInformation::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkObject.
Reimplemented from vtkObject.
virtual void vtkOverrideInformation::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
Print ObjectFactor to stream.
Reimplemented from vtkObject.
const char* vtkOverrideInformation::GetClassOverrideName | ( | ) | [inline] |
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 46 of file vtkOverrideInformation.h.
const char* vtkOverrideInformation::GetClassOverrideWithName | ( | ) | [inline] |
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 56 of file vtkOverrideInformation.h.
const char* vtkOverrideInformation::GetDescription | ( | ) | [inline] |
Return a human readable or GUI displayable description of this override.
Definition at line 65 of file vtkOverrideInformation.h.
vtkObjectFactory* vtkOverrideInformation::GetObjectFactory | ( | ) | [inline] |
Return the specific object factory that this override occurs in.
Definition at line 73 of file vtkOverrideInformation.h.
virtual void vtkOverrideInformation::SetClassOverrideName | ( | const char * | ) | [virtual] |
Set the class override name
virtual void vtkOverrideInformation::SetClassOverrideWithName | ( | const char * | ) | [virtual] |
Set the class override name
virtual void vtkOverrideInformation::SetDescription | ( | const char * | ) | [virtual] |
Set the class override name
virtual void vtkOverrideInformation::SetObjectFactory | ( | vtkObjectFactory * | ) | [protected, virtual] |
Set the class override name
friend class vtkObjectFactory [friend] |
Definition at line 95 of file vtkOverrideInformation.h.