|
STIR
6.3.0
|
tests for the stir::Array class More...
#include "stir/Array.h"#include "stir/type_traits.h"#include "stir/assign.h"#include "stir/make_array.h"#include "stir/Coordinate2D.h"#include "stir/Coordinate3D.h"#include "stir/Coordinate4D.h"#include "stir/convert_array.h"#include "stir/Succeeded.h"#include "stir/IO/write_data.h"#include "stir/IO/read_data.h"#include "stir/RunTests.h"#include "stir/ArrayFunction.h"#include "stir/array_index_functions.h"#include "stir/copy_fill.h"#include <functional>#include <algorithm>#include "stir/utilities.h"#include "stir/info.h"#include "stir/error.h"#include "stir/format.h"#include "stir/HighResWallClockTimer.h"#include <fstream>#include <sstream>Classes | |
| class | stir::ArrayTests |
| Tests Array functionality. More... | |
Namespaces | |
| stir | |
| Namespace for the STIR library (and some/most of its applications) | |
| stir::detail | |
| Namespace for the implementation details of the STIR library. | |
Macros | |
| #define | _DEBUG 2 |
Functions | |
| template<typename T > | |
| shared_ptr< T[]> | stir::vec_to_shared (std::vector< T > &v) |
| int | main () |
tests for the stir::Array class
1.8.13