|
DMRITool
v0.1.1-139-g860d86b4
Diffusion MRI Tool
|
Include dependency graph for TextFileOperator.cxx:Go to the source code of this file.
Enumerations | |
| enum | { OP_NULL, OP_INFO, OP_TRANSPOSE, OP_EXTRACT, OP_CONNECT_ROW, OP_CONNECT_COLUMN, OP_INDEX_ROW, OP_SCALE } |
Functions | |
| int | main (int argc, char const *argv[]) |
| void | SetOperationWithChecking (int &operation, int value) |
Definition in file TextFileOperator.cxx.
| anonymous enum |
| Enumerator | |
|---|---|
| OP_NULL | |
| OP_INFO | |
| OP_TRANSPOSE | |
| OP_EXTRACT | |
| OP_CONNECT_ROW | |
| OP_CONNECT_COLUMN | |
| OP_INDEX_ROW | |
| OP_SCALE | |
Definition at line 22 of file TextFileOperator.cxx.
| int main | ( | int | argc, |
| char const * | argv[] | ||
| ) |
operators for text file
Definition at line 53 of file TextFileOperator.cxx.
References utl::ConvertNumberToString(), utl::IsNumber(), utl::max(), utl::min(), OP_CONNECT_COLUMN, OP_CONNECT_ROW, OP_EXTRACT, OP_INDEX_ROW, OP_INFO, OP_NULL, OP_SCALE, OP_TRANSPOSE, utl::ReadLines(), utl::ReadVector(), utl::Save2DVector(), utl::SelectVector(), SetOperationWithChecking(), and utlException.
Here is the call graph for this function:| void SetOperationWithChecking | ( | int & | operation, |
| int | value | ||
| ) |
Definition at line 35 of file TextFileOperator.cxx.
References OP_NULL.
Referenced by main().
Here is the caller graph for this function:
1.8.11