USGS

Isis 3.0 Object Programmers' Reference

Home

Isis::ImageList::CopyImageDataFunctor Class Reference

This functor is used for copying the images between two projects quickly. More...

Inheritance diagram for Isis::ImageList::CopyImageDataFunctor:
Inheritance graph
Collaboration diagram for Isis::ImageList::CopyImageDataFunctor:
Collaboration graph

Public Member Functions

 CopyImageDataFunctor (const Project *project, FileName newProjectRoot)
 CopyImageDataFunctor (const CopyImageDataFunctor &other)
void * operator() (Image *const &imageToCopy)
CopyImageDataFunctoroperator= (const CopyImageDataFunctor &rhs)

Private Attributes

const Projectm_project
FileName m_newProjectRoot

Detailed Description

This functor is used for copying the images between two projects quickly.

This is designed to work with QtConcurrentMap, though the results are all NULL (QtConcurrentMap is much faster than many QtConcurrentRun calls).

Author
2012-09-?? Steven Lambright

Definition at line 129 of file ImageList.h.


The documentation for this class was generated from the following files: