vtkDataObjectTypes Class Reference

#include <vtkDataObjectTypes.h>

Inheritance diagram for vtkDataObjectTypes:

Inheritance graph
[legend]
Collaboration diagram for vtkDataObjectTypes:

Collaboration graph
[legend]

List of all members.


Detailed Description

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 vtkDataObjectTypesNew ()
static int IsTypeOf (const char *type)
static vtkDataObjectTypesSafeDownCast (vtkObject *o)
static const char * GetClassNameFromTypeId (int typeId)
static int GetTypeIdFromClassName (const char *classname)
static vtkDataObjectNewDataObject (const char *classname)
static vtkDataObjectNewDataObject (int typeId)

Protected Member Functions

 vtkDataObjectTypes ()
 ~vtkDataObjectTypes ()

Member Typedef Documentation

Reimplemented from vtkObject.

Definition at line 38 of file vtkDataObjectTypes.h.


Constructor & Destructor Documentation

vtkDataObjectTypes::vtkDataObjectTypes (  )  [inline, protected]

Definition at line 56 of file vtkDataObjectTypes.h.

vtkDataObjectTypes::~vtkDataObjectTypes (  )  [inline, protected]

Definition at line 57 of file vtkDataObjectTypes.h.


Member Function Documentation

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 vtkTypeRevisionMacro 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 vtkTypeRevisionMacro 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]

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 vtkObject.

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.


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

Generated on Sat Dec 27 13:21:51 2008 for VTK by  doxygen 1.5.6