RTK  2.5.0
Reconstruction Toolkit
Classes | Public Member Functions | Protected Attributes | List of all members
rtk::MatlabSparseMatrix Class Reference

#include <rtkMatlabSparseMatrix.h>

+ Collaboration diagram for rtk::MatlabSparseMatrix:

Classes

struct  MatlabSparseMatrixStruct
 

Public Member Functions

template<class TOutputImage >
 MatlabSparseMatrix (const vnl_sparse_matrix< double > &sparseMatrix, TOutputImage *output)
 
void Print ()
 
void Save (std::ostream &out)
 

Protected Attributes

MatlabSparseMatrixStruct m_MatlabSparseMatrix
 

Detailed Description

sparse matrix in Matlab format Initilaize it with vnl_sparse_matrix Save it into .mat format

Definition at line 34 of file rtkMatlabSparseMatrix.h.

Constructor & Destructor Documentation

◆ MatlabSparseMatrix()

template<class TOutputImage >
rtk::MatlabSparseMatrix::MatlabSparseMatrix ( const vnl_sparse_matrix< double > &  sparseMatrix,
TOutputImage *  output 
)

Member Function Documentation

◆ Print()

void rtk::MatlabSparseMatrix::Print ( )

◆ Save()

void rtk::MatlabSparseMatrix::Save ( std::ostream &  out)

Member Data Documentation

◆ m_MatlabSparseMatrix

MatlabSparseMatrixStruct rtk::MatlabSparseMatrix::m_MatlabSparseMatrix
protected

Definition at line 80 of file rtkMatlabSparseMatrix.h.


The documentation for this class was generated from the following file: