Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields   Globals  

genhexkins.h File Reference

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Defines

#define MINI_TETRA
#define NUM_STRUTS   6
#define BASE_0_X   -22.950
#define BASE_0_Y   13.250
#define BASE_1_X   22.950
#define BASE_1_Y   13.250
#define BASE_2_X   22.950
#define BASE_2_Y   13.250
#define BASE_3_X   0
#define BASE_3_Y   -26.5
#define BASE_4_X   0
#define BASE_4_Y   -26.5
#define BASE_5_X   -22.950
#define BASE_5_Y   13.250
#define BASE_0_Z   0
#define BASE_1_Z   0
#define BASE_2_Z   0
#define BASE_3_Z   0
#define BASE_4_Z   0
#define BASE_5_Z   0
#define PLATFORM_0_X   -1
#define PLATFORM_0_Y   11.5
#define PLATFORM_1_X   1
#define PLATFORM_1_Y   11.5
#define PLATFORM_2_X   10.459
#define PLATFORM_2_Y   -4.884
#define PLATFORM_3_X   9.459
#define PLATFORM_3_Y   -6.616
#define PLATFORM_4_X   -9.459
#define PLATFORM_4_Y   -6.616
#define PLATFORM_5_X   -10.459
#define PLATFORM_5_Y   -4.884
#define PLATFORM_0_Z   0
#define PLATFORM_1_Z   0
#define PLATFORM_2_Z   0
#define PLATFORM_3_Z   0
#define PLATFORM_4_Z   0
#define PLATFORM_5_Z   0

Functions

int genhexSetParams (PmCartesian const base[], const PmCartesian platform[])
int genhexGetParams (PmCartesian base[], PmCartesian platform[])


Define Documentation

#define BASE_0_X   -22.950
 

Definition at line 135 of file genhexkins.h.

#define BASE_0_Y   13.250
 

Definition at line 136 of file genhexkins.h.

#define BASE_0_Z   0
 

Definition at line 153 of file genhexkins.h.

#define BASE_1_X   22.950
 

Definition at line 138 of file genhexkins.h.

#define BASE_1_Y   13.250
 

Definition at line 139 of file genhexkins.h.

#define BASE_1_Z   0
 

Definition at line 154 of file genhexkins.h.

#define BASE_2_X   22.950
 

Definition at line 141 of file genhexkins.h.

#define BASE_2_Y   13.250
 

Definition at line 142 of file genhexkins.h.

#define BASE_2_Z   0
 

Definition at line 155 of file genhexkins.h.

#define BASE_3_X   0
 

Definition at line 144 of file genhexkins.h.

#define BASE_3_Y   -26.5
 

Definition at line 145 of file genhexkins.h.

#define BASE_3_Z   0
 

Definition at line 156 of file genhexkins.h.

#define BASE_4_X   0
 

Definition at line 147 of file genhexkins.h.

#define BASE_4_Y   -26.5
 

Definition at line 148 of file genhexkins.h.

#define BASE_4_Z   0
 

Definition at line 157 of file genhexkins.h.

#define BASE_5_X   -22.950
 

Definition at line 150 of file genhexkins.h.

#define BASE_5_Y   13.250
 

Definition at line 151 of file genhexkins.h.

#define BASE_5_Z   0
 

Definition at line 158 of file genhexkins.h.

#define MINI_TETRA
 

Definition at line 27 of file genhexkins.h.

#define NUM_STRUTS   6
 

Definition at line 29 of file genhexkins.h.

#define PLATFORM_0_X   -1
 

Definition at line 162 of file genhexkins.h.

#define PLATFORM_0_Y   11.5
 

Definition at line 163 of file genhexkins.h.

#define PLATFORM_0_Z   0
 

Definition at line 180 of file genhexkins.h.

#define PLATFORM_1_X   1
 

Definition at line 165 of file genhexkins.h.

#define PLATFORM_1_Y   11.5
 

Definition at line 166 of file genhexkins.h.

#define PLATFORM_1_Z   0
 

Definition at line 181 of file genhexkins.h.

#define PLATFORM_2_X   10.459
 

Definition at line 168 of file genhexkins.h.

#define PLATFORM_2_Y   -4.884
 

Definition at line 169 of file genhexkins.h.

#define PLATFORM_2_Z   0
 

Definition at line 182 of file genhexkins.h.

#define PLATFORM_3_X   9.459
 

Definition at line 171 of file genhexkins.h.

#define PLATFORM_3_Y   -6.616
 

Definition at line 172 of file genhexkins.h.

#define PLATFORM_3_Z   0
 

Definition at line 183 of file genhexkins.h.

#define PLATFORM_4_X   -9.459
 

Definition at line 174 of file genhexkins.h.

#define PLATFORM_4_Y   -6.616
 

Definition at line 175 of file genhexkins.h.

#define PLATFORM_4_Z   0
 

Definition at line 184 of file genhexkins.h.

#define PLATFORM_5_X   -10.459
 

Definition at line 177 of file genhexkins.h.

#define PLATFORM_5_Y   -4.884
 

Definition at line 178 of file genhexkins.h.

#define PLATFORM_5_Z   0
 

Definition at line 185 of file genhexkins.h.


Function Documentation

int genhexGetParams PmCartesian    base[],
PmCartesian    platform[]
 

Definition at line 187 of file genhexkins.c.

00188 {
00189   int t;
00190 
00191   for (t = 0; t < 6; t++) {
00192     base[t] = b[t];
00193     platform[t] = b[t];
00194   }
00195 
00196   return 0;
00197 }

int genhexSetParams PmCartesian    const[],
const PmCartesian    platform[]
 


Generated on Sun Dec 2 15:28:04 2001 for EMC by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001