Skip to content
Snippets Groups Projects
Commit b3933399 authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

ENH: comment trace in GLImageActor

parent 0431a519
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,8 @@ void GlImageActor::Initialize(const std::string & filename)
m_FileReader = ReaderType::New();
m_FileReader->SetFileName(m_FileName);
m_FileReader->GetOutput()->UpdateOutputInformation();
std::cout<<"GlImageActor::Initialize"<<std::endl;
//std::cout<<"GlImageActor::Initialize"<<std::endl;
m_LargestRegion = m_FileReader->GetOutput()->GetLargestPossibleRegion();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment