VTK
vtkMatrixToHomogeneousTransform.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkMatrixToHomogeneousTransform.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 vtkMatrixToHomogeneousTransform_h
32 #define vtkMatrixToHomogeneousTransform_h
33 
34 #include "vtkCommonTransformsModule.h" // For export macro
36 
37 class vtkMatrix4x4;
38 
40 {
41  public:
44  void PrintSelf (ostream& os, vtkIndent indent);
45 
46  // Set the input matrix. Any modifications to the matrix will be
47  // reflected in the transformation.
48  virtual void SetInput(vtkMatrix4x4*);
50 
53  void Inverse();
54 
56  unsigned long GetMTime();
57 
60 
61 protected:
64 
67 
70 private:
72  void operator=(const vtkMatrixToHomogeneousTransform&); // Not implemented.
73 };
74 
75 #endif
vtkMatrixToHomogeneousTransform::InternalDeepCopy
void InternalDeepCopy(vtkAbstractTransform *transform)
vtkGetObjectMacro
#define vtkGetObjectMacro(name, type)
Definition: vtkSetGet.h:232
vtkHomogeneousTransform
superclass for homogeneous transformations
Definition: vtkHomogeneousTransform.h:34
vtkAbstractTransform
superclass for all geometric transformations
Definition: vtkAbstractTransform.h:50
vtkMatrixToHomogeneousTransform::vtkMatrixToHomogeneousTransform
vtkMatrixToHomogeneousTransform()
vtkMatrixToHomogeneousTransform::~vtkMatrixToHomogeneousTransform
~vtkMatrixToHomogeneousTransform()
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkMatrixToHomogeneousTransform
convert a matrix to a transform
Definition: vtkMatrixToHomogeneousTransform.h:40
vtkMatrixToHomogeneousTransform::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkMatrixToHomogeneousTransform::Input
vtkMatrix4x4 * Input
Definition: vtkMatrixToHomogeneousTransform.h:69
vtkMatrixToHomogeneousTransform::Inverse
void Inverse()
vtkMatrixToHomogeneousTransform::New
static vtkMatrixToHomogeneousTransform * New()
vtkCommonTransformsModule.h
VTKCOMMONTRANSFORMS_EXPORT
#define VTKCOMMONTRANSFORMS_EXPORT
Definition: vtkCommonTransformsModule.h:15
vtkMatrixToHomogeneousTransform::InternalUpdate
void InternalUpdate()
vtkMatrixToHomogeneousTransform::GetMTime
unsigned long GetMTime()
vtkHomogeneousTransform.h
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkMatrix4x4
represent and manipulate 4x4 transformation matrices
Definition: vtkMatrix4x4.h:39
vtkMatrixToHomogeneousTransform::SetInput
virtual void SetInput(vtkMatrix4x4 *)
vtkMatrixToHomogeneousTransform::MakeTransform
vtkAbstractTransform * MakeTransform()
vtkgl::transform
GLuint GLenum GLenum transform
Definition: vtkgl.h:16451
vtkMatrixToHomogeneousTransform::InverseFlag
int InverseFlag
Definition: vtkMatrixToHomogeneousTransform.h:68