VTK
dox
Filters
Parallel
vtkPipelineSize.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkPipelineSize.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 vtkPipelineSize_h
24
#define vtkPipelineSize_h
25
26
#include "vtkFiltersParallelModule.h"
// For export macro
27
#include "
vtkObject.h
"
28
class
vtkAlgorithm
;
29
class
vtkPolyDataMapper
;
30
31
class
VTKFILTERSPARALLEL_EXPORT
vtkPipelineSize
:
public
vtkObject
32
{
33
public
:
34
static
vtkPipelineSize
*
New
();
35
vtkTypeMacro(
vtkPipelineSize
,
vtkObject
);
36
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
37
44
unsigned
long
GetEstimatedSize(
vtkAlgorithm
*input,
int
inputPort,
45
int
connection);
46
51
unsigned
long
GetNumberOfSubPieces(
unsigned
long
memoryLimit,
52
vtkPolyDataMapper
*mapper);
53
54
protected
:
55
vtkPipelineSize
() {}
56
void
GenericComputeSourcePipelineSize(
vtkAlgorithm
*src,
57
int
outputPort,
58
unsigned
long
size
[3]);
59
void
ComputeSourcePipelineSize(
vtkAlgorithm
*src,
60
int
outputPort,
61
unsigned
long
size
[3]);
62
void
ComputeOutputMemorySize(
vtkAlgorithm
*src,
63
int
outputPort,
64
unsigned
long
*inputSize,
65
unsigned
long
size
[2] );
66
void
GenericComputeOutputMemorySize(
vtkAlgorithm
*src,
67
int
outputPort,
68
unsigned
long
*inputSize,
69
unsigned
long
size
[2] );
70
71
72
private
:
73
vtkPipelineSize
(
const
vtkPipelineSize
&) =
delete
;
74
void
operator=(
const
vtkPipelineSize
&) =
delete
;
75
};
76
77
#endif
78
79
vtkPolyDataMapper
map vtkPolyData to graphics primitives
Definition:
vtkPolyDataMapper.h:42
vtkAlgorithm
Superclass for all sources, filters, and sinks in VTK.
Definition:
vtkAlgorithm.h:59
vtkObject::New
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
vtkObject
abstract base class for most VTK objects
Definition:
vtkObject.h:59
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
vtkX3D::size
Definition:
vtkX3D.h:253
vtkObject::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkObject.h
vtkPipelineSize::vtkPipelineSize
vtkPipelineSize()
Definition:
vtkPipelineSize.h:55
vtkPipelineSize
compute the memory required by a pipeline
Definition:
vtkPipelineSize.h:31
Generated by
1.8.16