- 03 Jan, 2005 2 commits
-
-
Brad King authored
ENH: Added compile-time options VTK_LEGACY_REMOVE and VTK_LEGACY_SILENT along with VTK_LEGACY macro. This provides a new deprecation mechanism with more user control over whether deprecated code is available and whether using it produces warnings. Wrappers now also take the deprecation mechanism into account.
-
Ken Martin authored
-
- 26 Jan, 2004 1 commit
-
-
Brad King authored
BUG: vtkXRenderWindowTclInteractor should be used in Tcl wrappers if VTK_USE_X is defined. Previous "not windows and not apple" test does not work for X on cygwin or on the Mac.
-
- 14 Nov, 2003 1 commit
-
-
Will Schroeder authored
-
- 18 Apr, 2003 1 commit
-
-
Andy Cedilnik authored
-
- 12 Mar, 2003 1 commit
-
-
David Gobbi authored
with the code in vtkObjectBase.cxx ( the delete [] was causing segfaults on my system and some other linux/gcc3.1 systems for an unknown reason)
-
- 09 Mar, 2003 1 commit
-
-
Bill Hoffman authored
Freeze is not portable, but the real problem was most likely a delete instead of a delete [] because a string is allocated with new [] and must be matched with a delete []
-
- 08 Mar, 2003 1 commit
-
-
David Gobbi authored
under Linux/gcc-3.1 (perhaps other platforms too?), this has probably been the case since the strstream changes. Unfreezing instead of deleting seems to fix.
-
- 11 Dec, 2002 1 commit
-
-
Bill Lorensen authored
-
- 10 Dec, 2002 1 commit
-
-
Brad King authored
ENH: Re-factored the inclusion of C++ streams because some source files need only the stream forward declarations. Should improve compile time.
-
- 03 Dec, 2002 1 commit
-
-
Brad King authored
-
- 18 Jun, 2002 1 commit
-
-
Andy Cedilnik authored
Add superclass of vtkObject called vtkObjectBase, put reference counting to vtkObjectBase, make all Register and UnRegister methods to be virtual and take vtkObjectBase as an argument, fix wrapping for Tcl and try to fix it for Python and Java. This was tested on Linux and Windows. Also, containers are now subclass of vtkObjectBase. Eventually commands should also be.
-
- 03 May, 2002 1 commit
-
-
Sebastien Barre authored
-
- 22 Jan, 2002 1 commit
-
-
Will Schroeder authored
-
- 16 Dec, 2001 1 commit
-
-
Yves Starreveld authored
ENH: OSX version for tkrender wrapper added
-
- 14 Nov, 2001 1 commit
-
-
Ken Martin authored
-
- 12 Nov, 2001 1 commit
-
-
Brad King authored
-
- 26 Apr, 2001 1 commit
-
-
Ken Martin authored
A new CVS repository was created on 2001-04-26 to fork VTK during transition to a new source tree layout. The new repository was created using server-side symlinks referencing files in the original repository to preserve per-file history. This commit was manufactured during conversion from CVS to represent the fork as a branch.
-
- 10 Dec, 2000 1 commit
-
-
Will Schroeder authored
-
- 15 Nov, 2000 1 commit
-
-
Bill Lorensen authored
-
- 07 Nov, 2000 1 commit
-
-
Bill Lorensen authored
-
- 25 Oct, 2000 1 commit
-
-
John Biddiscombe authored
static keyword is removed temporarily to see if WrapTcl etc can run by declaring extern FunctionInfo currentFunction Cause : Borland forces underscores because runtime library needs it
-
- 20 Oct, 2000 1 commit
-
-
Ken Martin authored
-
- 28 Apr, 2000 1 commit
-
-
Will Schroeder authored
-
- 25 Apr, 2000 1 commit
-
-
Will Schroeder authored
-
- 14 Feb, 2000 1 commit
-
-
Bill Hoffman authored
-
- 04 Feb, 2000 1 commit
-
-
Will Schroeder authored
-
- 01 Feb, 2000 1 commit
-
-
Ken Martin authored
-
- 26 Jan, 2000 1 commit
-
-
Will Schroeder authored
-
- 18 Nov, 1999 1 commit
-
-
Jim Miller authored
-
- 13 Sep, 1999 1 commit
-
-
Bill Lorensen authored
-
- 12 Sep, 1999 1 commit
-
-
Ken Martin authored
-
- 03 Aug, 1999 1 commit
-
-
Ken Martin authored
-
- 23 Mar, 1999 1 commit
-
-
Jim Miller authored
subclasses of vtkPropCollection. This breaks a dependency that was introduced between common and graphics. vtkActor2DCollection, vtkActorCollection and vtkVolumeCollection now support an additional API of GetNextActor(), GetLastActor(), GetNextVolume(), etc. vtkPropCollection no longer supports GetNextItem() and GetLastItem(); they have been replaced with GetNextProp() and GetLastProp(). ENH: Build process has been changed such that the Tcl and Java versions of the VTK libraries only contain the Tcl and Java and bindings. They no longer include all of the VTK objects as well. To build applications that use a Tcl of Java library you will need to link with both the Tcl library and the standard VTK library, i.e. -lVTKGraphicsTcl -lVTKGraphics. This reduces the size of the disk images for the libraries by about half.
-
- 01 Jul, 1998 1 commit
-
-
Bill Lorensen authored
-
- 12 May, 1998 1 commit
-
-
Ken Martin authored
-
- 05 May, 1998 1 commit
-
-
Ken Martin authored
-
- 29 Apr, 1998 1 commit
-
-
Ken Martin authored
-