![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Closed mesh associated to a triangulated boundary. More...
#include <SymmetricMatrix.h>
Public Member Functions | |
| ipReal64 | operator[] (const ipUInt32 c) const |
| ipReal64 | det (ipUInt32 a11, ipUInt32 a12, ipUInt32 a13, ipUInt32 a21, ipUInt32 a22, ipUInt32 a23, ipUInt32 a31, ipUInt32 a32, ipUInt32 a33) |
| const SymmetricMatrix | operator+ (const SymmetricMatrix &pt) const |
| SymmetricMatrix & | operator+= (const SymmetricMatrix &n) |
| void | clear () |
Constructors and destructor | |
| ~SymmetricMatrix () | |
| SymmetricMatrix (ipReal64 c=0) | |
| SymmetricMatrix (ipReal64 m11, ipReal64 m12, ipReal64 m13, ipReal64 m14, ipReal64 m22, ipReal64 m23, ipReal64 m24, ipReal64 m33, ipReal64 m34, ipReal64 m44) | |
| SymmetricMatrix (ipReal64 a, ipReal64 b, ipReal64 c, ipReal64 d) | |
Protected Attributes | |
| ipReal64 | _matrix [10] |
Closed mesh associated to a triangulated boundary.
1.8.14