VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Graphics
vtkTextureMapToSphere.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkTextureMapToSphere.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
=========================================================================*/
49
#ifndef __vtkTextureMapToSphere_h
50
#define __vtkTextureMapToSphere_h
51
52
#include "
vtkDataSetAlgorithm.h
"
53
54
class
VTK_GRAPHICS_EXPORT
vtkTextureMapToSphere
:
public
vtkDataSetAlgorithm
55
{
56
public
:
57
vtkTypeMacro(
vtkTextureMapToSphere
,
vtkDataSetAlgorithm
);
58
void
PrintSelf
(ostream& os,
vtkIndent
indent);
59
62
static
vtkTextureMapToSphere
*
New
();
63
65
66
vtkSetVector3Macro(Center,
double
);
67
vtkGetVectorMacro(Center,
double
,3);
69
71
73
vtkSetMacro(AutomaticSphereGeneration,
int
);
74
vtkGetMacro(AutomaticSphereGeneration,
int
);
75
vtkBooleanMacro(AutomaticSphereGeneration,
int
);
77
79
83
vtkSetMacro(PreventSeam,
int
);
84
vtkGetMacro(PreventSeam,
int
);
85
vtkBooleanMacro(PreventSeam,
int
);
87
88
protected
:
89
vtkTextureMapToSphere
();
90
~vtkTextureMapToSphere
() {};
91
92
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*);
93
94
double
Center[3];
95
int
AutomaticSphereGeneration
;
96
int
PreventSeam
;
97
98
private
:
99
vtkTextureMapToSphere
(
const
vtkTextureMapToSphere
&);
// Not implemented.
100
void
operator=(
const
vtkTextureMapToSphere
&);
// Not implemented.
101
};
102
103
#endif
104
105
vtkTextureMapToSphere::~vtkTextureMapToSphere
~vtkTextureMapToSphere()
Definition:
vtkTextureMapToSphere.h:90
VTK_GRAPHICS_EXPORT
#define VTK_GRAPHICS_EXPORT
Definition:
vtkWin32Header.h:273
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:81
vtkTextureMapToSphere::AutomaticSphereGeneration
int AutomaticSphereGeneration
Definition:
vtkTextureMapToSphere.h:95
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:37
vtkDataSetAlgorithm::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Definition:
vtkDataSetAlgorithm.h:163
vtkTextureMapToSphere
generate texture coordinates by mapping points to sphere
Definition:
vtkTextureMapToSphere.h:54
vtkDataSetAlgorithm.h
vtkTextureMapToSphere::PreventSeam
int PreventSeam
Definition:
vtkTextureMapToSphere.h:96
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:39
vtkDataSetAlgorithm::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkDataSetAlgorithm
Superclass for algorithms that produce output of the same type as input.
Definition:
vtkDataSetAlgorithm.h:49
vtkDataSetAlgorithm::New
static vtkDataSetAlgorithm * New()
Generated on Sat Sep 13 2014 22:26:18 for VTK by
1.8.8