~vcs-imports/escript-finley/trunk

« back to all changes in this revision

Viewing changes to weipa/src/FinleyNodes.h

  • Committer: jfenwick
  • Date: 2010-10-11 01:48:14 UTC
  • Revision ID: svn-v4:77569008-7704-0410-b7a0-a92fef0b09fd:trunk:3259
Merging dudley and scons updates from branches

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
class DBfile;
20
20
class NcFile;
 
21
struct Dudley_NodeFile;
21
22
struct Finley_NodeFile;
22
23
 
23
24
namespace weipa {
45
46
    /// \brief Virtual destructor
46
47
    virtual ~FinleyNodes();
47
48
 
 
49
    /// \brief Initialises with dudley node file.
 
50
    bool initFromDudley(const Dudley_NodeFile* dudleyFile);
 
51
 
48
52
    /// \brief Initialises with finley node file.
49
53
    bool initFromFinley(const Finley_NodeFile* finleyFile);
50
54