VTK
vtkPixelExtentIO.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkPixelExtentIO.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
22 #ifndef vtkPixelExtentIO_h
23 #define vtkPixelExtentIO_h
24 
25 #include "vtkIOLegacyModule.h" // for export
26 #include "vtkPixelExtent.h" // for pixel extent
27 #include <deque> // for std::deque
28 
30 
32 {
33 public:
35 
39  static
40  void Write(
41  int commRank,
42  const char *fileName,
43  const std::deque<std::deque<vtkPixelExtent> >&exts);
45 
47 
52  static
53  void Write(
54  int commRank,
55  const char *fileName,
56  const std::deque<vtkPixelExtent> &exts);
58 
60 
62  static
63  void Write(
64  int commRank,
65  const char *fileName,
66  const vtkPixelExtent &ext);
67 };
69 
70 
72 
76 
77 #endif
78 // VTK-HeaderTest-Exclude: vtkPixelExtentIO.h
VTKIOLEGACY_EXPORT vtkUnstructuredGrid & operator<<(vtkUnstructuredGrid &data, const vtkPixelExtent &ext)
#define VTKIOLEGACY_EXPORT
dataset represents arbitrary combinations of all possible cell types