RTC Toolkit  0.1.0-alpha
Public Member Functions | Public Attributes | List of all members
TestFitsIoFunctions< T > Struct Template Reference
Inheritance diagram for TestFitsIoFunctions< T >:

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
 

Member Function Documentation

◆ SetUp()

template<typename T >
void TestFitsIoFunctions< T >::SetUp ( )
inlineoverride

◆ TearDown()

template<typename T >
void TestFitsIoFunctions< T >::TearDown ( )
inlineoverride

Member Data Documentation

◆ m_cleanup_files

template<typename T >
bool TestFitsIoFunctions< T >::m_cleanup_files

◆ m_matrix

template<typename T >
MatrixBuffer<T> TestFitsIoFunctions< T >::m_matrix

◆ m_matrix_filename

template<typename T >
std::string TestFitsIoFunctions< T >::m_matrix_filename

◆ m_temp_matrix_filename

template<typename T >
std::string TestFitsIoFunctions< T >::m_temp_matrix_filename

◆ m_temp_vector_filename

template<typename T >
std::string TestFitsIoFunctions< T >::m_temp_vector_filename

◆ m_vector

template<typename T >
std::vector<T> TestFitsIoFunctions< T >::m_vector

◆ m_vector_filename

template<typename T >
std::string TestFitsIoFunctions< T >::m_vector_filename

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