ESyS-Particle  4.0.1
VectorParticleFieldSlaveTagged.h
1 
2 // //
3 // Copyright (c) 2003-2011 by The University of Queensland //
4 // Earth Systems Science Computational Centre (ESSCC) //
5 // http://www.uq.edu.au/esscc //
6 // //
7 // Primary Business: Brisbane, Queensland, Australia //
8 // Licensed under the Open Software License version 3.0 //
9 // http://www.opensource.org/licenses/osl-3.0.php //
10 // //
12 
13 #ifndef __VECTOR_PARTICLE_FIELD_SLAVE_TAGGED_H
14 #define __VECTOR_PARTICLE_FIELD_SLAVE_TAGGED__H
15 
16 // -- project includes --
17 #include "VectorParticleFieldSlave.h"
18 
19 class TML_Comm;
20 
21 template <class T> class ParallelParticleArray;
22 
31 template <typename T>
33 {
34  private:
35  int m_tag,m_mask;
36 
37  protected:
38  public:
39  VectorParticleFieldSlaveTagged(TML_Comm*,ParallelParticleArray<T>*,typename T::VectorFieldFunction,int,int);
40  virtual void sendData();
41 };
42 
43 #include "VectorParticleFieldSlaveTagged.hpp"
44 
45 #endif //__SCALAR_PARTICLE_FIELD_SLAVE_TAGGED__H