/[ff3d]/ff3d/language/MeshExpression.hpp
ViewVC logotype

Diff of /ff3d/language/MeshExpression.hpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by delpinux, Sun Sep 14 17:12:09 2003 UTC revision 1.6 by delpinux, Wed Sep 17 17:55:21 2003 UTC
# Line 22  Line 22 
22    
23  #include <Expression.hpp>  #include <Expression.hpp>
24  #include <Vector3Expression.hpp>  #include <Vector3Expression.hpp>
25    #include <RealExpression.hpp>
26    
27  #include <cmath>  #include <cmath>
28  #include <Variable.hpp>  #include <Variable.hpp>
# Line 204  class MeshExpressionExtract Line 205  class MeshExpressionExtract
205  {  {
206  private:  private:
207    ReferenceCounting<MeshExpression> __originalMesh;    ReferenceCounting<MeshExpression> __originalMesh;
208      ReferenceCounting<RealExpression> __referenceToExtract;
209    
210    std::ostream& put(std::ostream& os) const;    std::ostream& put(std::ostream& os) const;
211    
212  public:  public:
213    void execute();    void execute();
214    
215    MeshExpressionExtract(ReferenceCounting<MeshExpression>);    MeshExpressionExtract(ReferenceCounting<MeshExpression>,
216                            ReferenceCounting<RealExpression>);
217    
218    MeshExpressionExtract(const MeshExpressionExtract& e);    MeshExpressionExtract(const MeshExpressionExtract& e);
219    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26