]> SALOME platform Git repositories - modules/paravis.git/commitdiff
Salome HOME
Porting to Paraview 3.98.1
authorvtn <vtn@opencascade.com>
Mon, 4 Mar 2013 12:06:40 +0000 (12:06 +0000)
committervtn <vtn@opencascade.com>
Mon, 4 Mar 2013 12:06:40 +0000 (12:06 +0000)
idl/CMakeLists.txt
src/PVGUI/CMakeLists.txt
src/PVGUI/PVGUI_Module.cxx

index f79543bfe9c270efb8987ae9715fda9e24e51a76..27b0ff63e95ea3d5b04bb931d11ac300da8a1834 100644 (file)
@@ -88,7 +88,9 @@ FOREACH(f ${PLATFORM_CPPFLAGS} ${PTHREAD_CFLAGS} ${PARAVIEW_INCLUDES} ${VTK_INCL
   SET(flags "${flags} ${f}")
 ENDFOREACH(f ${PLATFORM_CPPFLAGS} ${PTHREAD_CFLAGS} ${PARAVIEW_INCLUDES} ${VTK_INCLUDES})
 
-#VTN TODO:
+#VTN TODO: vtkParseData supports two types of structures for wrapping.
+#We use old structures currently, but is is not influent for results of wrapping.
+#It may be necessary to port vtkWrapIDL to new approach in future.
 #IF(VTK_LEGACY_REMOVE)
 #  ADD_DEFINITIONS(-DVTK_PARSE_LEGACY_REMOVE)
 #ENDIF()
index 4096204aa13c77ac70280df7504309ec3c6cde03..941a86358dabbe6a6ce543de147126eb7bf326e1 100644 (file)
@@ -44,7 +44,9 @@ SET(vtkWrapIDL_HH_CPPFLAGS
 SET(vtkWrapIDL_CC_CPPFLAGS
   -DIDL_I_CC
   )
-#VTN TODO:
+#VTN TODO: vtkParseData supports two types of structures for wrapping.
+#We use old structures currently, but is is not influent for results of wrapping.
+#It may be necessary to port vtkWrapIDL to new approach in future.
 #IF(VTK_LEGACY_REMOVE)
 #  ADD_DEFINITIONS(-DVTK_PARSE_LEGACY_REMOVE)
 #ENDIF()
@@ -89,7 +91,7 @@ SET(dist_libPARAVIS_la_SOURCES
 # Check ParaView documentation file existence
 # if it exists add it to the resources (compile into binary form)
 # otherwise print warning message
-SET(PV_DOC_FILE ${ParaView_INSTALL_PREFIX}/share/doc/paraview-${PARAVIEW_VERSION_MAJOR}.${PARAVIEW_VERSION_MINOR}/paraview.qch)
+SET(PV_DOC_FILE ${VTK_INSTALL_PREFIX}/share/doc/paraview-${PARAVIEW_VERSION_MAJOR}.${PARAVIEW_VERSION_MINOR}/paraview.qch)
 IF (EXISTS ${PV_DOC_FILE})
   SET(RC_SOURCE ${CMAKE_CURRENT_SOURCE_DIR}/PVGUI.qrc.in)
   SET(RC_GENERATED ${CMAKE_CURRENT_BINARY_DIR}/PVGUI.qrc)
index 2d77ea12b26912d8e06261bdfb8f7893b9d1b292..548982eb98804300a047879b500a58e073cba027 100644 (file)
@@ -426,7 +426,6 @@ void PVGUI_Module::initialize( CAM_Application* app )
 
     // * adds support for standard paraview views.
     pgm->addInterface(new pqStandardViewModules(pgm));
-    //VTN TODO Paraview 3.98.0: Unresolved symbol _ZN36pqStandardSummaryPanelImplementationC1EP7QObject
     pgm->addInterface(new pqStandardSummaryPanelImplementation(pgm));
     pgm->addInterface(new pqStandardPropertyWidgetInterface(pgm));