SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Macros | Functions | Variables
NrrdData.cc File Reference
#include <Core/Util/Debug.h>
#include <Core/Thread/RecursiveMutex.h>
#include <Core/Datatypes/NrrdData.h>
#include <Core/Persistent/Pstreams.h>
#include <iostream>

Namespaces

 SCIRun
 STL datatypes needed.
 

Macros

#define NRRDDATA_VERSION   6
 

Functions

template<>
int get_nrrd_type< Tensor > ()
 
template<>
int get_nrrd_type< char > ()
 
template<>
int get_nrrd_type< unsigned char > ()
 
template<>
int get_nrrd_type< short > ()
 
template<>
int get_nrrd_type< unsigned short > ()
 
template<>
int get_nrrd_type< int > ()
 
template<>
int get_nrrd_type< unsigned int > ()
 
template<>
int get_nrrd_type< long long > ()
 
template<>
int get_nrrd_type< unsigned long long > ()
 
template<>
int get_nrrd_type< float > ()
 
void get_nrrd_compile_type (const unsigned int type, std::string &typeStr, std::string &typeName)
 
std::string nrrd_type_to_string (unsigned int ntype)
 
int string_to_nrrd_type (const std::string &str)
 
double get_nrrd_value (Nrrd *nrrd, unsigned int p)
 

Variables

RecursiveMutex teem_library_lock ("TEEM Library lock")
 

Macro Definition Documentation

#define NRRDDATA_VERSION   6