![]() |
aimsdata 6.0.0
Neuroimaging data handling
|
#include <aims/io/aimsGraphR.h>


Public Member Functions | |
| ObjectWrapper (T *x) | |
| virtual | ~ObjectWrapper () |
| virtual void | destroy () |
| virtual std::string | objectType () const |
| virtual std::string | dataType () const |
Public Member Functions inherited from aims::AimsGraphReader::Wrapper | |
| virtual | ~Wrapper () |
Public Attributes | |
| T * | data |
Definition at line 77 of file aimsGraphR.h.
|
inline |
Definition at line 79 of file aimsGraphR.h.
References data.
|
inlinevirtual |
Definition at line 80 of file aimsGraphR.h.
|
virtual |
Implements aims::AimsGraphReader::Wrapper.
Definition at line 99 of file aimsGraphR_d.h.
References dataType().
Referenced by dataType().
|
inlinevirtual |
Reimplemented from aims::AimsGraphReader::Wrapper.
Definition at line 81 of file aimsGraphR.h.
References data.
|
virtual |
Implements aims::AimsGraphReader::Wrapper.
Definition at line 92 of file aimsGraphR_d.h.
References objectType().
Referenced by objectType().
| T* aims::AimsGraphReader::ObjectWrapper< T >::data |
Definition at line 86 of file aimsGraphR.h.
Referenced by destroy(), and ObjectWrapper().