cortical_surface
5.0.5
|
#include <cortical_surface/structuralanalysis/subjectdata.h>
Public Member Functions | |
SubjectPaths () | |
SubjectPaths (SubjectPaths &s) | |
SubjectPaths (std::string _meshPath, std::string _texPath, std::string _latPath="", std::string _lonPath="") | |
Public Attributes | |
std::string | meshPath |
std::string | texPath |
std::string | latPath |
std::string | lonPath |
std::string | graphPath |
Definition at line 16 of file subjectdata.h.
|
inline |
Definition at line 25 of file subjectdata.h.
|
inline |
|
inline |
Definition at line 32 of file subjectdata.h.
std::string SubjectPaths::graphPath |
Definition at line 23 of file subjectdata.h.
std::string SubjectPaths::latPath |
Definition at line 21 of file subjectdata.h.
Referenced by SubjectData::SubjectData(), and SubjectPaths().
std::string SubjectPaths::lonPath |
Definition at line 22 of file subjectdata.h.
Referenced by SubjectData::SubjectData(), and SubjectPaths().
std::string SubjectPaths::meshPath |
Definition at line 19 of file subjectdata.h.
Referenced by SubjectData::SubjectData(), and SubjectPaths().
std::string SubjectPaths::texPath |
Definition at line 20 of file subjectdata.h.
Referenced by SubjectData::SubjectData(), and SubjectPaths().