|
| virtual int | IsA (const char *type) |
| |
| vtkMatrix4x4 * | NewInstance () const |
| |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| |
| void | DeepCopy (const vtkMatrix4x4 *source) |
| |
| void | DeepCopy (const double Elements[16]) |
| |
| void | Zero () |
| |
| void | Identity () |
| |
| void | Invert () |
| |
| void | Transpose () |
| |
| void | MultiplyPoint (const float in[4], float out[4]) |
| |
| void | MultiplyPoint (const double in[4], double out[4]) |
| |
| float * | MultiplyPoint (const float in[4]) |
| |
| float * | MultiplyFloatPoint (const float in[4]) |
| |
| double * | MultiplyDoublePoint (const double in[4]) |
| |
| void | Adjoint (const vtkMatrix4x4 *in, vtkMatrix4x4 *out) |
| |
| double | Determinant () |
| |
| void | SetElement (int i, int j, double value) |
| |
| double | GetElement (int i, int j) const |
| |
| double * | operator[] (const unsigned int i) |
| |
| const double * | operator[] (unsigned int i) const |
| |
| void | Adjoint (vtkMatrix4x4 &in, vtkMatrix4x4 &out) |
| |
| double | Determinant (vtkMatrix4x4 &in) |
| |
| double | Determinant (vtkMatrix4x4 *in) |
| |
| void | Invert (vtkMatrix4x4 &in, vtkMatrix4x4 &out) |
| |
| void | Transpose (vtkMatrix4x4 &in, vtkMatrix4x4 &out) |
| |
| vtkObject * | NewInstance () const |
| |
| virtual void | DebugOn () |
| |
| virtual void | DebugOff () |
| |
| bool | GetDebug () |
| |
| void | SetDebug (bool debugFlag) |
| |
| virtual void | Modified () |
| |
| virtual unsigned long | GetMTime () |
| |
| unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
| |
| unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
| |
| vtkCommand * | GetCommand (unsigned long tag) |
| |
| void | RemoveObserver (vtkCommand *) |
| |
| void | RemoveObservers (unsigned long event, vtkCommand *) |
| |
| void | RemoveObservers (const char *event, vtkCommand *) |
| |
| int | HasObserver (unsigned long event, vtkCommand *) |
| |
| int | HasObserver (const char *event, vtkCommand *) |
| |
| void | RemoveObserver (unsigned long tag) |
| |
| void | RemoveObservers (unsigned long event) |
| |
| void | RemoveObservers (const char *event) |
| |
| void | RemoveAllObservers () |
| |
| int | HasObserver (unsigned long event) |
| |
| int | HasObserver (const char *event) |
| |
| template<class U , class T > |
| unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
| |
| template<class U , class T > |
| unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| |
| template<class U , class T > |
| unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| |
| int | InvokeEvent (unsigned long event, void *callData) |
| |
| int | InvokeEvent (const char *event, void *callData) |
| |
| int | InvokeEvent (unsigned long event) |
| |
| int | InvokeEvent (const char *event) |
| |
| const char * | GetClassName () const |
| |
| virtual void | Delete () |
| |
| virtual void | FastDelete () |
| |
| void | Print (ostream &os) |
| |
| virtual void | PrintHeader (ostream &os, vtkIndent indent) |
| |
| virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
| |
| virtual void | Register (vtkObjectBase *o) |
| |
| virtual void | UnRegister (vtkObjectBase *o) |
| |
| int | GetReferenceCount () |
| |
| void | SetReferenceCount (int) |
| |
| void | PrintRevisions (ostream &) |
| |
|
| static vtkMatrix4x4 * | New () |
| |
| static int | IsTypeOf (const char *type) |
| |
| static vtkMatrix4x4 * | SafeDownCast (vtkObjectBase *o) |
| |
| static void | DeepCopy (double Elements[16], const vtkMatrix4x4 *source) |
| |
| static void | DeepCopy (double Elements[16], const double newElements[16]) |
| |
| static void | Zero (double Elements[16]) |
| |
| static void | Identity (double Elements[16]) |
| |
| static void | Invert (const vtkMatrix4x4 *in, vtkMatrix4x4 *out) |
| |
| static void | Invert (const double inElements[16], double outElements[16]) |
| |
| static void | Transpose (const vtkMatrix4x4 *in, vtkMatrix4x4 *out) |
| |
| static void | Transpose (const double inElements[16], double outElements[16]) |
| |
| static void | MultiplyPoint (const double Elements[16], const float in[4], float out[4]) |
| |
| static void | MultiplyPoint (const double Elements[16], const double in[4], double out[4]) |
| |
| static void | Multiply4x4 (const vtkMatrix4x4 *a, const vtkMatrix4x4 *b, vtkMatrix4x4 *c) |
| |
| static void | Multiply4x4 (const double a[16], const double b[16], double c[16]) |
| |
| static void | Adjoint (const double inElements[16], double outElements[16]) |
| |
| static double | Determinant (const double Elements[16]) |
| |
| static void | PointMultiply (const double Elements[16], const float in[4], float out[4]) |
| |
| static void | PointMultiply (const double Elements[16], const double in[4], double out[4]) |
| |
| static int | IsTypeOf (const char *type) |
| |
| static vtkObject * | SafeDownCast (vtkObjectBase *o) |
| |
| static vtkObject * | New () |
| |
| static void | BreakOnError () |
| |
| static void | SetGlobalWarningDisplay (int val) |
| |
| static void | GlobalWarningDisplayOn () |
| |
| static void | GlobalWarningDisplayOff () |
| |
| static int | GetGlobalWarningDisplay () |
| |
| static int | IsTypeOf (const char *name) |
| |
| static vtkObjectBase * | New () |
| |
represent and manipulate 4x4 transformation matrices
vtkMatrix4x4 is a class to represent and manipulate 4x4 matrices. Specifically, it is designed to work on 4x4 transformation matrices found in 3D rendering using homogeneous coordinates [x y z w].
- See also
- vtkTransform
- Examples:
- vtkMatrix4x4 (Examples)
- Tests:
- vtkMatrix4x4 (Tests)
Definition at line 38 of file vtkMatrix4x4.h.