SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
SelectSubMatrixTests.cc File Reference
#include <gtest/gtest.h>
#include <Core/Algorithms/Math/SelectSubMatrix.h>
#include <Core/Datatypes/DenseMatrix.h>
#include <Core/Datatypes/MatrixComparison.h>
#include <Core/Datatypes/MatrixTypeConversions.h>

Functions

 TEST (SelectSubMatrixTests, BoundaryChecksGUI)
 
 TEST (SelectSubMatrixTests, BoundaryChecksInputMatrices)
 
 TEST (SelectSubMatrixTests, IndexMatricesOutOfBound_1)
 
 TEST (SelectSubMatrixTests, IndexMatricesOutOfBound_2)
 
 TEST (SelectSubMatrixTests, IndexMatricesOutOfBound_3)
 
 TEST (SelectSubMatrixTests, IndexMatricesOutOfBound_4)
 
 TEST (SelectSubMatrixTests, Gui_Submatrix_rowsandcolumns_passinputthrough)
 
 TEST (SelectSubMatrixTests, Gui_Submatrix_rowsonly)
 
 TEST (SelectSubMatrixTests, Gui_Submatrix_columnsonly)
 
 TEST (SelectSubMatrixTests, Gui_Submatrix_rowsandcolumns)
 
 TEST (SelectSubMatrixTests, Pipe_InputMatrix_through)
 
 TEST (SelectSubMatrixTests, InputMatrix_empty)
 
 TEST (SelectSubMatrixTests, InputMatrix_rowsonly)
 
 TEST (SelectSubMatrixTests, InputMatrix_columnsonly)
 
 TEST (SelectSubMatrixTests, InputMatrix_rowsandcolumns)
 
 TEST (SelectSubMatrixTests, NOGUI_DenseColumnMatrixCols)
 
 TEST (SelectSubMatrixTests, NOGUI_DenseColumnMatrixRows)
 
 TEST (SelectSubMatrixTests, GUI_DenseColumnMatrixRows)
 

Function Documentation

TEST ( SelectSubMatrixTests  ,
BoundaryChecksGUI   
)
TEST ( SelectSubMatrixTests  ,
BoundaryChecksInputMatrices   
)
TEST ( SelectSubMatrixTests  ,
IndexMatricesOutOfBound_1   
)
TEST ( SelectSubMatrixTests  ,
IndexMatricesOutOfBound_2   
)
TEST ( SelectSubMatrixTests  ,
IndexMatricesOutOfBound_3   
)
TEST ( SelectSubMatrixTests  ,
IndexMatricesOutOfBound_4   
)
TEST ( SelectSubMatrixTests  ,
Gui_Submatrix_rowsandcolumns_passinputthrough   
)
TEST ( SelectSubMatrixTests  ,
Gui_Submatrix_rowsonly   
)
TEST ( SelectSubMatrixTests  ,
Gui_Submatrix_columnsonly   
)
TEST ( SelectSubMatrixTests  ,
Gui_Submatrix_rowsandcolumns   
)
TEST ( SelectSubMatrixTests  ,
Pipe_InputMatrix_through   
)
TEST ( SelectSubMatrixTests  ,
InputMatrix_empty   
)
TEST ( SelectSubMatrixTests  ,
InputMatrix_rowsonly   
)
TEST ( SelectSubMatrixTests  ,
InputMatrix_columnsonly   
)
TEST ( SelectSubMatrixTests  ,
InputMatrix_rowsandcolumns   
)
TEST ( SelectSubMatrixTests  ,
NOGUI_DenseColumnMatrixCols   
)
TEST ( SelectSubMatrixTests  ,
NOGUI_DenseColumnMatrixRows   
)
TEST ( SelectSubMatrixTests  ,
GUI_DenseColumnMatrixRows   
)