]>
SALOME platform Git repositories - tools/tutorial.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
mpa [Fri, 15 Nov 2013 08:24:15 +0000 (08:24 +0000)]
CMake:
- update documentation considering new CMake build system
gdd [Fri, 8 Mar 2013 14:58:13 +0000 (14:58 +0000)]
Replace
SetInputData( vtkObj->GetOutput() );
by
SetInputConnection( vtkObj->GetOutputPort() );
See http://www.vtk.org/Wiki/VTK/VTK_6_Migration/Replacement_of_SetInput
gdd [Fri, 8 Mar 2013 09:09:21 +0000 (09:09 +0000)]
Update with VTK6
configure.ac :
- replace CHECK_VTK by CHECK_PYVTK
src/ATOMSOLVGUI/ATOMSOLVGUI_Displayer.cxx :
- replace vtkFloatingPointType by double
- replace SetInput by SetInputData
vsr [Tue, 12 Feb 2013 14:53:55 +0000 (14:53 +0000)]
Merge from V6_main 11/02/2013
vsr [Thu, 13 Dec 2012 12:45:15 +0000 (12:45 +0000)]
Merge from V6_main 13/12/2012
vsr [Mon, 8 Oct 2012 13:24:40 +0000 (13:24 +0000)]
Merge from V6_main (04/10/2012)
vsr [Thu, 9 Aug 2012 13:50:39 +0000 (13:50 +0000)]
Merge from V6_main_20120808 08Aug12
jfa [Thu, 10 Mar 2011 10:30:10 +0000 (10:30 +0000)]
Correct wrong import
jfa [Thu, 10 Mar 2011 10:27:15 +0000 (10:27 +0000)]
Salome tutorial