SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
ArrayMathFunctionSourceSink.cc File Reference
#include <Core/Datatypes/Matrix.h>
#include <Core/Datatypes/DenseMatrix.h>
#include <Core/Datatypes/MatrixTypeConversions.h>
#include <Core/Datatypes/Legacy/Field/Field.h>
#include <Core/Datatypes/Legacy/Field/Mesh.h>
#include <Core/Datatypes/Legacy/Field/VMesh.h>
#include <Core/Datatypes/Legacy/Field/VField.h>
#include <Core/Parser/ArrayMathInterpreter.h>
#include <Core/Parser/ArrayMathFunctionCatalog.h>

Namespaces

 ArrayMathFunctions
 
 SCIRun
 STL datatypes needed.
 

Functions

bool get_scalar_fd (ArrayMathProgramCode &pc)
 
bool get_vector_fd (ArrayMathProgramCode &pc)
 
bool get_tensor_fd (ArrayMathProgramCode &pc)
 
bool get_node_location_fm (ArrayMathProgramCode &pc)
 
bool get_node_x_fm (ArrayMathProgramCode &pc)
 
bool get_node_y_fm (ArrayMathProgramCode &pc)
 
bool get_node_z_fm (ArrayMathProgramCode &pc)
 
bool get_element_location_fm (ArrayMathProgramCode &pc)
 
bool get_element_x_fm (ArrayMathProgramCode &pc)
 
bool get_element_y_fm (ArrayMathProgramCode &pc)
 
bool get_element_z_fm (ArrayMathProgramCode &pc)
 
bool get_scalar_m (ArrayMathProgramCode &pc)
 
bool get_scalar_ab (ArrayMathProgramCode &pc)
 
bool get_scalar_ai (ArrayMathProgramCode &pc)
 
bool get_scalar_ad (ArrayMathProgramCode &pc)
 
bool get_vector_m (ArrayMathProgramCode &pc)
 
bool get_tensor_m (ArrayMathProgramCode &pc)
 
bool to_fielddata_s (ArrayMathProgramCode &pc)
 
bool to_fielddata_v (ArrayMathProgramCode &pc)
 
bool to_fielddata_t (ArrayMathProgramCode &pc)
 
bool to_fieldnode_v (ArrayMathProgramCode &pc)
 
bool to_matrix_s (ArrayMathProgramCode &pc)
 
bool to_matrix_v (ArrayMathProgramCode &pc)
 
bool to_matrix_t (ArrayMathProgramCode &pc)
 
bool index_ (ArrayMathProgramCode &pc)
 
bool get_matrix_element_m (ArrayMathProgramCode &pc)
 
bool set_matrix_element_s (ArrayMathProgramCode &pc)
 
bool to_bool_array_s (ArrayMathProgramCode &pc)
 
bool to_int_array_s (ArrayMathProgramCode &pc)
 
bool to_double_array_s (ArrayMathProgramCode &pc)
 
void SCISHARE InsertSourceSinkArrayMathFunctionCatalog (ArrayMathFunctionCatalogHandle &catalog)