pqImageCompressorType.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-FileCopyrightText: Copyright (c) Sandia Corporation
3 // SPDX-License-Identifier: BSD-3-Clause
4 
5 #ifndef pqImageCompressorType_h
6 #define pqImageCompressorType_h
7 
8 enum
9 {
13 };
14 
15 #endif