Chi-Tech
chi_mesh::ff_interpolation Namespace Reference

Enumerations

enum class  Type : int { SLICE = 1 , LINE = 2 , VOLUME = 3 , POINT = 4 }
 
enum class  Operation : int {
  OP_SUM = 10 , OP_AVG = 11 , OP_MAX = 12 , OP_SUM_LUA = 13 ,
  OP_AVG_LUA = 14 , OP_MAX_LUA = 15
}
 
enum class  Property : int {
  PROBEPOINT = 0 , SLICEPOINT = 1 , SLICENORMAL = 2 , SLICETANGENT = 3 ,
  SLICEBINORM = 4 , OPERATION = 5 , LOGICAL_VOLUME = 8 , ADD_FIELD_FUNCTION = 9 ,
  SET_FIELD_FUNCTIONS = 10 , FIRSTPOINT = 11 , SECONDPOINT = 12 , NUMBEROFPOINTS = 13 ,
  CUSTOM_ARRAY = 14
}
 

Enumeration Type Documentation

◆ Operation

enum class chi_mesh::ff_interpolation::Operation : int
strong
Enumerator
OP_SUM 
OP_AVG 
OP_MAX 
OP_SUM_LUA 
OP_AVG_LUA 
OP_MAX_LUA 

Definition at line 23 of file chi_ffinterpolation.h.

◆ Property

enum class chi_mesh::ff_interpolation::Property : int
strong
Enumerator
PROBEPOINT 
SLICEPOINT 
SLICENORMAL 
SLICETANGENT 
SLICEBINORM 
OPERATION 
LOGICAL_VOLUME 
ADD_FIELD_FUNCTION 
SET_FIELD_FUNCTIONS 
FIRSTPOINT 
SECONDPOINT 
NUMBEROFPOINTS 
CUSTOM_ARRAY 

Definition at line 33 of file chi_ffinterpolation.h.

◆ Type

enum class chi_mesh::ff_interpolation::Type : int
strong
Enumerator
SLICE 
LINE 
VOLUME 
POINT 

Definition at line 15 of file chi_ffinterpolation.h.