ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkSmapsFileParser.h>
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 >.