VTK
9.1.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Views
Core
vtkEmptyRepresentation.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkEmptyRepresentation.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
=========================================================================*/
15
/*-------------------------------------------------------------------------
16
Copyright 2008 Sandia Corporation.
17
Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
18
the U.S. Government retains certain rights in this software.
19
-------------------------------------------------------------------------*/
26
#ifndef vtkEmptyRepresentation_h
27
#define vtkEmptyRepresentation_h
28
29
#include "
vtkDataRepresentation.h
"
30
#include "
vtkSmartPointer.h
"
// For SP ivars
31
#include "vtkViewsCoreModule.h"
// For export macro
32
33
class
vtkConvertSelectionDomain
;
34
35
class
VTKVIEWSCORE_EXPORT
vtkEmptyRepresentation
:
public
vtkDataRepresentation
36
{
37
public
:
38
static
vtkEmptyRepresentation
*
New
();
39
vtkTypeMacro(
vtkEmptyRepresentation
,
vtkDataRepresentation
);
40
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
41
47
vtkAlgorithmOutput
*
GetInternalAnnotationOutputPort
()
override
48
{
49
return
this->
GetInternalAnnotationOutputPort
(0);
50
}
51
vtkAlgorithmOutput
*
GetInternalAnnotationOutputPort
(
int
port)
override
52
{
53
return
this->
GetInternalAnnotationOutputPort
(port, 0);
54
}
55
vtkAlgorithmOutput
*
GetInternalAnnotationOutputPort
(
int
port,
int
conn)
override
;
56
57
protected
:
58
vtkEmptyRepresentation
();
59
~vtkEmptyRepresentation
()
override
;
60
61
private
:
62
vtkEmptyRepresentation
(
const
vtkEmptyRepresentation
&) =
delete
;
63
void
operator=(
const
vtkEmptyRepresentation
&) =
delete
;
64
65
vtkSmartPointer<vtkConvertSelectionDomain>
ConvertDomains;
66
};
67
68
#endif
vtkAlgorithmOutput
Proxy object to connect input/output ports.
Definition:
vtkAlgorithmOutput.h:66
vtkConvertSelectionDomain
Convert a selection from one domain to another.
Definition:
vtkConvertSelectionDomain.h:50
vtkDataRepresentation
The superclass for all representations.
Definition:
vtkDataRepresentation.h:92
vtkDataRepresentation::GetInternalAnnotationOutputPort
virtual vtkAlgorithmOutput * GetInternalAnnotationOutputPort()
The output port that contains the annotations whose selections are localized for a particular input d...
Definition:
vtkDataRepresentation.h:189
vtkEmptyRepresentation
Definition:
vtkEmptyRepresentation.h:36
vtkEmptyRepresentation::New
static vtkEmptyRepresentation * New()
vtkEmptyRepresentation::GetInternalAnnotationOutputPort
vtkAlgorithmOutput * GetInternalAnnotationOutputPort() override
Since this representation has no inputs, override superclass implementation with one that ignores "po...
Definition:
vtkEmptyRepresentation.h:47
vtkEmptyRepresentation::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkEmptyRepresentation::vtkEmptyRepresentation
vtkEmptyRepresentation()
vtkEmptyRepresentation::GetInternalAnnotationOutputPort
vtkAlgorithmOutput * GetInternalAnnotationOutputPort(int port) override
Definition:
vtkEmptyRepresentation.h:51
vtkEmptyRepresentation::~vtkEmptyRepresentation
~vtkEmptyRepresentation() override
vtkEmptyRepresentation::GetInternalAnnotationOutputPort
vtkAlgorithmOutput * GetInternalAnnotationOutputPort(int port, int conn) override
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:113
vtkSmartPointer
Hold a reference to a vtkObjectBase instance.
Definition:
vtkSmartPointer.h:145
vtkDataRepresentation.h
vtkSmartPointer.h
Generated on Fri Apr 21 2023 10:29:05 for VTK by
1.9.6