|
RTC Toolkit
0.1.0-alpha
|
Public Member Functions | |
| void | SetUp () override |
| void | TearDown () override |
Public Attributes | |
| std::string | m_matrix_filename |
| std::string | m_temp_matrix_filename |
| std::string | m_vector_filename |
| std::string | m_temp_vector_filename |
| bool | m_cleanup_files |
| MatrixBuffer< T > | m_matrix |
| std::vector< T > | m_vector |
|
inlineoverride |
|
inlineoverride |
| bool TestFitsIoFunctions< T >::m_cleanup_files |
| MatrixBuffer<T> TestFitsIoFunctions< T >::m_matrix |
| std::string TestFitsIoFunctions< T >::m_matrix_filename |
| std::string TestFitsIoFunctions< T >::m_temp_matrix_filename |
| std::string TestFitsIoFunctions< T >::m_temp_vector_filename |
| std::vector<T> TestFitsIoFunctions< T >::m_vector |
| std::string TestFitsIoFunctions< T >::m_vector_filename |