VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Common
vtkMatrixToLinearTransform.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkMatrixToLinearTransform.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
=========================================================================*/
15
31
#ifndef __vtkMatrixToLinearTransform_h
32
#define __vtkMatrixToLinearTransform_h
33
34
#include "
vtkLinearTransform.h
"
35
36
class
vtkMatrix4x4
;
37
38
class
VTK_COMMON_EXPORT
vtkMatrixToLinearTransform
:
public
vtkLinearTransform
39
{
40
public
:
41
static
vtkMatrixToLinearTransform
*
New
();
42
vtkTypeMacro(
vtkMatrixToLinearTransform
,
vtkLinearTransform
);
43
void
PrintSelf
(ostream& os,
vtkIndent
indent);
44
46
48
virtual
void
SetInput(
vtkMatrix4x4
*);
49
vtkGetObjectMacro(Input,
vtkMatrix4x4
);
51
54
void
Inverse
();
55
57
unsigned
long
GetMTime
();
58
60
vtkAbstractTransform
*
MakeTransform
();
61
63
VTK_LEGACY(
void
SetMatrix(
vtkMatrix4x4
*matrix));
64
65
protected
:
66
vtkMatrixToLinearTransform
();
67
~
vtkMatrixToLinearTransform
();
68
69
void
InternalUpdate
();
70
void
InternalDeepCopy
(
vtkAbstractTransform
*transform);
71
72
int
InverseFlag
;
73
vtkMatrix4x4
*
Input
;
74
private
:
75
vtkMatrixToLinearTransform
(
const
vtkMatrixToLinearTransform
&);
// Not implemented.
76
void
operator=(
const
vtkMatrixToLinearTransform
&);
// Not implemented.
77
};
78
79
#endif
vtkAbstractTransform::GetMTime
unsigned long GetMTime()
vtkMatrix4x4
represent and manipulate 4x4 transformation matrices
Definition:
vtkMatrix4x4.h:37
vtkMatrixToLinearTransform::InverseFlag
int InverseFlag
Definition:
vtkMatrixToLinearTransform.h:72
vtkAbstractTransform::InternalUpdate
virtual void InternalUpdate()
Definition:
vtkAbstractTransform.h:257
vtkAbstractTransform::MakeTransform
virtual vtkAbstractTransform * MakeTransform()=0
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:37
vtkHomogeneousTransform::InternalDeepCopy
void InternalDeepCopy(vtkAbstractTransform *transform)
vtkAbstractTransform
superclass for all geometric transformations
Definition:
vtkAbstractTransform.h:48
VTK_COMMON_EXPORT
#define VTK_COMMON_EXPORT
Definition:
vtkWin32Header.h:269
vtkAbstractTransform::Inverse
virtual void Inverse()=0
vtkLinearTransform.h
vtkMatrixToLinearTransform::Input
vtkMatrix4x4 * Input
Definition:
vtkMatrixToLinearTransform.h:73
vtkObject::New
static vtkObject * New()
vtkLinearTransform::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkLinearTransform
abstract superclass for linear transformations
Definition:
vtkLinearTransform.h:29
vtkMatrixToLinearTransform
convert a matrix to a transform
Definition:
vtkMatrixToLinearTransform.h:38
Generated on Thu Oct 24 2019 21:14:25 for VTK by
1.8.6