Remoting
Views
vtkPVDisplaySizedImplicitPlaneRepresentation.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2
// SPDX-License-Identifier: BSD-3-Clause
11
#ifndef vtkPVDisplaySizedImplicitPlaneRepresentation_h
12
#define vtkPVDisplaySizedImplicitPlaneRepresentation_h
13
14
#include "vtkDisplaySizedImplicitPlaneRepresentation.h"
15
#include "
vtkRemotingViewsModule.h
"
//needed for exports
16
17
class
VTKREMOTINGVIEWS_EXPORT
vtkPVDisplaySizedImplicitPlaneRepresentation
18
:
public
vtkDisplaySizedImplicitPlaneRepresentation
19
{
20
public
:
21
static
vtkPVDisplaySizedImplicitPlaneRepresentation
* New();
22
vtkTypeMacro(
23
vtkPVDisplaySizedImplicitPlaneRepresentation
, vtkDisplaySizedImplicitPlaneRepresentation);
24
void
PrintSelf(ostream& os,
vtkIndent
indent)
override
;
25
26
protected
:
27
vtkPVDisplaySizedImplicitPlaneRepresentation
();
28
~
vtkPVDisplaySizedImplicitPlaneRepresentation
()
override
;
29
30
private
:
31
vtkPVDisplaySizedImplicitPlaneRepresentation
(
32
const
vtkPVDisplaySizedImplicitPlaneRepresentation
&) =
delete
;
33
void
operator=(
const
vtkPVDisplaySizedImplicitPlaneRepresentation
&) =
delete
;
34
};
35
36
#endif
VTKREMOTINGVIEWS_EXPORT
#define VTKREMOTINGVIEWS_EXPORT
Definition:
vtkRemotingViewsModule.h:15
vtkIndent
vtkPVDisplaySizedImplicitPlaneRepresentation
extends vtkDisplaySizedImplicitPlaneRepresentation
Definition:
vtkPVDisplaySizedImplicitPlaneRepresentation.h:17
vtkRemotingViewsModule.h
Generated by
1.8.13 on Tue Dec 31 2024