Overture  Version 25
Macros | Functions
mgExample2.C File Reference
#include "Overture.h"
#include "CompositeGridOperators.h"
#include "Oges.h"
#include "OGPolyFunction.h"
Include dependency graph for mgExample2.C:

Macros

#define M123(m1, m2, m3)   (m1+halfWidth1+width1*(m2+halfWidth2+width2*(m3+halfWidth3)))
 
#define COEFF(m1, m2, m3, I1, I2, I3)   c(M123(m1,m2,m3),I1,I2,I3)
 

Functions

int main (int argc, char *argv[])
 

Macro Definition Documentation

#define COEFF (   m1,
  m2,
  m3,
  I1,
  I2,
  I3 
)    c(M123(m1,m2,m3),I1,I2,I3)

Referenced by main().

#define M123 (   m1,
  m2,
  m3 
)    (m1+halfWidth1+width1*(m2+halfWidth2+width2*(m3+halfWidth3)))

Function Documentation

int main ( int  argc,
char *  argv[] 
)