VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
vtkMatrix4x4 Member List

This is the complete list of members for vtkMatrix4x4, including all inherited members.

AddObserver(unsigned long event, vtkCommand *, float priority=0.0f)vtkObject
AddObserver(const char *event, vtkCommand *, float priority=0.0f)vtkObject
AddObserver(unsigned long event, U observer, void(T::*callback)(), float priority=0.0f)vtkObjectinline
AddObserver(unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)vtkObjectinline
AddObserver(unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)vtkObjectinline
Adjoint(const vtkMatrix4x4 *in, vtkMatrix4x4 *out)vtkMatrix4x4inline
Adjoint(const double inElements[16], double outElements[16])vtkMatrix4x4static
Adjoint(vtkMatrix4x4 &in, vtkMatrix4x4 &out)vtkMatrix4x4inline
BreakOnError()vtkObjectstatic
CollectRevisions(ostream &)vtkObjectBaseinlineprotectedvirtual
DebugvtkObjectprotected
DebugOff()vtkObjectvirtual
DebugOn()vtkObjectvirtual
DeepCopy(const vtkMatrix4x4 *source)vtkMatrix4x4inline
DeepCopy(double Elements[16], const vtkMatrix4x4 *source)vtkMatrix4x4inlinestatic
DeepCopy(double Elements[16], const double newElements[16])vtkMatrix4x4static
DeepCopy(const double Elements[16])vtkMatrix4x4inline
Delete()vtkObjectBasevirtual
Determinant()vtkMatrix4x4inline
Determinant(const double Elements[16])vtkMatrix4x4static
Determinant(vtkMatrix4x4 &in)vtkMatrix4x4inline
Determinant(vtkMatrix4x4 *in)vtkMatrix4x4inline
DoublePointvtkMatrix4x4protected
ElementvtkMatrix4x4
FastDelete()vtkObjectBasevirtual
FloatPointvtkMatrix4x4protected
GetClassName() const vtkObjectBase
GetCommand(unsigned long tag)vtkObject
GetDebug()vtkObject
GetElement(int i, int j) const vtkMatrix4x4inline
GetGlobalWarningDisplay()vtkObjectstatic
GetMTime()vtkObjectvirtual
GetReferenceCount()vtkObjectBaseinline
GlobalWarningDisplayOff()vtkObjectinlinestatic
GlobalWarningDisplayOn()vtkObjectinlinestatic
HasObserver(unsigned long event, vtkCommand *)vtkObject
HasObserver(const char *event, vtkCommand *)vtkObject
HasObserver(unsigned long event)vtkObject
HasObserver(const char *event)vtkObject
Identity()vtkMatrix4x4inline
Identity(double Elements[16])vtkMatrix4x4static
InternalGrabFocus(vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL)vtkObjectprotected
InternalReleaseFocus()vtkObjectprotected
Invert(const vtkMatrix4x4 *in, vtkMatrix4x4 *out)vtkMatrix4x4inlinestatic
Invert()vtkMatrix4x4inline
Invert(const double inElements[16], double outElements[16])vtkMatrix4x4static
Invert(vtkMatrix4x4 &in, vtkMatrix4x4 &out)vtkMatrix4x4inline
InvokeEvent(unsigned long event, void *callData)vtkObject
InvokeEvent(const char *event, void *callData)vtkObject
InvokeEvent(unsigned long event)vtkObjectinline
InvokeEvent(const char *event)vtkObjectinline
IsA(const char *type)vtkMatrix4x4virtual
IsTypeOf(const char *type)vtkMatrix4x4static
Modified()vtkObjectvirtual
MTimevtkObjectprotected
Multiply4x4(const vtkMatrix4x4 *a, const vtkMatrix4x4 *b, vtkMatrix4x4 *c)vtkMatrix4x4inlinestatic
Multiply4x4(const double a[16], const double b[16], double c[16])vtkMatrix4x4static
MultiplyDoublePoint(const double in[4])vtkMatrix4x4inline
MultiplyFloatPoint(const float in[4])vtkMatrix4x4inline
MultiplyPoint(const float in[4], float out[4])vtkMatrix4x4inline
MultiplyPoint(const double in[4], double out[4])vtkMatrix4x4inline
MultiplyPoint(const double Elements[16], const float in[4], float out[4])vtkMatrix4x4static
MultiplyPoint(const double Elements[16], const double in[4], double out[4])vtkMatrix4x4static
MultiplyPoint(const float in[4])vtkMatrix4x4inline
New()vtkMatrix4x4static
NewInstance() const vtkMatrix4x4
NewInstanceInternal() const vtkMatrix4x4protectedvirtual
vtkObjectBase::operator=(const vtkObjectBase &)vtkObjectBaseinlineprotected
operator[](const unsigned int i)vtkMatrix4x4inline
operator[](unsigned int i) const vtkMatrix4x4inline
PointMultiply(const double Elements[16], const float in[4], float out[4])vtkMatrix4x4static
PointMultiply(const double Elements[16], const double in[4], double out[4])vtkMatrix4x4static
Print(ostream &os)vtkObjectBase
PrintHeader(ostream &os, vtkIndent indent)vtkObjectBasevirtual
PrintRevisions(ostream &)vtkObjectBaseinline
PrintSelf(ostream &os, vtkIndent indent)vtkMatrix4x4virtual
PrintTrailer(ostream &os, vtkIndent indent)vtkObjectBasevirtual
ReferenceCountvtkObjectBaseprotected
Register(vtkObjectBase *o)vtkObjectBasevirtual
RegisterInternal(vtkObjectBase *, int check)vtkObjectprotectedvirtual
RemoveAllObservers()vtkObject
RemoveObserver(vtkCommand *)vtkObject
RemoveObserver(unsigned long tag)vtkObject
RemoveObservers(unsigned long event, vtkCommand *)vtkObject
RemoveObservers(const char *event, vtkCommand *)vtkObject
RemoveObservers(unsigned long event)vtkObject
RemoveObservers(const char *event)vtkObject
ReportReferences(vtkGarbageCollector *)vtkObjectBaseprotectedvirtual
SafeDownCast(vtkObjectBase *o)vtkMatrix4x4static
SetDebug(unsigned char debugFlag)vtkObject
SetElement(int i, int j, double value)vtkMatrix4x4inline
SetGlobalWarningDisplay(int val)vtkObjectstatic
SetReferenceCount(int)vtkObjectBase
SubjectHelpervtkObjectprotected
Superclass typedefvtkMatrix4x4
Transpose(const vtkMatrix4x4 *in, vtkMatrix4x4 *out)vtkMatrix4x4inlinestatic
Transpose()vtkMatrix4x4inline
Transpose(const double inElements[16], double outElements[16])vtkMatrix4x4static
Transpose(vtkMatrix4x4 &in, vtkMatrix4x4 &out)vtkMatrix4x4inline
UnRegister(vtkObjectBase *o)vtkObjectBasevirtual
UnRegisterInternal(vtkObjectBase *, int check)vtkObjectprotectedvirtual
vtkMatrix4x4()vtkMatrix4x4inlineprotected
vtkObject()vtkObjectprotected
vtkObjectBase()vtkObjectBaseprotected
vtkObjectBase(const vtkObjectBase &)vtkObjectBaseinlineprotected
WeakPointersvtkObjectBaseprotected
Zero()vtkMatrix4x4inline
Zero(double Elements[16])vtkMatrix4x4static
~vtkMatrix4x4()vtkMatrix4x4inlineprotected
~vtkObject()vtkObjectprotectedvirtual
~vtkObjectBase()vtkObjectBaseprotectedvirtual