MeVisLab Toolbox Reference
|
#include "mlInitSystemVTKSupport.h"
#include "mlModuleIncludes.h"
#include "mlMultiFields.h"
#include <vtkMatrix4x4.h>
Go to the source code of this file.
Namespaces | |
namespace | ml |
Main documentation file for ML users and developers. | |
Functions | |
vtkMatrix4x4 * | ml::VTKMatrix4x4FromMLMatrix (const Matrix4 &mat) |
Convert an ML 4x4 matrix to a VTK 4x4 matrix which is created with vtkMatrix4x4::New() and which must be deleted by caller with vtkMatrix4x4::Delete(). | |
Matrix4 | ml::MLMatrixFromVTKMatrix4x4 (const vtkMatrix4x4 *mat) |
Convert a VTK 4x4 matrix to an ML 4x4 matrix. | |