Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

common/vtkObjectFactory.h File Reference

#include "vtkObject.h"

Include dependency graph for vtkObjectFactory.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Compounds

class  vtkObjectFactory
 abstract base class for vtkObjectFactories. More...

struct  vtkObjectFactory::OverrideInformation

Defines

#define VTK_CREATE_CREATE_FUNCTION(classname)


Define Documentation

#define VTK_CREATE_CREATE_FUNCTION classname   
 

Value:

static vtkObject* vtkObjectFactoryCreate##classname() \
{ return classname::New(); }

Definition at line 209 of file vtkObjectFactory.h.


Generated on Wed Nov 21 12:34:35 2001 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001