|  | aimsdata
    5.1.2
    Neuroimaging data handling | 
#include <aims/mesh/texture.h>


| 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::PythonHeader & | header () const | 
| Get the header.  More... | |
| aims::PythonHeader & | header () | 
| 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 &) | |
| RCObject & | operator= (const RCObject &) | 
| virtual | ~RCObject () | 
| Protected Attributes | |
| aims::PythonHeader | _header | 
| Header.  More... | |
| Friends | |
| std::ostream & | operator<< (std::ostream &out, const TimeTexture< T > &thing) | 
| typedef std::map<int, Texture< T > >::const_iterator TimeTexture< T >::const_iterator | 
| typedef std::map<int, Texture< T > >::iterator TimeTexture< T >::iterator | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inlinevirtual | 
| 
 | inline | 
| 
 | inline | 
Definition at line 144 of file texture.h.
References TimeTexture< T >::_header.
| 
 | inline | 
Get the header.
Definition at line 143 of file texture.h.
References TimeTexture< T >::_header.
Referenced by carto::RawConverter< TimeTexture< INP >, TimeTexture< OUTP > >::convert(), aims::giftiColormap(), aims::SurfaceManip::joinTexturedMesh(), TimeTexture< T >::operator==(), aims::GiftiTextureFormat< T >::write(), and aims::TexWriter< T >::write().
| 
 | inline | 
| 
 | inline | 
Definition at line 151 of file texture.h.
Referenced by carto::RawConverter< TimeTexture< INP >, TimeTexture< OUTP > >::convert(), AimsTexThreshold< T, U >::operator()(), TimeTexture< T >::operator==(), and TimeTexture< T >::push_back().
| 
 | inline | 
Definition at line 149 of file texture.h.
Referenced by AimsTexThreshold< T, U >::bin(), carto::RawConverter< TimeTexture< INP >, TimeTexture< OUTP > >::convert(), AimsTexThreshold< T, U >::operator()(), and TimeTexture< T >::operator==().
| 
 | inline | 
Definition at line 160 of file texture.h.
References TimeTexture< T >::_header, TimeTexture< T >::header(), TimeTexture< T >::item(), and TimeTexture< T >::nItem().
| 
 | inline | 
Definition at line 156 of file texture.h.
References TimeTexture< T >::item().
Referenced by AimsTexThreshold< T, U >::bin().
| 
 | inline | 
Definition at line 155 of file texture.h.
Referenced by aims::GiftiTextureFormat< T >::read().
| 
 | inline | 
Set the header.
Definition at line 147 of file texture.h.
References TimeTexture< T >::_header.
Referenced by carto::RawConverter< TimeTexture< INP >, TimeTexture< OUTP > >::convert(), aims::GiftiTextureFormat< T >::read(), and aims::TexReader< T >::read().
| 
 | friend | 
| 
 | protected | 
Header.
Definition at line 176 of file texture.h.
Referenced by TimeTexture< T >::header(), TimeTexture< T >::operator==(), and TimeTexture< T >::setHeader().