Functions
test_mean.cpp File Reference
#include <gtest/gtest.h>
#include <ctime>
#include <cstdlib>
#include "filters/mean.h"
Include dependency graph for test_mean.cpp:

Go to the source code of this file.

Functions

void generate_rand_vectors (double scale, uint64_t runs, std::vector< double > &xvalues, std::vector< double > &yvalues, std::vector< double > &zvalues)
 
int main (int argc, char **argv)
 
void seed_rand ()
 
 TEST (MultiChannelMeanFilterDouble, ConfirmIdentityNRows)
 
 TEST (MultiChannelMeanFilterDouble, ThreeRows)
 
 TEST (MeanFilterDouble, ConfirmIdentityNRows)
 
 TEST (MeanFilterDouble, ThreeRows)
 

Function Documentation

◆ generate_rand_vectors()

void generate_rand_vectors ( double  scale,
uint64_t  runs,
std::vector< double > &  xvalues,
std::vector< double > &  yvalues,
std::vector< double > &  zvalues 
)

Definition at line 42 of file test_mean.cpp.

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 157 of file test_mean.cpp.

◆ seed_rand()

void seed_rand ( )

Definition at line 37 of file test_mean.cpp.

◆ TEST() [1/4]

TEST ( MultiChannelMeanFilterDouble  ,
ConfirmIdentityNRows   
)

Definition at line 53 of file test_mean.cpp.

◆ TEST() [2/4]

TEST ( MultiChannelMeanFilterDouble  ,
ThreeRows   
)

Definition at line 79 of file test_mean.cpp.

◆ TEST() [3/4]

TEST ( MeanFilterDouble  ,
ConfirmIdentityNRows   
)

Definition at line 109 of file test_mean.cpp.

◆ TEST() [4/4]

TEST ( MeanFilterDouble  ,
ThreeRows   
)

Definition at line 133 of file test_mean.cpp.



filters
Author(s):
autogenerated on Wed May 11 2022 02:40:46