X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flsystemparameters.h;h=b9dccaf9a30d1d4d85a617909aa69d24e62a8cfa;hb=acf054bffd0737f5bef7fc3eba35d6a912e7c801;hp=1d80635bad8e7f7896874fd2765493d2efbe0d24;hpb=15c82487a77555b040f3f4e03bc11da8b9bc5905;p=lsystem3d.git diff --git a/src/lsystemparameters.h b/src/lsystemparameters.h index 1d80635..b9dccaf 100644 --- a/src/lsystemparameters.h +++ b/src/lsystemparameters.h @@ -1,6 +1,6 @@ // Copyright (C) 2006 Erik Dahlberg // -// This file is part of LSystem3d. +// This file is part of LSystem3D. // // LSystem3D is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -32,11 +32,12 @@ using namespace std; /** - * Save and load a l-system specification + * Saver and loader for L-system parameters */ class LSystemParameters : protected XMLStructure { public: + /** * Constructor */ @@ -47,16 +48,17 @@ public: */ ~LSystemParameters(); + /** * Load parameters from xml file - * @param lsystem put parameters into this l-system + * @param lsystem put parameters into this L-system * @param path path to xml file */ void load(LindenmayerSystem *lsystem, string path); /** * Save parameters to xml file - * @param lsystem get parameters from this l-system + * @param lsystem get parameters from this L-system * @param path path to xml file */ void save(LindenmayerSystem *lsystem, string path);