VTK  9.3.20240424
TestImageDataLIC2D.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2// SPDX-License-Identifier: BSD-3-Clause
3
4#ifndef __TestImageDataLIC2D_h
5#define __TestImageDataLIC2D_h
6
7// Example demonstrating use of vtkImageDataLIC2D filter.
8// Typical usage:
9// ./bin/ImageDataLIC2D --data=<vtk file> --output=<png file>
10int ImageDataLIC2D(int argc, char* argv[]);
11
12#endif
int ImageDataLIC2D(int argc, char *argv[])