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
Public Member Functions | Private Attributes | List of all members
DICe::MultiField_Exporter Class Reference

An exporter directs the tranfer of information between distributed objects. More...

#include <DICe_MultiFieldEpetra.h>

Public Member Functions

 MultiField_Exporter (MultiField_Map &map_a, MultiField_Map &map_b)
 constructor that takes two maps as the arguments More...
 
virtual ~MultiField_Exporter ()
 destructor
 
Teuchos::RCP< const Epetra_Export > get () const
 Returns a pointer to the underlying exporter object.
 
 MultiField_Exporter (MultiField_Map &map_a, MultiField_Map &map_b)
 constructor that takes two maps as the arguments More...
 
virtual ~MultiField_Exporter ()
 destructor
 
Teuchos::RCP< const export_typeget () const
 Returns a pointer to the underlying exporter object.
 

Private Attributes

Teuchos::RCP< const Epetra_Export > exporter_
 Pointer to the underlying exporter object.
 
Teuchos::RCP< const export_typeexporter_
 Pointer to the underlying exporter object.
 

Detailed Description

An exporter directs the tranfer of information between distributed objects.

Constructor & Destructor Documentation

◆ MultiField_Exporter() [1/2]

DICe::MultiField_Exporter::MultiField_Exporter ( MultiField_Map map_a,
MultiField_Map map_b 
)
inline

constructor that takes two maps as the arguments

Parameters
map_athe source map
map_bthe target map

◆ MultiField_Exporter() [2/2]

DICe::MultiField_Exporter::MultiField_Exporter ( MultiField_Map map_a,
MultiField_Map map_b 
)
inline

constructor that takes two maps as the arguments

Parameters
map_athe source map
map_bthe target map