29 #ifndef EQ_PLY_LOCALINITDATA_H
30 #define EQ_PLY_LOCALINITDATA_H
47 void parseArguments(
const int argc,
char** argv );
49 const std::string& getPathFilename()
const {
return _pathFilename; }
50 uint32_t getMaxFrames()
const {
return _maxFrames; }
51 bool useColor()
const {
return _color; }
52 bool isResident()
const {
return _isResident; }
54 const std::vector< std::string >& getFilenames()
const
55 {
return _filenames; }
60 eq::Strings _filenames;
61 std::string _pathFilename;
68 #endif // EQ_PLY_LOCALINITDATA_H
Manages the argument parsing and non-distributed part of the initialization data. ...