• Main Page
  • Related Pages
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

dox/Filtering/vtkCastToConcrete.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   Visualization Toolkit
00004   Module:    $RCSfile: vtkCastToConcrete.h,v $
00005 
00006   Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
00007   All rights reserved.
00008   See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
00009 
00010      This software is distributed WITHOUT ANY WARRANTY; without even
00011      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
00012      PURPOSE.  See the above copyright notice for more information.
00013 
00014 =========================================================================*/
00043 #ifndef __vtkCastToConcrete_h
00044 #define __vtkCastToConcrete_h
00045 
00046 #include "vtkDataSetAlgorithm.h"
00047 
00048 class VTK_FILTERING_EXPORT vtkCastToConcrete : public vtkDataSetAlgorithm
00049 {
00050 
00051 public:
00052   static vtkCastToConcrete *New();
00053   vtkTypeRevisionMacro(vtkCastToConcrete,vtkDataSetAlgorithm);
00054   void PrintSelf(ostream& os, vtkIndent indent);
00055 
00056 protected:
00057   vtkCastToConcrete() {};
00058   ~vtkCastToConcrete() {};
00059 
00060   virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *); //insures compatibility; satisfies abstract api in vtkFilter
00061   virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
00062 private:
00063   vtkCastToConcrete(const vtkCastToConcrete&);  // Not implemented.
00064   void operator=(const vtkCastToConcrete&);  // Not implemented.
00065 };
00066 
00067 #endif

Generated by  doxygen 1.7.1