VTK
|
helper class to get VTK data object types as string and instantiate them More...
#include <vtkDataObjectTypes.h>
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.