Digital Image Correlation Engine  Version 1.0
A modular, high-performance, image correlation tool used to compute full-field displacements and strains from digital images
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CDICe::cine::bitmap_info_headerStructure to hold the image information
 CDICe::Boundary_Condition_DefHolds info used to define a boundary condition
 CDICe::CameraA class for camera calibration parameters and computing single camera projection based transformations
 CDICe::Camera::Camera_InfoHelper struct for camera initialization (cleans up of the constructors for camera class so it only needs one)
 CDICe::Camera_SystemA class for camera calibration parameters and computing projection transformations notes: there is only one source camera per camera system, this determines how the coordinate systems are organized. All other cameras are target cameras
 CDICe::cine::cine_file_headerStructure to hold the cine file header information
 CDICe::cine::Cine_HeaderA class to hold header information for cine files. Always assumes that the cine file has been stored in LayoutRight or row-aligned in memory
 CDICe::cine::Cine_ReaderA helper class the reads in cine files from disk and provides some methods such as getting a particular frame from the cine file
 CDICe::Command_Line_ParserParses the input options from the command line
 CDICe::computed_pointStruct used to sort solutions by peak values
 CDICe::Conformal_Area_DefA simple container for geometry information defining the boundary of a DICe::Subset
 CDICe::Correlation_ParameterSimple struct to hold information about correlation parameters
 CDICe::DecompDecomposes the images and the mesh points for parallel execution
 CDICe::def_triadDeformation triad to store three parameter values in a set
 CDICeA generic class that provides an abstraction of the local DIC shape function
 CDICe::ExtentsCollection of origin x, y and width and height
 CDICe::field_enums::Field_SpecA struct that holds all the necessary information to define a field
 CDICe::Image
 CDICe::Image_DeformerBase class that deformes an input image according to an analytical function
 CDICe::utils::Image_Reader_Cache
 CDICe::InitializerA generic class that provides an initial guess for the optimization routines in a DICe::Objective
 CDICe::Intensity_Sum_FunctorMean value functor
 CDICe::Intensity_Sum_Minus_Mean_FunctorFunctor to compute the sum minus the mean (value used in ZNSSD criteria)
 Ckiss_fft_cpxKiss fft cpx
 Ckiss_fft_stateKiss fft state
 CDICe::Local_Shape_Function
 CDICe::Subset_Init_Functor::Map_Bilinear_TagTag
 CDICe::Subset_Init_Functor::Map_Keys_TagTag
 CDICe::Mask_Apply_FunctorImage mask apply functor
 CDICe::Mask_Init_FunctorImage mask initialization functor note, the number of pixels is the size of the x and y arrays, not the image
 CDICe::Mask_Smoothing_FunctorImage mask initialization functor note, the number of pixels is the size the image
 CDICe::Matrix< Type, Rows, Cols >Generic class for matrix storage and operations The idea behind this matrix class is to have a simple matrix (and vector) class that has all it's storage on the stack and several of it's methods optimized. This class is intended for small size matrices that are used in things like objective calculations of other heavily repeated operations. It is not intended for use with dynamic sizes. In most cases the size should be known at compile time. In a few instances the size is not known (for example when there are different sets of shape functions activated by the user, this leads to runtime sizing of the tangent matrix in the subset-based optimization loop). In cases like these, functionality for dynamic sizing has been emulated by making a Matrix of MAX_MATRIX_DIM size and only uses a portion of that allocation
 CDICe::Matrix< scalar_t, 3 >
 CDICe::Matrix< scalar_t, 4 >
 CDICe::mesh::MeshThe discretization used by the pysics classes
 CDICe::mesh::Mesh_ObjectA mesh object is the base class for elements, nodes, faces, that make up the computational domain
 CDICe::Motion_Test_UtilityTests to see if there has been any motion since the last frame if not, this frame can be skipped
 CDICe::Motion_Window_ParamsStruct to hold motion window around a subset to test for movement
 CDICe::MultiFieldA container class for the data structures used in DICe This class was created to enable switching back and forth between data structures based on the compute architecture
 CDICe::MultiField_CommMPI Communicator
 CDICe::MultiField_ExporterAn exporter directs the tranfer of information between distributed objects
 CDICe::MultiField_ImporterAn importer directs the tranfer of information between distributed objects
 CDICe::MultiField_MapMPI distribution map
 CDICe::MultiField_MatrixA container class for a CrsMatrix
 CDICe::Subset_Init_Functor::No_Map_TagTag
 CDICe::ObjectiveA container class for the subsets, optimization algorithm and initialization routine used to correlate a single point
 CDICe::Output_SpecA simple class to hold the fields to write to the output files and the order to write them
 CPoint_Cloud_3D< T >::PointPoint struct
 CPoint_Cloud_2D< T >::PointPoint struct
 CPoint_Cloud_2D< T >Point clouds
 CPoint_Cloud_3D< T >Point clouds
 CDICe::Post_ProcessorA class for computing variables based on the field values and associated utilities
 CDICe::SchemaThe centralized container for the correlation plan and parameters
 CDICe::ShapeGeneric class for defining regions in an image
 CDICe::mesh::Shape_Function_EvaluatorBase class for shape function evaluation
 CDICe::mesh::Shape_Function_Evaluator_FactoryFactory class that creates shape function evaluators
 CDICe::mesh::side_set_infoHolds information for side sets in the mesh
 CDICe::SimplexNon-gradient based optimization algorithm class
 CDICe::Stat_ContainerContainer class that holds information about a tracking analysis
 CDICe::SubsetSubsets are used to store temporary collections of pixels for comparison between the reference and deformed images. The data that is stored by a subset is a list of x and y corrdinates of each pixel (this allows for arbitrary shape) and containers for pixel intensity values
 CDICe::Subset_File_InfoSimple struct for passing info back and forth from read_subset_file:
 CDICe::Subset_Init_FunctorSubset intensity value initialization functor
 CDICe::cine::tagTIME64Structure to hold the trigger time
 CDICe::Transform_FunctorImage transformation functor given parameters theta, u, and v, transform the given image uses the keys interpolant (TODO add other interpolants)
 CDICe::TriangulationA class for computing the triangulation of 3d points from two correlation and a calibration file
 CDICe::ZNSSD_Gamma_FunctorZnssd gamma functor