VTK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
home
boeckb
code
depot
group-kitware
vtk
build-release
Utilities
Doxygen
dox
Common
Transforms
vtkSphericalTransform.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkSphericalTransform.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
=========================================================================*/
37
#ifndef vtkSphericalTransform_h
38
#define vtkSphericalTransform_h
39
40
#include "
vtkCommonTransformsModule.h
"
// For export macro
41
#include "
vtkWarpTransform.h
"
42
43
class
VTKCOMMONTRANSFORMS_EXPORT
vtkSphericalTransform
:
public
vtkWarpTransform
44
{
45
public
:
46
static
vtkSphericalTransform
*
New
();
47
vtkTypeMacro(
vtkSphericalTransform
,
vtkWarpTransform
);
48
virtual
void
PrintSelf
(ostream& os,
vtkIndent
indent);
49
51
vtkAbstractTransform
*
MakeTransform
();
52
53
protected
:
54
vtkSphericalTransform
();
55
~
vtkSphericalTransform
();
56
58
void
InternalDeepCopy
(
vtkAbstractTransform
*transform);
59
61
62
void
ForwardTransformPoint
(
const
float
in[3],
float
out[3]);
63
void
ForwardTransformPoint
(
const
double
in[3],
double
out[3]);
65
66
void
ForwardTransformDerivative
(
const
float
in[3],
float
out[3],
67
float
derivative[3][3]);
68
void
ForwardTransformDerivative
(
const
double
in[3],
double
out[3],
69
double
derivative[3][3]);
70
71
void
InverseTransformPoint
(
const
float
in[3],
float
out[3]);
72
void
InverseTransformPoint
(
const
double
in[3],
double
out[3]);
73
74
void
InverseTransformDerivative
(
const
float
in[3],
float
out[3],
75
float
derivative[3][3]);
76
void
InverseTransformDerivative
(
const
double
in[3],
double
out[3],
77
double
derivative[3][3]);
78
79
private
:
80
vtkSphericalTransform
(
const
vtkSphericalTransform
&);
// Not implemented.
81
void
operator=(
const
vtkSphericalTransform
&);
// Not implemented.
82
};
83
84
#endif
85
vtkWarpTransform::ForwardTransformPoint
virtual void ForwardTransformPoint(const float in[3], float out[3])=0
vtkWarpTransform::InverseTransformPoint
virtual void InverseTransformPoint(const float in[3], float out[3])
vtkWarpTransform::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkWarpTransform::InverseTransformDerivative
virtual void InverseTransformDerivative(const float in[3], float out[3], float derivative[3][3])
vtkAbstractTransform::MakeTransform
virtual vtkAbstractTransform * MakeTransform()=0
vtkWarpTransform::ForwardTransformDerivative
virtual void ForwardTransformDerivative(const float in[3], float out[3], float derivative[3][3])=0
vtkWarpTransform.h
vtkAbstractTransform::InternalDeepCopy
virtual void InternalDeepCopy(vtkAbstractTransform *)
Definition:
vtkAbstractTransform.h:257
VTKCOMMONTRANSFORMS_EXPORT
#define VTKCOMMONTRANSFORMS_EXPORT
Definition:
vtkCommonTransformsModule.h:15
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:38
vtkSphericalTransform
spherical to rectangular coords and back
Definition:
vtkSphericalTransform.h:43
vtkAbstractTransform
superclass for all geometric transformations
Definition:
vtkAbstractTransform.h:49
vtkWarpTransform
superclass for nonlinear geometric transformations
Definition:
vtkWarpTransform.h:30
vtkObject::New
static vtkObject * New()
vtkCommonTransformsModule.h
Generated by
1.8.9.1