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
Filters
Texture
vtkTextureMapToCylinder.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkTextureMapToCylinder.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
=========================================================================*/
51
#ifndef __vtkTextureMapToCylinder_h
52
#define __vtkTextureMapToCylinder_h
53
54
#include "vtkFiltersTextureModule.h"
// For export macro
55
#include "vtkDataSetAlgorithm.h"
56
57
class
VTKFILTERSTEXTURE_EXPORT
vtkTextureMapToCylinder
:
public
vtkDataSetAlgorithm
58
{
59
public
:
60
vtkTypeMacro(
vtkTextureMapToCylinder
,vtkDataSetAlgorithm);
61
void
PrintSelf(ostream& os, vtkIndent indent);
62
66
static
vtkTextureMapToCylinder
*New();
67
69
70
vtkSetVector3Macro(Point1,
double
);
71
vtkGetVectorMacro(Point1,
double
,3);
73
75
76
vtkSetVector3Macro(Point2,
double
);
77
vtkGetVectorMacro(Point2,
double
,3);
79
81
83
vtkSetMacro(AutomaticCylinderGeneration,
int
);
84
vtkGetMacro(AutomaticCylinderGeneration,
int
);
85
vtkBooleanMacro(AutomaticCylinderGeneration,
int
);
87
89
93
vtkSetMacro(PreventSeam,
int
);
94
vtkGetMacro(PreventSeam,
int
);
95
vtkBooleanMacro(PreventSeam,
int
);
97
98
protected
:
99
vtkTextureMapToCylinder
();
100
~vtkTextureMapToCylinder
() {};
101
102
int
RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
103
104
double
Point1[3];
105
double
Point2[3];
106
int
AutomaticCylinderGeneration
;
107
int
PreventSeam
;
108
109
private
:
110
vtkTextureMapToCylinder
(
const
vtkTextureMapToCylinder
&);
// Not implemented.
111
void
operator=(
const
vtkTextureMapToCylinder
&);
// Not implemented.
112
};
113
114
#endif
115
116
vtkTextureMapToCylinder::AutomaticCylinderGeneration
int AutomaticCylinderGeneration
Definition:
vtkTextureMapToCylinder.h:106
vtkTextureMapToCylinder::PreventSeam
int PreventSeam
Definition:
vtkTextureMapToCylinder.h:107
vtkTextureMapToCylinder::~vtkTextureMapToCylinder
~vtkTextureMapToCylinder()
Definition:
vtkTextureMapToCylinder.h:100
vtkTextureMapToCylinder
generate texture coordinates by mapping points to cylinder
Definition:
vtkTextureMapToCylinder.h:57
Generated on Sat May 10 2014 05:42:49 for VTK by
1.8.6