CHROMA
|
The key for displaced color vectors. More...
#include <disp_soln_cache.h>
Public Attributes | |
bool | use_derivP |
std::vector< int > | displacement |
multi1d< int > | mom |
The key for displaced color vectors.
Definition at line 30 of file disp_soln_cache.h.
std::vector<int> Chroma::KeyDispSolnVector_t::displacement |
Orig plus/minus 1-based directional displacements
Definition at line 33 of file disp_soln_cache.h.
Referenced by Chroma::DispSolnCache::displaceObject(), Chroma::DispSolnCache::getDispVector(), Chroma::read(), and Chroma::write().
multi1d<int> Chroma::KeyDispSolnVector_t::mom |
Definition at line 34 of file disp_soln_cache.h.
Referenced by Chroma::DispSolnCache::displaceObject(), Chroma::DispSolnCache::getDispVector(), Chroma::read(), and Chroma::write().
bool Chroma::KeyDispSolnVector_t::use_derivP |
Definition at line 32 of file disp_soln_cache.h.
Referenced by Chroma::DispSolnCache::displaceObject(), Chroma::DispSolnCache::getDispVector(), Chroma::read(), and Chroma::write().