.TH "SoSFMatrix" 3 "Thu May 29 2014" "Version 4.0.0a" "Coin" \" -*- nroff -*- .ad l .nh .SH NAME SoSFMatrix \- .PP The \fBSoSFMatrix\fP class is a container for an \fBSbMatrix\fP\&. .PP This field is used where nodes, engines or other field containers needs to store a 4x4 matrix\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBSoSField\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "virtual \fBSoType\fP \fBgetTypeId\fP (void) const " .br .ti -1c .RI "virtual void \fBcopyFrom\fP (const \fBSoField\fP &field)" .br .ti -1c .RI "const \fBSoSFMatrix\fP & \fBoperator=\fP (const \fBSoSFMatrix\fP &field)" .br .ti -1c .RI "virtual SbBool \fBisSame\fP (const \fBSoField\fP &field) const " .br .ti -1c .RI "const \fBSbMatrix\fP & \fBgetValue\fP (void) const " .br .ti -1c .RI "void \fBsetValue\fP (const \fBSbMatrix\fP &newvalue)" .br .ti -1c .RI "const \fBSbMatrix\fP & \fBoperator=\fP (const \fBSbMatrix\fP &newvalue)" .br .ti -1c .RI "int \fBoperator==\fP (const \fBSoSFMatrix\fP &field) const " .br .ti -1c .RI "int \fBoperator!=\fP (const \fBSoSFMatrix\fP &field) const " .br .ti -1c .RI "void \fBsetValue\fP (const float a11, const float a12, const float a13, const float a14, const float a21, const float a22, const float a23, const float a24, const float a31, const float a32, const float a33, const float a34, const float a41, const float a42, const float a43, const float a44)" .br .in -1c .SS "Static Public Member Functions" .in +1c .ti -1c .RI "static void * \fBcreateInstance\fP (void)" .br .ti -1c .RI "static \fBSoType\fP \fBgetClassTypeId\fP (void)" .br .ti -1c .RI "static void \fBinitClass\fP (void)" .br .in -1c .SS "Protected Attributes" .in +1c .ti -1c .RI "\fBSbMatrix\fP \fBvalue\fP" .br .in -1c .SS "Additional Inherited Members" .SH "Detailed Description" .PP The \fBSoSFMatrix\fP class is a container for an \fBSbMatrix\fP\&. .PP This field is used where nodes, engines or other field containers needs to store a 4x4 matrix\&. Fields of this type stores their value to file as a set of 16 floating point values, written from the matrix in row-major mode\&. .PP \fBSee also:\fP .RS 4 \fBSoMFMatrix\fP .RE .PP .SH "Member Function Documentation" .PP .SS "\fBSoType\fP SoSFMatrix::getTypeId (void) const\fC [virtual]\fP" Returns the type identification instance which uniquely identifies the Coin field class the object belongs to\&. .PP \fBSee also:\fP .RS 4 getClassTypeId(), \fBSoType\fP .RE .PP .PP Implements \fBSoField\fP\&. .SS "void SoSFMatrix::copyFrom (const \fBSoField\fP &f)\fC [virtual]\fP" Copy value(s) from \fIf\fP into this field\&. \fIf\fP must be of the same type as this field\&. .PP Implements \fBSoField\fP\&. .SS "SbBool SoSFMatrix::isSame (const \fBSoField\fP &f) const\fC [virtual]\fP" Check for equal type and value(s)\&. .PP Implements \fBSoField\fP\&. .SS "void SoSFMatrix::setValue (const floata11, const floata12, const floata13, const floata14, const floata21, const floata22, const floata23, const floata24, const floata31, const floata32, const floata33, const floata34, const floata41, const floata42, const floata43, const floata44)" Set matrix elements\&. .SH "Author" .PP Generated automatically by Doxygen for Coin from the source code\&.