No subject


Fri Oct 24 12:21:10 EDT 2014


 /**
  * By default we set all the output requested regions to be the same.
  */
 void 
 ProcessObject
 ::GenerateOutputRequestedRegion(DataObject *output)
 {
   std::vector<DataObjectPointer>::size_type idx;
   for (idx = 0; idx < m_Outputs.size(); ++idx)
     {
     if (m_Outputs[idx] && m_Outputs[idx] != output)
       {
       m_Outputs[idx]->SetRequestedRegion(output);
       }
     }  
 }
--------------

Josh.


______________________________
 Josh Cates			
 School of Computer Science	
 University of Utah
 Email: cates at cs.utah.edu
 Phone: (801) 587-7697
 URL:   www.cs.utk.edu/~cates





More information about the Insight-developers mailing list