InstructionCoarseMesh Class Reference

#include <Instruction.hpp>

Inheritance diagram for InstructionCoarseMesh:

Inheritance graph
[legend]
Collaboration diagram for InstructionCoarseMesh:

Collaboration graph
[legend]

List of all members.

Public Types

enum  Type {
  list, ifStatement, doWhileStatement, whileStatement,
  forStatement, exitStatement, coarseMesh, declaration,
  affectation, increment, input, decrement,
  evaluation, blockBegin, blockEnd, output,
  Using, exec, cat, plot,
  save, none
}

Public Member Functions

void execute ()
 InstructionCoarseMesh (const bool &fm)
 InstructionCoarseMesh (const InstructionCoarseMesh &I)
 ~InstructionCoarseMesh ()
const Instruction::Typetype () const

Protected Attributes

const Instruction::Type __type

Private Attributes

bool __coarseMesh


Detailed Description

Definition at line 886 of file Instruction.hpp.


Member Enumeration Documentation

enum Instruction::Type [inherited]

Enumerator:
list 
ifStatement 
doWhileStatement 
whileStatement 
forStatement 
exitStatement 
coarseMesh 
declaration 
affectation 
increment 
input 
decrement 
evaluation 
blockBegin 
blockEnd 
output 
Using 
exec 
cat 
plot 
save 
none 

Definition at line 49 of file Instruction.hpp.

00049             {
00050     list,
00051     ifStatement,
00052     doWhileStatement,
00053     whileStatement,
00054     forStatement,
00055     exitStatement,
00056     coarseMesh,
00057 
00058     declaration,
00059     affectation,
00060     increment,
00061     input,
00062     decrement,
00063     evaluation,
00064 
00065     blockBegin,
00066     blockEnd,
00067 
00068     output,
00069     Using,
00070     exec,
00071     cat,
00072     plot,
00073     save,
00074     none
00075   };


Constructor & Destructor Documentation

InstructionCoarseMesh::InstructionCoarseMesh ( const bool &  fm  )  [inline]

Definition at line 895 of file Instruction.hpp.

00896     : Instruction(Instruction::coarseMesh),
00897       __coarseMesh(fm)
00898   {
00899     ;
00900   }

InstructionCoarseMesh::InstructionCoarseMesh ( const InstructionCoarseMesh I  )  [inline]

Definition at line 902 of file Instruction.hpp.

00903     : Instruction(I),
00904       __coarseMesh(I.__coarseMesh)
00905   {
00906     ;
00907   }

InstructionCoarseMesh::~InstructionCoarseMesh (  )  [inline]

Definition at line 909 of file Instruction.hpp.

00910   {
00911     ;
00912   }


Member Function Documentation

void InstructionCoarseMesh::execute (  )  [virtual]

Implements Instruction.

Definition at line 428 of file Instruction.cpp.

References __coarseMesh, StaticBase< Information >::instance(), and Information::setCoarseMesh().

Here is the call graph for this function:

const Instruction::Type& Instruction::type (  )  const [inline, inherited]

Definition at line 81 of file Instruction.hpp.

References Instruction::__type.

00082   {
00083     return __type;
00084   }


Member Data Documentation

Definition at line 890 of file Instruction.hpp.

Referenced by execute().

const Instruction::Type Instruction::__type [protected, inherited]

Definition at line 78 of file Instruction.hpp.

Referenced by Instruction::type().


The documentation for this class was generated from the following files:

Generated on Wed Nov 19 00:07:58 2008 for FreeFEM3D (aka ff3d) by  doxygen 1.5.6