|
| virtual int | IsA (const char *type) |
| |
| vtkMatrix3x3 * | NewInstance () const |
| |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| |
| void | DeepCopy (vtkMatrix3x3 *source) |
| |
| void | DeepCopy (const double Elements[9]) |
| |
| void | Zero () |
| |
| void | Identity () |
| |
| void | Invert () |
| |
| void | Transpose () |
| |
| void | MultiplyPoint (const float in[3], float out[3]) |
| |
| void | MultiplyPoint (const double in[3], double out[3]) |
| |
| void | Adjoint (vtkMatrix3x3 *in, vtkMatrix3x3 *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 |
| |
| bool | operator== (const vtkMatrix3x3 &) |
| |
| bool | operator!= (const vtkMatrix3x3 &) |
| |
| void | Adjoint (vtkMatrix3x3 &in, vtkMatrix3x3 &out) |
| |
| double | Determinant (vtkMatrix3x3 &in) |
| |
| double | Determinant (vtkMatrix3x3 *in) |
| |
| void | Invert (vtkMatrix3x3 &in, vtkMatrix3x3 &out) |
| |
| void | Transpose (vtkMatrix3x3 &in, vtkMatrix3x3 &out) |
| |
| bool | IsIdentity () |
| |
| double * | GetData () |
| |
| 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 vtkMatrix3x3 * | New () |
| |
| static int | IsTypeOf (const char *type) |
| |
| static vtkMatrix3x3 * | SafeDownCast (vtkObjectBase *o) |
| |
| static void | DeepCopy (double Elements[9], vtkMatrix3x3 *source) |
| |
| static void | DeepCopy (double Elements[9], const double newElements[9]) |
| |
| static void | Zero (double Elements[9]) |
| |
| static void | Identity (double Elements[9]) |
| |
| static void | Invert (vtkMatrix3x3 *in, vtkMatrix3x3 *out) |
| |
| static void | Invert (const double inElements[9], double outElements[9]) |
| |
| static void | Transpose (vtkMatrix3x3 *in, vtkMatrix3x3 *out) |
| |
| static void | Transpose (const double inElements[9], double outElements[9]) |
| |
| static void | MultiplyPoint (const double Elements[9], const float in[3], float out[3]) |
| |
| static void | MultiplyPoint (const double Elements[9], const double in[3], double out[3]) |
| |
| static void | Multiply3x3 (vtkMatrix3x3 *a, vtkMatrix3x3 *b, vtkMatrix3x3 *c) |
| |
| static void | Multiply3x3 (const double a[9], const double b[9], double c[9]) |
| |
| static void | Adjoint (const double inElements[9], double outElements[9]) |
| |
| static double | Determinant (const double Elements[9]) |
| |
| static void | PointMultiply (const double Elements[9], const float in[3], float out[3]) |
| |
| static void | PointMultiply (const double Elements[9], const double in[3], double out[3]) |
| |
| 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 3x3 transformation matrices
vtkMatrix3x3 is a class to represent and manipulate 3x3 matrices. Specifically, it is designed to work on 3x3 transformation matrices found in 2D rendering using homogeneous coordinates [x y w].
- See also
- vtkTransform2D
- Tests:
- vtkMatrix3x3 (Tests)
Definition at line 35 of file vtkMatrix3x3.h.