VTK
9.2.6
Main Page
Related Pages
Topics
Namespaces
Classes
Files
File List
File Members
Common
ExecutionModel
vtkReaderExecutive.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkReaderExecutive.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
=========================================================================*/
33
#ifndef vtkReaderExecutive_h
34
#define vtkReaderExecutive_h
35
36
#include "vtkCommonExecutionModelModule.h"
// For export macro
37
#include "
vtkDeprecation.h
"
// for deprecation macros
38
#include "
vtkStreamingDemandDrivenPipeline.h
"
39
40
VTK_DEPRECATED_IN_9_1_0
(
"no longer needed"
)
41
class VTKCOMMONEXECUTIONMODEL_EXPORT
vtkReaderExecutive
: public
vtkStreamingDemandDrivenPipeline
42
{
43
public
:
44
static
vtkReaderExecutive
*
New
();
45
vtkTypeMacro(
vtkReaderExecutive
,
vtkStreamingDemandDrivenPipeline
);
46
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
47
48
protected
:
49
vtkReaderExecutive
();
50
~vtkReaderExecutive
()
override
;
51
52
private
:
53
vtkReaderExecutive
(
const
vtkReaderExecutive
&) =
delete
;
54
void
operator=(
const
vtkReaderExecutive
&) =
delete
;
55
};
56
57
#endif
vtkIndent
a simple class to control print indentation
Definition
vtkIndent.h:40
vtkReaderExecutive
Executive that works with vtkReaderAlgorithm and subclasses.
Definition
vtkReaderExecutive.h:42
vtkReaderExecutive::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkReaderExecutive::~vtkReaderExecutive
~vtkReaderExecutive() override
vtkReaderExecutive::vtkReaderExecutive
vtkReaderExecutive()
vtkReaderExecutive::New
static vtkReaderExecutive * New()
vtkStreamingDemandDrivenPipeline
Executive supporting partial updates.
Definition
vtkStreamingDemandDrivenPipeline.h:54
vtkDeprecation.h
VTK_DEPRECATED_IN_9_1_0
#define VTK_DEPRECATED_IN_9_1_0(reason)
Definition
vtkDeprecation.h:125
vtkStreamingDemandDrivenPipeline.h
Generated on Tue Oct 8 2024 00:00:00 for VTK by
1.12.0