|  | aimsdata
    5.1.2
    Neuroimaging data handling | 
#include <aims/texdata/texdata.h>
| Public Types | |
| typedef SiteType< AimsSurface< D, Void > >::type | Site | 
| Public Member Functions | |
| const Site | operator* () | 
| SiteIterator< AimsSurface< D, Void > > & | operator++ () | 
| SiteIterator< AimsSurface< D, Void > > & | operator-- () | 
| SiteIterator (const AimsSurface< D, Void > *data, uint index) | |
| SiteIterator (const AimsSurface< D, Void > *data, std::vector< Point3df > *coords, uint index) | |
| bool | operator== (const SiteIterator< AimsSurface< D, Void > > &other) const | 
| bool | operator!= (const SiteIterator< AimsSurface< D, Void > > &other) const | 
| typedef SiteType<AimsSurface<D,Void> >::type SiteIterator< AimsSurface< D, Void > >::Site | 
| SiteIterator< AimsSurface< D, Void > >::SiteIterator | ( | const AimsSurface< D, Void > * | data, | 
| uint | index | ||
| ) | 
Definition at line 331 of file texdata.h.
References AimsSurface< D, T >::vertex().
| SiteIterator< AimsSurface< D, Void > >::SiteIterator | ( | const AimsSurface< D, Void > * | data, | 
| std::vector< Point3df > * | coords, | ||
| uint | index | ||
| ) | 
| bool SiteIterator< AimsSurface< D, Void > >::operator!= | ( | const SiteIterator< AimsSurface< D, Void > > & | other | ) | const | 
| 
 | inline | 
| SiteIterator< AimsSurface< D, Void > > & SiteIterator< AimsSurface< D, Void > >::operator++ | 
| SiteIterator< AimsSurface< D, Void > > & SiteIterator< AimsSurface< D, Void > >::operator-- | 
| bool SiteIterator< AimsSurface< D, Void > >::operator== | ( | const SiteIterator< AimsSurface< D, Void > > & | other | ) | const |