VTK
dox
Common
ExecutionModel
vtkCachedStreamingDemandDrivenPipeline.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkCachedStreamingDemandDrivenPipeline.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
=========================================================================*/
21
#ifndef vtkCachedStreamingDemandDrivenPipeline_h
22
#define vtkCachedStreamingDemandDrivenPipeline_h
23
24
#include "vtkCommonExecutionModelModule.h"
// For export macro
25
#include "
vtkStreamingDemandDrivenPipeline.h
"
26
27
class
vtkInformationIntegerKey
;
28
class
vtkInformationIntegerVectorKey
;
29
30
class
VTKCOMMONEXECUTIONMODEL_EXPORT
vtkCachedStreamingDemandDrivenPipeline
:
31
public
vtkStreamingDemandDrivenPipeline
32
{
33
public
:
34
static
vtkCachedStreamingDemandDrivenPipeline
*
New
();
35
vtkTypeMacro(
vtkCachedStreamingDemandDrivenPipeline
,
36
vtkStreamingDemandDrivenPipeline
);
37
void
PrintSelf
(ostream& os,
vtkIndent
indent) VTK_OVERRIDE;
38
40
44
void
SetCacheSize(
int
size
);
45
vtkGetMacro(CacheSize,
int
);
47
48
protected
:
49
vtkCachedStreamingDemandDrivenPipeline
();
50
~
vtkCachedStreamingDemandDrivenPipeline
() VTK_OVERRIDE;
51
52
int
NeedToExecuteData(
int
outputPort,
53
vtkInformationVector
** inInfoVec,
54
vtkInformationVector
* outInfoVec) VTK_OVERRIDE;
55
int
ExecuteData(
vtkInformation
* request,
56
vtkInformationVector
** inInfoVec,
57
vtkInformationVector
* outInfoVec) VTK_OVERRIDE;
58
59
int
CacheSize;
60
61
vtkDataObject
**Data;
62
vtkMTimeType
*Times;
63
64
private:
65
vtkCachedStreamingDemandDrivenPipeline
(const
vtkCachedStreamingDemandDrivenPipeline
&) VTK_DELETE_FUNCTION;
66
void
operator=(const
vtkCachedStreamingDemandDrivenPipeline
&) VTK_DELETE_FUNCTION;
67
};
68
69
#endif
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:41
vtkStreamingDemandDrivenPipeline.h
vtkMTimeType
vtkTypeUInt64 vtkMTimeType
Definition:
vtkType.h:248
vtkCachedStreamingDemandDrivenPipeline
Definition:
vtkCachedStreamingDemandDrivenPipeline.h:30
vtkStreamingDemandDrivenPipeline::New
static vtkStreamingDemandDrivenPipeline * New()
vtkInformationIntegerKey
Key for integer values in vtkInformation.
Definition:
vtkInformationIntegerKey.h:34
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
vtkStreamingDemandDrivenPipeline::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkX3D::size
Definition:
vtkX3D.h:253
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:86
vtkInformationIntegerVectorKey
Key for integer vector values.
Definition:
vtkInformationIntegerVectorKey.h:34
vtkDataObject
general representation of visualization data
Definition:
vtkDataObject.h:64
vtkStreamingDemandDrivenPipeline
Executive supporting partial updates.
Definition:
vtkStreamingDemandDrivenPipeline.h:51
Generated by
1.8.16