#include <vtkDataObjectTypes.h>
Definition at line 33 of file vtkDataObjectTypes.h.
Public Types | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
static vtkDataObjectTypes * | New () |
static int | IsTypeOf (const char *type) |
static vtkDataObjectTypes * | SafeDownCast (vtkObject *o) |
static const char * | GetClassNameFromTypeId (int typeId) |
static int | GetTypeIdFromClassName (const char *classname) |
static vtkDataObject * | NewDataObject (const char *classname) |
static vtkDataObject * | NewDataObject (int typeId) |
Protected Member Functions | |
vtkDataObjectTypes () | |
~vtkDataObjectTypes () |
vtkDataObjectTypes::vtkDataObjectTypes | ( | ) | [inline, protected] |
Definition at line 56 of file vtkDataObjectTypes.h.
vtkDataObjectTypes::~vtkDataObjectTypes | ( | ) | [inline, protected] |
Definition at line 57 of file vtkDataObjectTypes.h.
static vtkDataObjectTypes* vtkDataObjectTypes::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkObject.
virtual const char* vtkDataObjectTypes::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkObject.
static int vtkDataObjectTypes::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 vtkDataObjectTypes::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 vtkDataObjectTypes* vtkDataObjectTypes::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkObject.
void vtkDataObjectTypes::PrintSelf | ( | ostream & | os, | |
vtkIndent | indent | |||
) | [virtual] |
static const char* vtkDataObjectTypes::GetClassNameFromTypeId | ( | int | typeId | ) | [static] |
Given an int (as defined in vtkType.h) identifier for a class return it's classname.
static int vtkDataObjectTypes::GetTypeIdFromClassName | ( | const char * | classname | ) | [static] |
Given a data object classname, return it's int identified (as defined in vtkType.h)
static vtkDataObject* vtkDataObjectTypes::NewDataObject | ( | const char * | classname | ) | [static] |
Create (New) and return a data object of the given classname.
static vtkDataObject* vtkDataObjectTypes::NewDataObject | ( | int | typeId | ) | [static] |
Create (New) and return a data object of the given type id.