VTK
dox
Filters
Texture
vtkImplicitTextureCoords.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkImplicitTextureCoords.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 vtkImplicitTextureCoords_h
53
#define vtkImplicitTextureCoords_h
54
55
#include "vtkFiltersTextureModule.h"
// For export macro
56
#include "
vtkDataSetAlgorithm.h
"
57
58
class
vtkImplicitFunction
;
59
60
class
VTKFILTERSTEXTURE_EXPORT
vtkImplicitTextureCoords
:
public
vtkDataSetAlgorithm
61
{
62
public
:
63
vtkTypeMacro(
vtkImplicitTextureCoords
,
vtkDataSetAlgorithm
);
64
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
65
70
static
vtkImplicitTextureCoords
*
New
();
71
73
76
virtual
void
SetRFunction(
vtkImplicitFunction
*);
77
vtkGetObjectMacro(RFunction,
vtkImplicitFunction
);
79
81
84
virtual
void
SetSFunction(
vtkImplicitFunction
*);
85
vtkGetObjectMacro(SFunction,
vtkImplicitFunction
);
87
89
92
virtual
void
SetTFunction(
vtkImplicitFunction
*);
93
vtkGetObjectMacro(TFunction,
vtkImplicitFunction
);
95
97
101
vtkSetMacro(FlipTexture,
vtkTypeBool
);
102
vtkGetMacro(FlipTexture,
vtkTypeBool
);
103
vtkBooleanMacro(FlipTexture,
vtkTypeBool
);
105
106
protected
:
107
vtkImplicitTextureCoords
();
108
~
vtkImplicitTextureCoords
()
override
;
109
110
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
111
112
vtkImplicitFunction
*
RFunction
;
113
vtkImplicitFunction
*
SFunction
;
114
vtkImplicitFunction
*
TFunction
;
115
vtkTypeBool
FlipTexture
;
116
private
:
117
vtkImplicitTextureCoords
(
const
vtkImplicitTextureCoords
&) =
delete
;
118
void
operator=(
const
vtkImplicitTextureCoords
&) =
delete
;
119
};
120
121
#endif
122
123
vtkImplicitTextureCoords::FlipTexture
vtkTypeBool FlipTexture
Definition:
vtkImplicitTextureCoords.h:115
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:41
vtkImplicitTextureCoords::SFunction
vtkImplicitFunction * SFunction
Definition:
vtkImplicitTextureCoords.h:113
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:180
vtkImplicitFunction
abstract interface for implicit functions
Definition:
vtkImplicitFunction.h:60
vtkDataSetAlgorithm
Superclass for algorithms that produce output of the same type as input.
Definition:
vtkDataSetAlgorithm.h:48
vtkImplicitTextureCoords::TFunction
vtkImplicitFunction * TFunction
Definition:
vtkImplicitTextureCoords.h:114
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
vtkDataSetAlgorithm::New
static vtkDataSetAlgorithm * New()
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:86
vtkImplicitTextureCoords::RFunction
vtkImplicitFunction * RFunction
Definition:
vtkImplicitTextureCoords.h:112
vtkDataSetAlgorithm.h
vtkDataSetAlgorithm::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkImplicitTextureCoords
generate 1D, 2D, or 3D texture coordinates based on implicit function(s)
Definition:
vtkImplicitTextureCoords.h:60
vtkTypeBool
int vtkTypeBool
Definition:
vtkABI.h:69
Generated by
1.8.16