15 #ifndef vtkDataObjectTypes_h
16 #define vtkDataObjectTypes_h
18 #include "vtkCommonDataModelModule.h"
21 VTK_ABI_NAMESPACE_BEGIN
36 static const char* GetClassNameFromTypeId(
int typeId);
42 static int GetTypeIdFromClassName(
const char* classname);
58 static bool TypeIdIsA(
int typeId,
int targetTypeId);
66 static int GetCommonBaseTypeId(
int typeA,
int typeB);
75 static int Validate();
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
general representation of visualization data