![]() |
ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkSmapsFileParser.h>
Inheritance diagram for itk::VMMapFileParser< TVMMapDataType >:
Collaboration diagram for itk::VMMapFileParser< TVMMapDataType >:Public Member Functions | |
| virtual void | ReadFile (const std::string &mapFileLocation="") |
| virtual | ~VMMapFileParser () |
Read the output of a vmmap command and extract the memory usage information. Used for MAC OS X machines.
Definition at line 289 of file itkSmapsFileParser.h.
| virtual itk::VMMapFileParser< TVMMapDataType >::~VMMapFileParser | ( | ) | [virtual] |
| virtual void itk::VMMapFileParser< TVMMapDataType >::ReadFile | ( | const std::string & | mapFileLocation = "" | ) | [virtual] |
If no vmmap file, create one using "vmmap pid" command Throw an exception is the file can't be created/opened.
Implements itk::MapFileParser< TVMMapDataType >.
1.7.6.1