Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

vtkMatrixToHomogeneousTransform Class Reference

convert a matrix to a transform. More...

#include <vtkMatrixToHomogeneousTransform.h>

Inheritance diagram for vtkMatrixToHomogeneousTransform:

Inheritance graph
[legend]
Collaboration diagram for vtkMatrixToHomogeneousTransform:

Collaboration graph
[legend]
List of all members.

Public Methods

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual void SetInput (vtkMatrix4x4 *)
virtual vtkMatrix4x4GetInput ()
void Inverse ()
unsigned long GetMTime ()
vtkAbstractTransformMakeTransform ()
void SetMatrix (vtkMatrix4x4 *matrix)

Static Public Methods

vtkMatrixToHomogeneousTransform * New ()
int IsTypeOf (const char *type)
vtkMatrixToHomogeneousTransform * SafeDownCast (vtkObject *o)

Protected Methods

 vtkMatrixToHomogeneousTransform ()
 ~vtkMatrixToHomogeneousTransform ()
 vtkMatrixToHomogeneousTransform (const vtkMatrixToHomogeneousTransform &)
void operator= (const vtkMatrixToHomogeneousTransform &)
void InternalUpdate ()
void InternalDeepCopy (vtkAbstractTransform *transform)

Protected Attributes

int InverseFlag
vtkMatrix4x4Input

Detailed Description

convert a matrix to a transform.

Date:
2000/12/10 20:08:13
Revision:
1.2

This is a very simple class which allows a vtkMatrix4x4 to be used in place of a vtkHomogeneousTransform or vtkAbstractTransform. For example, if you use it as a proxy between a matrix and vtkTransformPolyDataFilter then any modifications to the matrix will automatically be reflected in the output of the filter.

See also:
vtkPerspectiveTransform vtkMatrix4x4 vtkMatrixToLinearTransform
Examples:
vtkMatrixToHomogeneousTransform (examples)

Definition at line 64 of file vtkMatrixToHomogeneousTransform.h.


Constructor & Destructor Documentation

vtkMatrixToHomogeneousTransform::vtkMatrixToHomogeneousTransform   [protected]
 

vtkMatrixToHomogeneousTransform::~vtkMatrixToHomogeneousTransform   [protected]
 

vtkMatrixToHomogeneousTransform::vtkMatrixToHomogeneousTransform const vtkMatrixToHomogeneousTransform &    [inline, protected]
 

Definition at line 95 of file vtkMatrixToHomogeneousTransform.h.


Member Function Documentation

vtkMatrixToHomogeneousTransform* vtkMatrixToHomogeneousTransform::New   [static]
 

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkObject.

virtual const char* vtkMatrixToHomogeneousTransform::GetClassName   [virtual]
 

Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkHomogeneousTransform.

int vtkMatrixToHomogeneousTransform::IsTypeOf const char *    type [static]
 

Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkHomogeneousTransform.

virtual int vtkMatrixToHomogeneousTransform::IsA const char *    type [virtual]
 

Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkHomogeneousTransform.

vtkMatrixToHomogeneousTransform* vtkMatrixToHomogeneousTransform::SafeDownCast vtkObject   o [static]
 

Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkHomogeneousTransform.

void vtkMatrixToHomogeneousTransform::PrintSelf ostream &    os,
vtkIndent    indent
[virtual]
 

Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkHomogeneousTransform.

virtual void vtkMatrixToHomogeneousTransform::SetInput vtkMatrix4x4   [virtual]
 

virtual vtkMatrix4x4* vtkMatrixToHomogeneousTransform::GetInput   [virtual]
 

void vtkMatrixToHomogeneousTransform::Inverse   [virtual]
 

The input matrix is left as-is, but the transformation matrix is inverted.

Reimplemented from vtkAbstractTransform.

unsigned long vtkMatrixToHomogeneousTransform::GetMTime   [virtual]
 

Get the MTime: this is the bit of magic that makes everything work.

Reimplemented from vtkAbstractTransform.

vtkAbstractTransform* vtkMatrixToHomogeneousTransform::MakeTransform   [virtual]
 

Make a new transform of the same type.

Reimplemented from vtkAbstractTransform.

void vtkMatrixToHomogeneousTransform::SetMatrix vtkMatrix4x4   matrix [inline]
 

This method is deprecated.

Definition at line 88 of file vtkMatrixToHomogeneousTransform.h.

void vtkMatrixToHomogeneousTransform::operator= const vtkMatrixToHomogeneousTransform &    [inline, protected]
 

Definition at line 96 of file vtkMatrixToHomogeneousTransform.h.

void vtkMatrixToHomogeneousTransform::InternalUpdate   [protected, virtual]
 

Perform any subclass-specific Update.

Reimplemented from vtkAbstractTransform.

void vtkMatrixToHomogeneousTransform::InternalDeepCopy vtkAbstractTransform   transform [protected, virtual]
 

Perform any subclass-specific DeepCopy.

Reimplemented from vtkHomogeneousTransform.


Member Data Documentation

int vtkMatrixToHomogeneousTransform::InverseFlag [protected]
 

Definition at line 101 of file vtkMatrixToHomogeneousTransform.h.

vtkMatrix4x4* vtkMatrixToHomogeneousTransform::Input [protected]
 

Definition at line 102 of file vtkMatrixToHomogeneousTransform.h.


The documentation for this class was generated from the following file:
Generated on Wed Nov 21 12:52:57 2001 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001