X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flsystemparameters.h;h=b9dccaf9a30d1d4d85a617909aa69d24e62a8cfa;hb=HEAD;hp=e09bb457d7b23e395596af27151d2a650086f70d;hpb=526db67540bf69a4c09ed0d0f4d62bad0a37ee70;p=lsystem3d.git diff --git a/src/lsystemparameters.h b/src/lsystemparameters.h index e09bb45..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,6 +48,7 @@ public: */ ~LSystemParameters(); + /** * Load parameters from xml file * @param lsystem put parameters into this L-system