VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Static Protected Member Functions
vtkTypeTemplate< ThisT, BaseT > Class Template Reference

Provides the equivalent of vtkTypeMacro for use with template classes. More...

#include <vtkTypeTemplate.h>

Inheritance diagram for vtkTypeTemplate< ThisT, BaseT >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef BaseT Superclass

Public Member Functions

ThisT * NewInstance () const

Static Public Member Functions

static ThisT * SafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
virtual int IsA (const char *type)

Static Protected Member Functions

static int IsTypeOf (const char *type)

Detailed Description

template<class ThisT, class BaseT>
class vtkTypeTemplate< ThisT, BaseT >

Provides the equivalent of vtkTypeMacro for use with template classes.

Thanks:
Developed by Timothy M. Shead (tshea.nosp@m.d@sa.nosp@m.ndia..nosp@m.gov) at Sandia National Laboratories.

Definition at line 37 of file vtkTypeTemplate.h.


Member Typedef Documentation

template<class ThisT, class BaseT>
typedef BaseT vtkTypeTemplate< ThisT, BaseT >::Superclass

Member Function Documentation

template<class ThisT, class BaseT>
ThisT* vtkTypeTemplate< ThisT, BaseT >::NewInstance ( ) const [inline]
template<class ThisT, class BaseT>
static ThisT* vtkTypeTemplate< ThisT, BaseT >::SafeDownCast ( vtkObjectBase o) [inline, static]
template<class ThisT, class BaseT>
virtual vtkObjectBase* vtkTypeTemplate< ThisT, BaseT >::NewInstanceInternal ( ) const [inline, protected, virtual]
template<class ThisT, class BaseT>
static int vtkTypeTemplate< ThisT, BaseT >::IsTypeOf ( const char *  type) [inline, static, protected]
template<class ThisT, class BaseT>
virtual int vtkTypeTemplate< ThisT, BaseT >::IsA ( const char *  type) [inline, protected, virtual]

The documentation for this class was generated from the following file: