Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

template<class ArrayT>
void Impala::Core::Array::WriteRawList ( ArraySet< ArrayT > &  aSet,
Persistency::File  file,
bool  binary 
) [inline]

Definition at line 188 of file WriteRaw.h.

References Impala::Core::Array::ArraySet< ArrayT >::Array(), Impala::Core::Array::ArraySet< ArrayT >::Size(), and WriteRawList().

Referenced by Impala::Application::Im::DoNJetVec3UInt8(), and Impala::Core::Test::TestInvWiccest::Run().

00189 {
00190     std::vector<ArrayT*> list;
00191     for (Int64 i=0 ; i<aSet.Size() ; i++)
00192         list.push_back(aSet.Array(i));
00193     WriteRawList(list, file, binary);
00194 }

Here is the call graph for this function:


Generated on Fri Mar 19 10:59:01 2010 for ImpalaSrc by  doxygen 1.5.1