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

#include <aims/mesh/surfacemanip.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 49 of file surfacemanip.h.

Member Typedef Documentation

◆ const_iterator

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

Definition at line 123 of file texture.h.

◆ iterator

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

Definition at line 121 of file texture.h.

Constructor & Destructor Documentation

◆ TimeTexture() [1/3]

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

Definition at line 125 of file texture.h.

◆ TimeTexture() [2/3]

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

Definition at line 126 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 132 of file texture.h.

◆ ~TimeTexture()

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

Definition at line 138 of file texture.h.

Member Function Documentation

◆ erase()

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

Definition at line 202 of file texture.h.

References Texture< T >::erase().

◆ header() [1/2]

◆ header() [2/2]

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

Definition at line 142 of file texture.h.

◆ item() [1/2]

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

◆ item() [2/2]

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

Definition at line 151 of file texture.h.

◆ 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 154 of file texture.h.

References Texture< T >::erase().

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

◆ reserve()

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

Definition at line 153 of file texture.h.

◆ 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 212 of file texture.h.

Member Data Documentation

◆ _header

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

Header.

Definition at line 174 of file texture.h.


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