VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Common
vtkOnePieceExtentTranslator.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkOnePieceExtentTranslator.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 __vtkOnePieceExtentTranslator_h
24
#define __vtkOnePieceExtentTranslator_h
25
26
#include "
vtkExtentTranslator.h
"
27
28
class
VTK_COMMON_EXPORT
vtkOnePieceExtentTranslator
:
public
vtkExtentTranslator
29
{
30
public
:
31
static
vtkOnePieceExtentTranslator
*
New
();
32
vtkTypeMacro(
vtkOnePieceExtentTranslator
,
vtkExtentTranslator
);
33
void
PrintSelf
(ostream& os,
vtkIndent
indent);
34
35
protected
:
36
vtkOnePieceExtentTranslator
();
37
~
vtkOnePieceExtentTranslator
();
38
39
virtual
int
PieceToExtentThreadSafe
(
int
vtkNotUsed(piece),
40
int
vtkNotUsed(numPieces),
41
int
vtkNotUsed(ghostLevel),
42
int
*wholeExtent,
int
*resultExtent,
43
int
vtkNotUsed(splitMode),
44
int
vtkNotUsed(byPoints));
45
private
:
46
vtkOnePieceExtentTranslator
(
const
vtkOnePieceExtentTranslator
&);
// Not implemented.
47
void
operator=(
const
vtkOnePieceExtentTranslator
&);
// Not implemented.
48
49
};
50
51
#endif
52
vtkExtentTranslator.h
vtkOnePieceExtentTranslator
Returns the whole extent for any piece.. vtkOnePieceExtentTranslator returns the whole extent for any...
Definition:
vtkOnePieceExtentTranslator.h:28
vtkExtentTranslator
Generates a structured extent from unstructured.
Definition:
vtkExtentTranslator.h:33
vtkExtentTranslator::New
static vtkExtentTranslator * New()
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:37
VTK_COMMON_EXPORT
#define VTK_COMMON_EXPORT
Definition:
vtkWin32Header.h:269
vtkExtentTranslator::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkExtentTranslator::PieceToExtentThreadSafe
virtual int PieceToExtentThreadSafe(int piece, int numPieces, int ghostLevel, int *wholeExtent, int *resultExtent, int splitMode, int byPoints)
Generated on Thu Oct 24 2019 21:14:25 for VTK by
1.8.6