Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

vtkDataSetPassThrough.h

Go to the documentation of this file.
00001 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- 00002 * 00003 * $Id: vtkDataSetPassThrough.h,v 1.3 2004/08/10 07:37:22 xpxqx Exp $ 00004 * 00005 * Copyright (c) 2004 Sean McInerney 00006 * All rights reserved. 00007 * 00008 * See Copyright.txt or http://vtkextensions.sourceforge.net/Copyright.html 00009 * for details. 00010 * 00011 * This software is distributed WITHOUT ANY WARRANTY; without even 00012 * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 00013 * PURPOSE. See the above copyright notice for more information. 00014 * 00015 */ 00016 #ifndef VTK_DATA_SET_PASS_THROUGH_H_ 00017 # define VTK_DATA_SET_PASS_THROUGH_H_ 00018 # include "vtkExtensionsFilteringConfigure.h" // vtkExtensions configuration 00019 // VTK Filtering 00020 # include "vtkDataSetToDataSetFilter.h" 00021 00022 VTK_EXTENSIONS_FILTERING_NAMESPACE_BEGIN 00023 00038 class VTK_EXTENSIONS_FILTERING_EXPORT vtkDataSetPassThrough : public vtkDataSetToDataSetFilter 00039 { 00040 public: 00041 static vtkDataSetPassThrough* New (void); 00042 vtkTypeRevisionMacro (vtkDataSetPassThrough, vtkDataSetToDataSetFilter); 00043 void PrintSelf (ostream&, vtkIndent); 00044 00045 protected: 00046 vtkDataSetPassThrough (void); 00047 ~vtkDataSetPassThrough(); 00048 00049 void ExecuteData (vtkDataObject*); 00050 00051 private: 00052 vtkDataSetPassThrough (const vtkDataSetPassThrough&); // Not implemented 00053 void operator= (const vtkDataSetPassThrough&); // Not implemented 00054 }; 00055 00056 VTK_EXTENSIONS_FILTERING_NAMESPACE_END 00057 00058 #endif /* VTK_DATA_SET_PASS_THROUGH_H_ */ 00059 /* 00060 * End of $Id: vtkDataSetPassThrough.h,v 1.3 2004/08/10 07:37:22 xpxqx Exp $. 00061 * 00062 */

Generated on Tue Aug 10 03:37:11 2004 for vtkExtensions by doxygen 1.3.7