aimsdata  5.0.5
Neuroimaging data handling
texture.h File Reference
#include <cartobase/smart/rcptr.h>
#include <aims/config/aimsdata_config.h>
#include <aims/vector/vector.h>
#include <aims/def/general.h>
#include <aims/data/pheader.h>
#include <aims/math/dtitensor.h>
#include <vector>
#include <map>
#include <iostream>
Include dependency graph for texture.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Texture< T >
 
class  Texture< T >
 
class  TimeTexture< T >
 
class  TimeTexture< T >
 
class  carto::DataTypeCode< TimeTexture< T > >
 

Namespaces

 carto
 

Macros

#define _TMP_   TimeTexture< AimsVector< short, 2 > >
 
#define _TMP_   rc_ptr< TimeTexture< AimsVector< short, 2 > > >
 

Typedefs

typedef AIMSDATA_API TimeTexture< float > Texture1d
 
typedef AIMSDATA_API TimeTexture< Point2dfTexture2d
 

Functions

template<class T >
AIMSDATA_API std::ostream & operator<< (std::ostream &out, const Texture< T > &thing)
 
template<class T >
std::ostream & operator<< (std::ostream &out, const Texture< T > &thing)
 
template<class T >
std::ostream & operator<< (std::ostream &out, const TimeTexture< T > &thing)
 

Macro Definition Documentation

◆ _TMP_ [1/2]

#define _TMP_   TimeTexture< AimsVector< short, 2 > >

Definition at line 258 of file texture.h.

◆ _TMP_ [2/2]

#define _TMP_   rc_ptr< TimeTexture< AimsVector< short, 2 > > >

Definition at line 258 of file texture.h.

Typedef Documentation

◆ Texture1d

Definition at line 233 of file texture.h.

◆ Texture2d

Definition at line 234 of file texture.h.

Function Documentation

◆ operator<<() [1/3]

template<class T >
AIMSDATA_API std::ostream& operator<< ( std::ostream &  out,
const Texture< T > &  thing 
)
inline

Definition at line 96 of file texture.h.

◆ operator<<() [2/3]

template<class T >
std::ostream& operator<< ( std::ostream &  out,
const Texture< T > &  thing 
)
inline

Definition at line 96 of file texture.h.

◆ operator<<() [3/3]

template<class T >
std::ostream & operator<< ( std::ostream &  out,
const TimeTexture< T > &  thing 
)
inline

Definition at line 212 of file texture.h.