VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Widgets
vtkFocalPlaneContourRepresentation.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkFocalPlaneContourRepresentation.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
=========================================================================*/
32
#ifndef __vtkFocalPlaneContourRepresentation_h
33
#define __vtkFocalPlaneContourRepresentation_h
34
35
#include "
vtkContourRepresentation.h
"
36
37
class
vtkHandleRepresentation
;
38
39
class
VTK_WIDGETS_EXPORT
vtkFocalPlaneContourRepresentation
:
public
vtkContourRepresentation
40
{
41
public
:
43
44
vtkTypeMacro(
vtkFocalPlaneContourRepresentation
,
vtkContourRepresentation
);
45
void
PrintSelf
(ostream& os,
vtkIndent
indent);
47
49
52
virtual
int
GetIntermediatePointWorldPosition
(
int
n,
53
int
idx,
double
point
[3] );
55
57
60
virtual
int
GetIntermediatePointDisplayPosition(
int
n,
61
int
idx,
double
point
[3] );
63
66
virtual
int
GetNthNodeDisplayPosition
(
int
n,
double
pos[2] );
67
70
virtual
int
GetNthNodeWorldPosition
(
int
n,
double
pos[3] );
71
75
virtual
void
UpdateContourWorldPositionsBasedOnDisplayPositions();
76
79
virtual
int
UpdateContour
();
80
81
virtual
void
UpdateLines
(
int
index
);
82
83
protected
:
84
vtkFocalPlaneContourRepresentation
();
85
~
vtkFocalPlaneContourRepresentation
();
86
87
private
:
88
vtkFocalPlaneContourRepresentation
(
const
vtkFocalPlaneContourRepresentation
&);
//Not implemented
89
void
operator=(
const
vtkFocalPlaneContourRepresentation
&);
//Not implemented
90
};
91
92
#endif
93
Generated on Wed May 30 2012 13:22:26 for VTK by
1.8.1