VTK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
home
boeckb
code
depot
group-kitware
vtk
build-release
Utilities
Doxygen
dox
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
=========================================================================*/
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
29
class
vtkUnstructuredGrid
;
30
31
class
VTKIOLEGACY_EXPORT
vtkPixelExtentIO
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
73
VTKIOLEGACY_EXPORT
74
vtkUnstructuredGrid
&
operator<<
(
vtkUnstructuredGrid
&
data
,
const
vtkPixelExtent
&ext);
76
77
#endif
78
// VTK-HeaderTest-Exclude: vtkPixelExtentIO.h
vtkX3D::data
Definition:
vtkX3D.h:315
operator<<
VTKIOLEGACY_EXPORT vtkUnstructuredGrid & operator<<(vtkUnstructuredGrid &data, const vtkPixelExtent &ext)
vtkIOLegacyModule.h
VTKIOLEGACY_EXPORT
#define VTKIOLEGACY_EXPORT
Definition:
vtkIOLegacyModule.h:15
vtkPixelExtent.h
vtkUnstructuredGrid
dataset represents arbitrary combinations of all possible cell types
Definition:
vtkUnstructuredGrid.h:80
vtkPixelExtent
Definition:
vtkPixelExtent.h:40
vtkPixelExtentIO
Definition:
vtkPixelExtentIO.h:31
Generated by
1.8.9.1