![]() |
aimsdata 6.0.0
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. | |
| aims::PythonHeader & | header () |
| 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 &) | |
| RCObject & | operator= (const RCObject &) |
| virtual | ~RCObject () |
Protected Attributes | |
| aims::PythonHeader | _header |
| Header. | |
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 |
Definition at line 127 of file texture.h.
Referenced by item(), nItem(), operator<<, and operator==().
|
inline |
|
inline |
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
Get the header.
Definition at line 143 of file texture.h.
References _header.
Referenced by carto::RawConverter< TimeTexture< INP >, TimeTexture< OUTP > >::convert(), soma::FsAnnotFormatReader< T >::createAndRead(), soma::FsCurvFormatReader< T >::createAndRead(), aims::giftiColormap(), aims::SurfaceManip::joinTexturedMesh(), operator==(), soma::FsAnnotFormatReader< T >::read(), soma::FsCurvFormatReader< T >::read(), soma::FsAnnotFormatReader< T >::readTexture(), aims::GiftiTextureFormat< T >::write(), and aims::TexWriter< T >::write().
|
inline |
|
inline |
Definition at line 151 of file texture.h.
References TimeTexture().
Referenced by AimsTexThreshold< T, U >::operator()(), operator==(), and push_back().
|
inline |
Definition at line 149 of file texture.h.
References TimeTexture().
Referenced by AimsTexThreshold< T, U >::bin(), AimsTexThreshold< T, U >::operator()(), and operator==().
|
inline |
|
inline |
Definition at line 156 of file texture.h.
References item().
Referenced by AimsTexThreshold< T, U >::bin().
|
inline |
|
inline |
Set the header.
Definition at line 147 of file texture.h.
References _header.
Referenced by carto::RawConverter< TimeTexture< INP >, TimeTexture< OUTP > >::convert(), aims::GiftiTextureFormat< T >::read(), and aims::TexReader< T >::read().
|
friend |
Definition at line 214 of file texture.h.
References TimeTexture().
|
protected |
Header.
Definition at line 176 of file texture.h.
Referenced by header(), header(), operator==(), and setHeader().