VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Interaction
Widgets
vtkResliceCursorThickLineRepresentation.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkResliceCursorLineRepresentation.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
=========================================================================*/
34
#ifndef __vtkResliceCursorThickLineRepresentation_h
35
#define __vtkResliceCursorThickLineRepresentation_h
36
37
#include "vtkInteractionWidgetsModule.h"
// For export macro
38
#include "
vtkResliceCursorLineRepresentation.h
"
39
40
class
VTKINTERACTIONWIDGETS_EXPORT
vtkResliceCursorThickLineRepresentation
:
public
vtkResliceCursorLineRepresentation
41
{
42
public
:
44
static
vtkResliceCursorThickLineRepresentation
*
New
();
45
47
48
vtkTypeMacro(
vtkResliceCursorThickLineRepresentation
,
vtkResliceCursorLineRepresentation
);
49
void
PrintSelf
(ostream& os,
vtkIndent
indent);
51
55
virtual
void
CreateDefaultResliceAlgorithm
();
56
58
60
virtual
void
SetResliceParameters
(
61
double
outputSpacingX,
double
outputSpacingY,
62
int
extentX,
int
extentY );
64
65
protected
:
66
vtkResliceCursorThickLineRepresentation
();
67
~
vtkResliceCursorThickLineRepresentation
();
68
69
private
:
70
vtkResliceCursorThickLineRepresentation
(
const
vtkResliceCursorThickLineRepresentation
&);
//Not implemented
71
void
operator=(
const
vtkResliceCursorThickLineRepresentation
&);
//Not implemented
72
};
73
74
#endif
Generated on Thu May 24 2012 22:22:28 for VTK by
1.8.1