VTK
9.0.1
IO
Legacy
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
=========================================================================*/
23
#ifndef vtkPixelExtentIO_h
24
#define vtkPixelExtentIO_h
25
26
#include "vtkIOLegacyModule.h"
// for export
27
#include "
vtkPixelExtent.h
"
// for pixel extent
28
#include <deque>
// for std::deque
29
30
class
vtkUnstructuredGrid
;
31
32
class
VTKIOLEGACY_EXPORT
vtkPixelExtentIO
33
{
34
public
:
42
static
void
Write(
43
int
commRank,
const
char
* fileName,
const
std::deque<std::deque<vtkPixelExtent> >& exts);
44
53
static
void
Write(
int
commRank,
const
char
* fileName,
const
std::deque<vtkPixelExtent>& exts);
54
56
61
static
void
Write(
int
commRank,
const
char
* fileName,
const
vtkPixelExtent
& ext);
63
};
64
68
VTKIOLEGACY_EXPORT
69
vtkUnstructuredGrid
&
operator<<
(
vtkUnstructuredGrid
&
data
,
const
vtkPixelExtent
& ext);
70
71
#endif
72
// VTK-HeaderTest-Exclude: vtkPixelExtentIO.h
vtkX3D::data
@ data
Definition:
vtkX3D.h:321
vtkPixelExtentIO
Definition:
vtkPixelExtentIO.h:32
vtkPixelExtent
Definition:
vtkPixelExtent.h:38
operator<<
VTKIOLEGACY_EXPORT vtkUnstructuredGrid & operator<<(vtkUnstructuredGrid &data, const vtkPixelExtent &ext)
Insert the extent into an unstructured grid.
vtkPixelExtent.h
vtkUnstructuredGrid
dataset represents arbitrary combinations of all possible cell types
Definition:
vtkUnstructuredGrid.h:92
Generated on Thu Jun 24 2021 15:17:26 for VTK by
1.8.17