VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
dox
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
-------------------------------------------------------------------------*/
25
#ifndef __vtkEmptyRepresentation_h
26
#define __vtkEmptyRepresentation_h
27
28
#include "vtkViewsCoreModule.h"
// For export macro
29
#include "
vtkDataRepresentation.h
"
30
#include "vtkSmartPointer.h"
// For SP ivars
31
32
class
vtkConvertSelectionDomain
;
33
34
class
VTKVIEWSCORE_EXPORT
vtkEmptyRepresentation
:
public
vtkDataRepresentation
35
{
36
public
:
37
static
vtkEmptyRepresentation
*
New
();
38
vtkTypeMacro(
vtkEmptyRepresentation
,
vtkDataRepresentation
);
39
void
PrintSelf
(ostream& os, vtkIndent indent);
40
42
45
virtual
vtkAlgorithmOutput
*
GetInternalAnnotationOutputPort
()
46
{
return
this->
GetInternalAnnotationOutputPort
(0); }
47
virtual
vtkAlgorithmOutput
*
GetInternalAnnotationOutputPort
(
int
port)
48
{
return
this->
GetInternalAnnotationOutputPort
(port, 0); }
49
virtual
vtkAlgorithmOutput
*
GetInternalAnnotationOutputPort
(
int
port,
int
conn);
51
52
protected
:
53
vtkEmptyRepresentation
();
54
~
vtkEmptyRepresentation
();
55
56
private
:
57
vtkEmptyRepresentation
(
const
vtkEmptyRepresentation
&);
// Not implemented
58
void
operator=(
const
vtkEmptyRepresentation
&);
// Not implemented
59
60
//BTX
61
vtkSmartPointer<vtkConvertSelectionDomain> ConvertDomains;
62
//ETX
63
};
64
65
#endif
66
vtkDataRepresentation::GetInternalAnnotationOutputPort
virtual vtkAlgorithmOutput * GetInternalAnnotationOutputPort()
Definition:
vtkDataRepresentation.h:159
vtkEmptyRepresentation
Definition:
vtkEmptyRepresentation.h:34
vtkAlgorithmOutput
Proxy object to connect input/output ports.
Definition:
vtkAlgorithmOutput.h:38
vtkDataRepresentation
The superclass for all representations.
Definition:
vtkDataRepresentation.h:71
vtkDataRepresentation::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkEmptyRepresentation::GetInternalAnnotationOutputPort
virtual vtkAlgorithmOutput * GetInternalAnnotationOutputPort(int port)
Definition:
vtkEmptyRepresentation.h:47
vtkConvertSelectionDomain
Convert a selection from one domain to another.
Definition:
vtkConvertSelectionDomain.h:48
vtkEmptyRepresentation::GetInternalAnnotationOutputPort
virtual vtkAlgorithmOutput * GetInternalAnnotationOutputPort()
Definition:
vtkEmptyRepresentation.h:45
vtkDataRepresentation::New
static vtkDataRepresentation * New()
vtkDataRepresentation.h
Generated on Sat Apr 12 2014 01:07:57 for VTK by
1.8.6