vtkPVStreamingMacros.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
10 #ifndef vtkPVStreamingMacros_h
11 #define vtkPVStreamingMacros_h
12 
13 //#ifndef NDEBUG
16 //# define vtkStreamingStatusMacro(x) cout << "streaming: " x << endl;
17 //#else
18 //# define vtkStreamingStatusMacro(x)
19 //#endif
20 
21 #ifndef PV_DEBUG_STREAMING
22 #define vtkStreamingStatusMacro(x)
23 #else
24 #define vtkStreamingStatusMacro(x) cout << "streaming: " x << endl;
25 #endif
26 
27 #endif
28 // VTK-HeaderTest-Exclude: vtkPVStreamingMacros.h