VTK
dox
opt
build
vtk6-6.3.0+dfsg2
Filters
Parallel
vtkTransmitStructuredGridPiece.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkTransmitStructuredGridPiece.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
=========================================================================*/
28
#ifndef vtkTransmitStructuredGridPiece_h
29
#define vtkTransmitStructuredGridPiece_h
30
31
#include "
vtkFiltersParallelModule.h
"
// For export macro
32
#include "
vtkTransmitStructuredDataPiece.h
"
33
34
class
vtkMultiProcessController
;
35
36
class
VTKFILTERSPARALLEL_EXPORT
vtkTransmitStructuredGridPiece
:
public
vtkTransmitStructuredDataPiece
37
{
38
public
:
39
static
vtkTransmitStructuredGridPiece
*
New
();
40
vtkTypeMacro
(
vtkTransmitStructuredGridPiece
,
vtkTransmitStructuredDataPiece
);
41
void
PrintSelf
(ostream& os,
vtkIndent
indent);
42
43
protected
:
44
vtkTransmitStructuredGridPiece
();
45
~vtkTransmitStructuredGridPiece
();
46
47
private
:
48
vtkTransmitStructuredGridPiece
(
const
vtkTransmitStructuredGridPiece
&);
// Not implemented
49
void
operator=(
const
vtkTransmitStructuredGridPiece
&);
// Not implemented
50
};
51
52
#endif
vtkTransmitStructuredGridPiece
Definition:
vtkTransmitStructuredGridPiece.h:37
VTKFILTERSPARALLEL_EXPORT
#define VTKFILTERSPARALLEL_EXPORT
Definition:
vtkFiltersParallelModule.h:15
vtkTransmitStructuredGridPiece::New
static vtkTransmitStructuredGridPiece * New()
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition:
vtkSetGet.h:642
vtkFiltersParallelModule.h
vtkTransmitStructuredDataPiece
Definition:
vtkTransmitStructuredDataPiece.h:34
vtkTransmitStructuredGridPiece::~vtkTransmitStructuredGridPiece
~vtkTransmitStructuredGridPiece()
vtkMultiProcessController
Multiprocessing communication superclass.
Definition:
vtkMultiProcessController.h:85
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
vtkTransmitStructuredGridPiece::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkTransmitStructuredGridPiece::vtkTransmitStructuredGridPiece
vtkTransmitStructuredGridPiece()
vtkTransmitStructuredDataPiece.h
Generated by
1.8.20