VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Views
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 "
vtkDataRepresentation.h
"
29
#include "
vtkSmartPointer.h
"
// For SP ivars
30
31
class
vtkConvertSelectionDomain
;
32
33
class
VTK_VIEWS_EXPORT
vtkEmptyRepresentation
:
public
vtkDataRepresentation
34
{
35
public
:
36
static
vtkEmptyRepresentation
*
New
();
37
vtkTypeMacro(
vtkEmptyRepresentation
,
vtkDataRepresentation
);
38
void
PrintSelf
(ostream& os,
vtkIndent
indent);
39
41
44
virtual
vtkAlgorithmOutput
*
GetInternalAnnotationOutputPort
()
45
{
return
this->
GetInternalAnnotationOutputPort
(0); }
46
virtual
vtkAlgorithmOutput
*
GetInternalAnnotationOutputPort
(
int
port
)
47
{
return
this->
GetInternalAnnotationOutputPort
(port, 0); }
48
virtual
vtkAlgorithmOutput
*
GetInternalAnnotationOutputPort
(
int
port
,
int
conn);
50
51
protected
:
52
vtkEmptyRepresentation
();
53
~
vtkEmptyRepresentation
();
54
55
private
:
56
vtkEmptyRepresentation
(
const
vtkEmptyRepresentation
&);
// Not implemented
57
void
operator=(
const
vtkEmptyRepresentation
&);
// Not implemented
58
59
//BTX
60
vtkSmartPointer<vtkConvertSelectionDomain>
ConvertDomains;
61
//ETX
62
};
63
64
#endif
65
Generated on Wed May 30 2012 13:22:24 for VTK by
1.8.1