/*========================================================================= Program: Visualization Toolkit Module: TestStructuredGridLIC2DSlice.h Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the above copyright notice for more information. =========================================================================*/ #ifndef vtkStructuredGridLIC2DTestDriver_h #define vtkStructuredGridLIC2DTestDriver_h // Description: // For demo. int StructuredGridLIC2DDemo(int argc, char* argv[]); // Description: // For ctests int vtkStructuredGridLIC2DTestDriver(int argc, char* argv[]); #endif