aimsdata  5.1.2
Neuroimaging data handling
TimeTexture< T > Class Template Reference

#include <aims/mesh/texture.h>

Inheritance diagram for TimeTexture< T >:
Collaboration diagram for TimeTexture< T >:

Public Types

typedef std::map< int, Texture< T > >::iterator iterator
 
typedef std::map< int, Texture< T > >::const_iterator const_iterator
 
- Public Types inherited from carto::RCObject
typedef int RefCounterType
 

Public Member Functions

 TimeTexture ()
 
 TimeTexture (int ntimes, size_t nitems)
 
 TimeTexture (int ntimes, size_t nitems, const T &value)
 
virtual ~TimeTexture ()
 
const aims::PythonHeaderheader () const
 Get the header. More...
 
aims::PythonHeaderheader ()
 
void setHeader (const aims::PythonHeader &hdr)
 Set the header. More...
 
size_t nItem () const
 
const T & item (int n) const
 
T & item (int n)
 
void reserve (size_t size)
 
void push_back (const T &item)
 
void erase ()
 
bool operator== (const TimeTexture< T > &x) const
 
- Public Member Functions inherited from carto::RCObject
 RCObject ()
 
 RCObject (const RCObject &)
 
RCObjectoperator= (const RCObject &)
 
virtual ~RCObject ()
 

Protected Attributes

aims::PythonHeader _header
 Header. More...
 

Friends

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

Detailed Description

template<class T>
class TimeTexture< T >

Definition at line 119 of file texture.h.

Member Typedef Documentation

◆ const_iterator

template<class T >
typedef std::map<int, Texture< T > >::const_iterator TimeTexture< T >::const_iterator

Definition at line 125 of file texture.h.

◆ iterator

template<class T >
typedef std::map<int, Texture< T > >::iterator TimeTexture< T >::iterator

Definition at line 123 of file texture.h.

Constructor & Destructor Documentation

◆ TimeTexture() [1/3]

template<class T >
TimeTexture< T >::TimeTexture ( )
inline

Definition at line 127 of file texture.h.

◆ TimeTexture() [2/3]

template<class T >
TimeTexture< T >::TimeTexture ( int  ntimes,
size_t  nitems 
)
inline

Definition at line 128 of file texture.h.

◆ TimeTexture() [3/3]

template<class T >
TimeTexture< T >::TimeTexture ( int  ntimes,
size_t  nitems,
const T &  value 
)
inline

Definition at line 134 of file texture.h.

◆ ~TimeTexture()

template<class T >
virtual TimeTexture< T >::~TimeTexture ( )
inlinevirtual

Definition at line 140 of file texture.h.

Member Function Documentation

◆ erase()

template<class T >
void TimeTexture< T >::erase
inline

Definition at line 204 of file texture.h.

◆ header() [1/2]

template<class T >
aims::PythonHeader& TimeTexture< T >::header ( )
inline

Definition at line 144 of file texture.h.

References TimeTexture< T >::_header.

◆ header() [2/2]

◆ item() [1/2]

template<class T >
T& TimeTexture< T >::item ( int  n)
inline

Definition at line 153 of file texture.h.

◆ item() [2/2]

◆ nItem()

◆ operator==()

template<class T >
bool TimeTexture< T >::operator== ( const TimeTexture< T > &  x) const
inline

◆ push_back()

template<class T >
void TimeTexture< T >::push_back ( const T &  item)
inline

Definition at line 156 of file texture.h.

References TimeTexture< T >::item().

Referenced by AimsTexThreshold< T, U >::bin().

◆ reserve()

template<class T >
void TimeTexture< T >::reserve ( size_t  size)
inline

Definition at line 155 of file texture.h.

Referenced by aims::GiftiTextureFormat< T >::read().

◆ setHeader()

template<class T >
void TimeTexture< T >::setHeader ( const aims::PythonHeader hdr)
inline

Friends And Related Function Documentation

◆ operator<<

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

Definition at line 214 of file texture.h.

Member Data Documentation

◆ _header

template<class T >
aims::PythonHeader TimeTexture< T >::_header
protected

The documentation for this class was generated from the following files: