Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > 82ac505190c212a37e5a9f824939c992 > files > 47

vtk-examples-6.0.0-8.mga5.i586.rpm

/*=========================================================================
This source has no copyright.  It is intended to be copied by users
wishing to create their own VTK classes locally.
=========================================================================*/
#include "vtkLocalExample.h"

#include "vtkObjectFactory.h"

vtkStandardNewMacro(vtkLocalExample);

//----------------------------------------------------------------------------
vtkLocalExample::vtkLocalExample()
{
}

//----------------------------------------------------------------------------
vtkLocalExample::~vtkLocalExample()
{
}

//----------------------------------------------------------------------------
void vtkLocalExample::PrintSelf(ostream& os, vtkIndent indent)
{
  this->Superclass::PrintSelf(os,indent);
}