![]() |
aimsdata 6.0.0
Neuroimaging data handling
|
#include <aims/mesh/texture.h>
Public Member Functions | |
| Texture () | |
| Texture (size_t n) | |
| Texture (size_t n, const T &value) | |
| virtual | ~Texture () |
| size_t | nItem () const |
| size_t | size () const |
| alias for nItem() | |
| const T & | item (int n) const |
| const T & | operator[] (int n) const |
| T & | operator[] (int n) |
| T & | item (int n) |
| void | reserve (size_t size) |
| void | push_back (const T &item) |
| const std::vector< T > & | data () const |
| std::vector< T > & | data () |
| void | erase () |
| bool | operator== (const Texture< T > &x) const |
Protected Attributes | |
| std::vector< T > | _data |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const Texture< T > &thing) |
Definition at line 65 of file texture.h.
Referenced by operator<<, and operator==().
|
inline |
|
inline |
Definition at line 81 of file texture.h.
References _data.
Referenced by operator==(), aims::SurfaceManip::splitTexturedMesh(), and aims::TexWriter< T >::write().
|
inline |
|
inline |
|
inline |
Definition at line 74 of file texture.h.
References _data.
Referenced by aims::Tex2Graph< T >::makeGraph(), aims::Tex2Graph< T >::makeGraph(), operator<<, and push_back().
|
inline |
Definition at line 70 of file texture.h.
References _data.
Referenced by aims::Tex2Graph< T >::makeGraph(), aims::Tex2Graph< T >::makeGraph(), operator<<, and aims::TexWriter< T >::write().
|
inline |
|
inline |
|
inline |
Definition at line 80 of file texture.h.
Referenced by aims::CutTexturedMesh< T >::addTextureInterpolPoint(), aims::CutTexturedMesh< T >::addTexturePoint(), and carto::RawConverter< TimeTexture< INP >, TimeTexture< OUTP > >::convert().
|
inline |
Definition at line 79 of file texture.h.
Referenced by carto::RawConverter< TimeTexture< INP >, TimeTexture< OUTP > >::convert().
|
inline |
|
friend |
|
protected |
Definition at line 93 of file texture.h.
Referenced by data(), data(), erase(), item(), item(), nItem(), operator==(), operator[](), operator[](), push_back(), reserve(), size(), Texture(), and Texture().