aimsdata 6.0.0
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.
 
aims::PythonHeaderheader ()
 
void setHeader (const aims::PythonHeader &hdr)
 Set the header.
 
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.
 

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.

Referenced by item(), nItem(), operator<<, and operator==().

◆ 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.

References erase().

Referenced by erase().

◆ header() [1/2]

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

Definition at line 144 of file texture.h.

References _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]

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

Definition at line 151 of file texture.h.

References TimeTexture().

Referenced by AimsTexThreshold< T, U >::operator()(), operator==(), and push_back().

◆ nItem()

template<class T>
size_t TimeTexture< T >::nItem ( ) const
inline

◆ operator==()

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

Definition at line 160 of file texture.h.

References _header, header(), item(), nItem(), and TimeTexture().

◆ push_back()

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

Definition at line 156 of file texture.h.

References 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.

◆ setHeader()

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

Friends And Related Symbol Documentation

◆ operator<<

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

Definition at line 214 of file texture.h.

References TimeTexture().

Member Data Documentation

◆ _header

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

Header.

Definition at line 176 of file texture.h.

Referenced by header(), header(), operator==(), and setHeader().


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