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
|
A class that searches a nearby neighborhood for the subset. More...
#include <DICe_Initializer.h>
Public Member Functions | |
Search_Initializer (Schema *schema, Teuchos::RCP< Subset > subset, const scalar_t &step_size_u, const scalar_t &search_dim_u, const scalar_t &step_size_v, const scalar_t &search_dim_v, const scalar_t &step_size_theta, const scalar_t &search_dim_theta) | |
virtual | ~Search_Initializer () |
virtual destructor | |
virtual void | pre_execution_tasks () |
see base class description | |
virtual Status_Flag | initial_guess (const int_t subset_gid, Teuchos::RCP< Local_Shape_Function > shape_function) |
see base class description | |
Public Member Functions inherited from DICe::Initializer | |
Initializer (Schema *schema) | |
base class constructor | |
virtual | ~Initializer () |
virtual destructor | |
Protected Attributes | |
Teuchos::RCP< Subset > | subset_ |
pointer to a specific subset | |
scalar_t | step_size_u_ |
search step size in x and y | |
scalar_t | step_size_v_ |
scalar_t | search_dim_u_ |
extent of search in x and y (added and substracted from input to get extents) | |
scalar_t | search_dim_v_ |
scalar_t | step_size_theta_ |
search step size in theta | |
scalar_t | search_dim_theta_ |
extent of search in theta | |
Protected Attributes inherited from DICe::Initializer | |
Schema * | schema_ |
pointer to the schema that created this initializer, used for field access | |
A class that searches a nearby neighborhood for the subset.
DICe::Search_Initializer::Search_Initializer | ( | Schema * | schema, |
Teuchos::RCP< Subset > | subset, | ||
const scalar_t & | step_size_u, | ||
const scalar_t & | search_dim_u, | ||
const scalar_t & | step_size_v, | ||
const scalar_t & | search_dim_v, | ||
const scalar_t & | step_size_theta, | ||
const scalar_t & | search_dim_theta | ||
) |
constructor
schema | the parent schema |
subset | pointer to a subset |
step_size_u | the search step size in u (negative 1 means don't search in this dim) |
search_dim_u | the extents of the search in u |
step_size_v | the search step size in v (negative 1 means don't search in this dim) |
search_dim_v | the extents of the search in v |
step_size_theta | the angle step size (negative 1 means don't search in this dim) |
search_dim_theta | the extents of the search in angle |