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
vtkDataRepresentation::GetInternalAnnotationOutputPort
virtual vtkAlgorithmOutput * GetInternalAnnotationOutputPort()
Definition:
vtkDataRepresentation.h:160
vtkEmptyRepresentation
Definition:
vtkEmptyRepresentation.h:33
vtkSmartPointer< vtkConvertSelectionDomain >
VTK_VIEWS_EXPORT
#define VTK_VIEWS_EXPORT
Definition:
vtkWin32Header.h:284
vtkAlgorithmOutput
Proxy object to connect input/output ports.
Definition:
vtkAlgorithmOutput.h:37
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:37
vtkDataRepresentation
The superclass for all representations.
Definition:
vtkDataRepresentation.h:72
vtkDataRepresentation::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkEmptyRepresentation::GetInternalAnnotationOutputPort
virtual vtkAlgorithmOutput * GetInternalAnnotationOutputPort(int port)
Definition:
vtkEmptyRepresentation.h:46
vtkConvertSelectionDomain
Convert a selection from one domain to another.
Definition:
vtkConvertSelectionDomain.h:47
vtkEmptyRepresentation::GetInternalAnnotationOutputPort
virtual vtkAlgorithmOutput * GetInternalAnnotationOutputPort()
Definition:
vtkEmptyRepresentation.h:44
vtkSmartPointer.h
vtkDataRepresentation::New
static vtkDataRepresentation * New()
vtkDataRepresentation.h
vtkX3D::port
Definition:
vtkX3D.h:447
Generated on Sat Sep 13 2014 22:26:25 for VTK by
1.8.8