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