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

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

Definition at line 236 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().

00237 {
00238     std::vector<ArrayT*> list;
00239     for (Int64 i=0 ; i<aSet.Size() ; i++)
00240         list.push_back(aSet.Array(i));
00241     WriteRawList(list, file, binary);
00242 }

Here is the call graph for this function:


Generated on Thu Jan 13 09:17:11 2011 for ImpalaSrc by  doxygen 1.5.1