VTK
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
=========================================================================*/
52
#ifndef vtkTextureMapToCylinder_h
53
#define vtkTextureMapToCylinder_h
54
55
#include "vtkFiltersTextureModule.h"
// For export macro
56
#include "
vtkDataSetAlgorithm.h
"
57
58
class
VTKFILTERSTEXTURE_EXPORT
vtkTextureMapToCylinder
:
public
vtkDataSetAlgorithm
59
{
60
public
:
61
vtkTypeMacro(
vtkTextureMapToCylinder
,
vtkDataSetAlgorithm
);
62
void
PrintSelf
(ostream& os,
vtkIndent
indent);
63
69
static
vtkTextureMapToCylinder
*
New
();
70
72
75
vtkSetVector3Macro(Point1,
double
);
76
vtkGetVectorMacro(Point1,
double
,3);
78
80
83
vtkSetVector3Macro(Point2,
double
);
84
vtkGetVectorMacro(Point2,
double
,3);
86
88
92
vtkSetMacro
(AutomaticCylinderGeneration,
int
);
93
vtkGetMacro(AutomaticCylinderGeneration,
int
);
94
vtkBooleanMacro
(AutomaticCylinderGeneration,
int
);
96
98
104
vtkSetMacro
(PreventSeam,
int
);
105
vtkGetMacro(PreventSeam,
int
);
106
vtkBooleanMacro
(PreventSeam,
int
);
108
109
protected
:
110
vtkTextureMapToCylinder
();
111
~vtkTextureMapToCylinder
() {}
112
113
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*);
114
115
double
Point1[3];
116
double
Point2[3];
117
int
AutomaticCylinderGeneration
;
118
int
PreventSeam
;
119
120
private
:
121
vtkTextureMapToCylinder
(
const
vtkTextureMapToCylinder
&) VTK_DELETE_FUNCTION;
122
void
operator=(
const
vtkTextureMapToCylinder
&) VTK_DELETE_FUNCTION;
123
};
124
125
#endif
126
127
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:41
vtkDataSetAlgorithm::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when a request asks the algorithm to do its work.
Definition:
vtkDataSetAlgorithm.h:183
vtkTextureMapToCylinder::AutomaticCylinderGeneration
int AutomaticCylinderGeneration
Definition:
vtkTextureMapToCylinder.h:117
vtkDataSetAlgorithm
Superclass for algorithms that produce output of the same type as input.
Definition:
vtkDataSetAlgorithm.h:51
vtkTextureMapToCylinder::PreventSeam
int PreventSeam
Definition:
vtkTextureMapToCylinder.h:118
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
vtkDataSetAlgorithm::New
static vtkDataSetAlgorithm * New()
vtkTextureMapToCylinder
generate texture coordinates by mapping points to cylinder
Definition:
vtkTextureMapToCylinder.h:58
vtkBooleanMacro
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:86
vtkSetMacro
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkDataSetAlgorithm.h
vtkDataSetAlgorithm::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTextureMapToCylinder::~vtkTextureMapToCylinder
~vtkTextureMapToCylinder()
Definition:
vtkTextureMapToCylinder.h:111
Generated by
1.8.16