![]() |
aimsdata 6.0.0
Neuroimaging data handling
|
Freesurfer surface format for a mesh. More...
#include <aims/io_soma/fssurfformatreader.h>


Freesurfer surface format for a mesh.
Definition at line 48 of file fssurfformatreader.h.
|
virtual |
Implements soma::FormatReader< AimsTimeSurface< D, Void > >.
Definition at line 139 of file fssurfformatreader_d.h.
|
virtual |
Reimplemented from soma::FormatReader< AimsTimeSurface< D, Void > >.
Definition at line 60 of file fssurfformatreader_d.h.
References carto::DictionaryInterface::copyProperties(), AimsTimeSurface< D, T >::header(), localMsg, and read().
|
inlinevirtual |
Implements soma::FormatReader< AimsTimeSurface< D, Void > >.
Definition at line 64 of file fssurfformatreader.h.
|
virtual |
Definition at line 82 of file fssurfformatreader_d.h.
References carto::DictionaryInterface::copyProperties(), AimsTimeSurface< D, T >::header(), soma::DataSource::Read, readAdditions(), soma::DataSourceInfoLoader::readMinf(), readPolygons(), readVertices(), and carto::Object::value().
Referenced by createAndRead().
| bool soma::FsSurfFormatReader< D >::readAdditions | ( | carto::rc_ptr< DataSource > | ds, |
| AimsTimeSurface< D, Void > & | obj, | ||
| bool | ascii, | ||
| bool | bswap ) const |
Definition at line 192 of file fssurfformatreader_d.h.
References aims::StandardReferentials::commonScannerBasedReferential(), soma::StreamUtil::getline(), AimsTimeSurface< D, T >::header(), soma::AffineTransformationBase::matrix(), soma::DefaultItemReader< typename T >::reader(), carto::TypedObject< typename T >::setProperty(), soma::AffineTransformation3dBase::setTranslation(), soma::AffineTransformationBase::toVector(), and aims::AffineTransformation3d::translation().
Referenced by read().
| bool soma::FsSurfFormatReader< D >::readPolygons | ( | carto::rc_ptr< DataSource > | ds, |
| AimsTimeSurface< D, Void > & | obj, | ||
| int | np, | ||
| bool | ascii, | ||
| bool | bswap ) const |
Definition at line 169 of file fssurfformatreader_d.h.
References AimsTimeSurface< D, T >::polygon(), and soma::DefaultItemReader< typename T >::reader().
Referenced by read().
| bool soma::FsSurfFormatReader< D >::readVertices | ( | carto::rc_ptr< DataSource > | ds, |
| AimsTimeSurface< D, Void > & | obj, | ||
| int | nv, | ||
| bool | ascii, | ||
| bool | bswap ) const |
Definition at line 146 of file fssurfformatreader_d.h.
References soma::DefaultItemReader< typename T >::reader(), and AimsTimeSurface< D, T >::vertex().
Referenced by read().