src
paraview-5.12
Remoting
Misc
vtkSMInteractiveSelectionPipeline.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2
// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
3
// SPDX-License-Identifier: BSD-3-Clause
18
#ifndef vtkSMInteractiveSelectionPipeline_h
19
#define vtkSMInteractiveSelectionPipeline_h
20
21
#include "vtkRemotingMiscModule.h"
//needed for exports
22
#include "
vtkSMPreselectionPipeline.h
"
23
24
class
VTKREMOTINGMISC_EXPORT
vtkSMInteractiveSelectionPipeline
:
public
vtkSMPreselectionPipeline
25
{
26
public
:
27
static
vtkSMInteractiveSelectionPipeline
*
New
();
28
vtkTypeMacro(
vtkSMInteractiveSelectionPipeline
,
vtkSMPreselectionPipeline
);
29
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
30
static
vtkSMInteractiveSelectionPipeline
* GetInstance();
31
32
protected
:
33
vtkSMInteractiveSelectionPipeline
();
34
~
vtkSMInteractiveSelectionPipeline
()
override
;
35
36
private
:
37
vtkSMInteractiveSelectionPipeline
(
const
vtkSMInteractiveSelectionPipeline
&) =
delete
;
38
void
operator=(
const
vtkSMInteractiveSelectionPipeline
&) =
delete
;
39
};
40
41
#endif
vtkObject::New
static vtkObject * New()
vtkSMPreselectionPipeline::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
vtkIndent
vtkSMPreselectionPipeline
Definition:
vtkSMPreselectionPipeline.h:30
vtkSMInteractiveSelectionPipeline
Definition:
vtkSMInteractiveSelectionPipeline.h:24
vtkSMPreselectionPipeline.h
Generated by
1.8.17 on Wed Mar 27 2024