- 04 Jan, 2005 15 commits
-
-
Brad King authored
COMP: Added definition of VTK_WRAPPING_CXX to the top of all generated wrapper .cxx files. Using the definition to silence deprecation warnings on wrapped calls to legacy methods.
-
Brad King authored
ENH: Another windows.h update. Methods that are mangled are now all deprecated (except GetClassName which will have its own pass later). Those that were renamed to have internal protected names (like RemovePropInternal) have been renamed again to a new non-mangled public name (like RemoveViewProp). After the VTK 5.0 release we can remove the mangled names altogether.
-
Amy Squillacote authored
-
Amy Squillacote authored
-
Amy Squillacote authored
-
Amy Squillacote authored
-
Ken Martin authored
-
Brad King authored
-
Ken Martin authored
-
Amy Squillacote authored
-
Amy Squillacote authored
-
Amy Squillacote authored
-
Amy Squillacote authored
-
Ken Martin authored
ENH: modified the TCL wrappers to no longer take in a function pointer for vtkTclGetObjectFromPointer instead a string name for the return class type is passed. This allows methods to be wrapped that return vtk classes that have not been wrapped without a link error. The run time behaviour should be the same.
-
Mathieu Malaterre authored
-
- 03 Jan, 2005 14 commits
-
-
Brad King authored
-
Sebastien Barre authored
-
Amy Squillacote authored
-
Amy Squillacote authored
-
Amy Squillacote authored
-
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.
-
Amy Squillacote authored
-
Brad King authored
BUG: When ReportReferences method is defined we need to enable garbage collection by overriding Register/UnRegister. Most classes inherit enabled GC, but this one does not.
-
Amy Squillacote authored
-
Amy Squillacote authored
-
Ken Martin authored
-
Clinton Stimpson authored
BUG: Fix vtkCarbonRenderWindow::SetSize on MacOSX so the scene is drawn correctly when SetSize is called and there is no parent. Fixes bug #1286. Also remove AppleGL and GL calls in vtkCarbonRenderWindowInteractor that aren't needed anymore as a result of this fix. The cvs command to commit this change is: cvs commit -F commit.msg vtkCarbonRenderWindow.cxx vtkCarbonRenderWindowInteractor.cxx
-
Amy Squillacote authored
-
Brad King authored
BUG: Renamed ExitAbort to ExitError in vtkDebugLeaks. It now calls exit(1) instead of abort(). This avoids the popup dialog on Windows.
-
- 30 Dec, 2004 9 commits
-
-
Amy Squillacote authored
-
Amy Squillacote authored
-
Amy Squillacote authored
-
Amy Squillacote authored
-
Amy Squillacote authored
-
Amy Squillacote authored
-
Amy Squillacote authored
-
Amy Squillacote authored
-
Amy Squillacote authored
-
- 29 Dec, 2004 2 commits
-
-
Amy Squillacote authored
-
Amy Squillacote authored
-