VTK
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 "vtkCommonTransformsModule.h" // For export macro
35 #include "vtkLinearTransform.h"
36 
37 class vtkMatrix4x4;
38 
40 {
41  public:
44  void PrintSelf (ostream& os, vtkIndent indent);
45 
47 
49  virtual void SetInput(vtkMatrix4x4*);
52 
55  void Inverse();
56 
58  unsigned long GetMTime();
59 
62 
63 protected:
66 
69 
72 private:
73  vtkMatrixToLinearTransform(const vtkMatrixToLinearTransform&); // Not implemented.
74  void operator=(const vtkMatrixToLinearTransform&); // Not implemented.
75 };
76 
77 #endif
vtkGetObjectMacro
#define vtkGetObjectMacro(name, type)
Definition: vtkSetGet.h:232
vtkLinearTransform.h
vtkMatrixToLinearTransform::~vtkMatrixToLinearTransform
~vtkMatrixToLinearTransform()
vtkAbstractTransform
superclass for all geometric transformations
Definition: vtkAbstractTransform.h:50
vtkMatrixToLinearTransform::InternalUpdate
void InternalUpdate()
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkMatrixToLinearTransform::Inverse
void Inverse()
vtkMatrixToLinearTransform::Input
vtkMatrix4x4 * Input
Definition: vtkMatrixToLinearTransform.h:71
vtkLinearTransform
abstract superclass for linear transformations
Definition: vtkLinearTransform.h:34
vtkCommonTransformsModule.h
VTKCOMMONTRANSFORMS_EXPORT
#define VTKCOMMONTRANSFORMS_EXPORT
Definition: vtkCommonTransformsModule.h:15
vtkMatrixToLinearTransform
convert a matrix to a transform
Definition: vtkMatrixToLinearTransform.h:40
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkMatrix4x4
represent and manipulate 4x4 transformation matrices
Definition: vtkMatrix4x4.h:39
vtkMatrixToLinearTransform::InternalDeepCopy
void InternalDeepCopy(vtkAbstractTransform *transform)
vtkMatrixToLinearTransform::GetMTime
unsigned long GetMTime()
vtkMatrixToLinearTransform::New
static vtkMatrixToLinearTransform * New()
vtkMatrixToLinearTransform::vtkMatrixToLinearTransform
vtkMatrixToLinearTransform()
vtkMatrixToLinearTransform::MakeTransform
vtkAbstractTransform * MakeTransform()
vtkgl::transform
GLuint GLenum GLenum transform
Definition: vtkgl.h:16451
vtkMatrixToLinearTransform::SetInput
virtual void SetInput(vtkMatrix4x4 *)
vtkMatrixToLinearTransform::InverseFlag
int InverseFlag
Definition: vtkMatrixToLinearTransform.h:70
vtkMatrixToLinearTransform::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)