#
#-----------------------------------------------------------------------------
-MACRO(CREA_ADVANCED_INSTALL_LIBRARY_FOR_CMAKE LIBRARY_NAME)
-
+MACRO(CREA_ADVANCED_INSTALL_LIBRARY_FOR_CMAKE LIBRARY_NAME)
+
#---------------------------------------------------------------------------
# Sets the common values to build tree and install tree configs
SET(CILC_LIB_REQUIRED_C_FLAGS ${${LIBRARY_NAME}_REQUIRED_C_FLAGS})
# Sets the settings to default values
IF(NOT ${LIBRARY_NAME1}_INSTALL_FOLDER)
- SET(${LIBRARY_NAME1}_INSTALL_FOLDER ${LIBRARY_NAME1})
+ SET(${LIBRARY_NAME1}_INSTALL_FOLDER ${LIBRARY_NAME1})
ENDIF(NOT ${LIBRARY_NAME1}_INSTALL_FOLDER)
-
+
SET(${LIBRARY_NAME1}_LIBRARIES ${LIBRARY_NAME1})
FILE(RELATIVE_PATH
Program: Visualization Toolkit
Module: $RCSfile: creawxVTKRenderWindowInteractor.cxx,v $
Language: C++
- Date: $Date: 2011/07/12 09:38:09 $
- Version: $Revision: 1.8 $
+ Date: $Date: 2011/07/22 17:42:59 $
+ Version: $Revision: 1.9 $
Copyright (c) 1993-2002 Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
EVT_SIZE (creawxVTKRenderWindowInteractor::OnSize)
END_EVENT_TABLE()
-//EED win Compilation why??: vtkCxxRevisionMacro(creawxVTKRenderWindowInteractor, "$Revision: 1.8 $")
+//EED win Compilation why??: vtkCxxRevisionMacro(creawxVTKRenderWindowInteractor, "$Revision: 1.9 $")
vtkInstantiatorNewMacro(creawxVTKRenderWindowInteractor)
//---------------------------------------------------------------------------
rwin->UpdateContext();
}
#else
- // This solves a problem with repainting after a window resize
+ // This solves a problem with repainting after a window resize
// See also: http://sourceforge.net/mailarchive/forum.php?thread_id=31690967&forum_id=41789
vtkCarbonRenderWindow* rwin = vtkCarbonRenderWindow::SafeDownCast(RenderWindow);
if( rwin )
rwin->UpdateGLRegion();
}
#endif
+
#endif
}
//---------------------------------------------------------------------------