VTK
|
Provides the equivalent of vtkTypeMacro for use with template classes. More...
#include <vtkTypeTemplate.h>
Inherits BaseT.
Public Types | |
typedef BaseT | Superclass |
Public Member Functions | |
ThisT * | NewInstance () const |
Static Public Member Functions | |
static ThisT * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkTypeBool | IsA (const char *type) override |
vtkTypeTemplate () | |
Static Protected Member Functions | |
static vtkTypeBool | IsTypeOf (const char *type) |
Provides the equivalent of vtkTypeMacro for use with template classes.
Definition at line 43 of file vtkTypeTemplate.h.
typedef BaseT vtkTypeTemplate< ThisT, BaseT >::Superclass |
Definition at line 46 of file vtkTypeTemplate.h.
|
inlineprotected |
Definition at line 91 of file vtkTypeTemplate.h.
|
inline |
Definition at line 48 of file vtkTypeTemplate.h.
|
inlinestatic |
Definition at line 53 of file vtkTypeTemplate.h.
|
inlineprotectedvirtual |
Definition at line 65 of file vtkTypeTemplate.h.
|
inlinestaticprotected |
Definition at line 73 of file vtkTypeTemplate.h.
|
inlineoverrideprotected |
Definition at line 86 of file vtkTypeTemplate.h.