Ignore:
Timestamp:
Nov 25, 2008, 5:28:38 PM (16 years ago)
Author:
garnier
Message:

pre-tag revision and some improvments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/management/include/G4VisCommandsViewer.hh

    r850 r891  
    138138  G4VisCommandViewerCreate (const G4VisCommandViewerCreate&);
    139139  G4VisCommandViewerCreate& operator = (const G4VisCommandViewerCreate&);
     140  int ParseGeometry ( const char *string, int *x, int *y, unsigned int *width, unsigned int *height);
     141  int ReadInteger(char *string, char **NextString);
    140142  G4String NextName ();
    141143  G4UIcommand* fpCommand;
    142144  G4int fId;
     145  int NoValue;
     146  int XValue;
     147  int YValue;
     148  int WidthValue;
     149  int HeightValue;
     150  int AllValues;
     151  int XNegative;
     152  int YNegative;
    143153};
    144154
Note: See TracChangeset for help on using the changeset viewer.