00001 /*******************************************************************/ 00002 /* XDMF */ 00003 /* eXtensible Data Model and Format */ 00004 /* */ 00005 /* Id : $Id: vtkXdmfXRenderWindowInteractor.h,v 1.1 2003/05/09 17:29:42 clarke Exp $ */ 00006 /* Date : $Date: 2003/05/09 17:29:42 $ */ 00007 /* Version : $Revision: 1.1 $ */ 00008 /* */ 00009 /* Author: */ 00010 /* Jerry A. Clarke */ 00011 /* clarke@arl.army.mil */ 00012 /* US Army Research Laboratory */ 00013 /* Aberdeen Proving Ground, MD */ 00014 /* */ 00015 /* Copyright @ 2002 US Army Research Laboratory */ 00016 /* All Rights Reserved */ 00017 /* See Copyright.txt or http://www.arl.hpc.mil/ice for details */ 00018 /* */ 00019 /* This software is distributed WITHOUT ANY WARRANTY; without */ 00020 /* even the implied warranty of MERCHANTABILITY or FITNESS */ 00021 /* FOR A PARTICULAR PURPOSE. See the above copyright notice */ 00022 /* for more information. */ 00023 /* */ 00024 /*******************************************************************/ 00025 #include <vtkXRenderWindowInteractor.h> 00026 00027 class VTK_EXPORT vtkXdmfXRenderWindowInteractor : public vtkXRenderWindowInteractor 00028 { 00029 public: 00030 static vtkXdmfXRenderWindowInteractor *New(); 00031 vtkTypeMacro(vtkXdmfXRenderWindowInteractor,vtkXRenderWindowInteractor); 00032 virtual void LoopOnce(); 00033 virtual void Start( int Block = 0 ); 00034 };