VTK
vtkDataObject Class Reference

helper class to get VTK data object types as string and instantiate them More...

#include <vtkDataObjectTypes.h>

Inheritance diagram for vtkDataObject:
[legend]

Detailed Description

helper class to get VTK data object types as string and instantiate them

vtkDataObjectTypes is a helper class that supports conversion between integer types defined in vtkType.h and string names as well as creation of data objects from either integer or string types. This class has to be updated every time a new data type is added to VTK.

See Also
vtkDataObject

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