Go to the documentation of this file.
30 #ifndef __vtkTypeTemplate_h
31 #define __vtkTypeTemplate_h
36 template<
class ThisT,
class BaseT>
50 if(o && o->
IsA(
typeid(ThisT).name()))
52 return static_cast<ThisT*
>(o);
69 if(!strcmp(
typeid(ThisT).
name(), type))
85 virtual const char* GetClassNameInternal()
const
87 return typeid(ThisT).
name();