27 #ifndef vtkDataObjectTypes_h 
   28 #define vtkDataObjectTypes_h 
   30 #include "vtkCommonDataModelModule.h"  
   47   static const char* GetClassNameFromTypeId(
int typeId);
 
   53   static int GetTypeIdFromClassName(
const char* classname);
 
   72   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. 
 
~vtkDataObjectTypes() override
 
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