- 01 Mar, 2004 1 commit
-
-
Charl Botha authored
well as* CopyAllocate() (or PassThrough()) later on. This meant that subsequent filters saw 2 (two) arrays, one unnamed and empty, the other representing the real data. The unnamed array was able to crash at least the vtkStructuredPointsWriter and any of the vtkXMLWriters.
-
- 05 Dec, 2003 1 commit
-
-
Ken Martin authored
-
- 14 Nov, 2003 1 commit
-
-
Will Schroeder authored
-
- 17 Jan, 2003 1 commit
-
-
Charles Law authored
-
- 20 Nov, 2002 1 commit
-
-
Brad King authored
-
- 01 Oct, 2002 1 commit
-
-
Charles Law authored
-
- 25 Sep, 2002 1 commit
-
-
Andy Cedilnik authored
-
- 06 Aug, 2002 1 commit
-
-
Ken Martin authored
-
- 05 Aug, 2002 1 commit
-
-
Ken Martin authored
-
- 02 Aug, 2002 1 commit
-
-
Ken Martin authored
-
- 22 Jan, 2002 1 commit
-
-
Will Schroeder authored
-
- 04 Jan, 2002 1 commit
-
-
Brad King authored
1.) vtkTypeRevisionMacro is now used in all VTK classes in place of vtkTypeMacro. It invokes the original vtkTypeMacro and then adds a protected CollectRevisions method for future use in serialization. A corresponding vtkCxxRevisionMacro has been added to every .cxx file to implement the CollectRevisions method for each class. This will allow collection of every class revision at run time. Any new VTK class should use vtkTypeRevisionMacro instead of vtkTypeMacro. The .cxx implementation should then have the following line: vtkCxxRevisionMacro(vtkFoo, "$Revision: 1.1 $"); CVS should insert the correct revision number when the class is commited. 2.) vtkTypeMacro now also adds a typedef called "Superclass" to refer to the superclass of any VTK class. All PrintSelf methods have been updated to call their superclass's PrintSelf like this: this->Superclass::PrintSelf(os,indent); This should reduce the number of places that refer to a superclass by its actual name. 3.) The standard ::New() method implementation has been replaced with a macro. Instead of an explicitly written implementation to try the object factory and then call the new operator, VTK classes should instead use the following macro unless they have a special New() method: vtkStandardNewMacro(vtkFoo); This will implement the New() method in the standard way. The line should appear in the .cxx implementation file, not in the header. Using the macro will make it easier to change the standard implementation of the method. Also removed tabs from many files.
-
- 09 Nov, 2001 1 commit
-
-
Lisa Avila 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.
-
- 22 Jan, 2001 1 commit
-
-
Charles Law authored
-
- 10 Dec, 2000 1 commit
-
-
Will Schroeder authored
-
- 19 Nov, 2000 1 commit
-
-
Bill Lorensen authored
-
- 28 Apr, 2000 1 commit
-
-
Will Schroeder authored
-
- 25 Apr, 2000 1 commit
-
-
Will Schroeder authored
-
- 04 Apr, 2000 1 commit
-
-
Lisa Avila authored
the output.
-
- 26 Mar, 2000 1 commit
-
-
Bill Lorensen authored
The filters vtkExtractVOI and vtkExtractGrid appear to lose cell data. This is illustrated by the attached sample code. A structured points data set is created with point and cell data (scalars). After filtering with vtkExtractVOI, there are point scalars but no cell scalars. The same thing happens for a structured grid data set that is extracted by vtkExtractGrid (sample code not attached). As always, many thanks for you help and best regards, Paul
-
- 04 Feb, 2000 1 commit
-
-
Will Schroeder authored
-
- 26 Jan, 2000 1 commit
-
-
Will Schroeder authored
-
- 11 Oct, 1999 1 commit
-
-
Bill Hoffman authored
-
- 25 Jun, 1999 1 commit
-
-
Charles Law authored
-
- 31 Dec, 1998 1 commit
-
-
Bill Lorensen authored
-
- 18 Sep, 1998 1 commit
-
-
Ann E. Kelly authored
-
- 29 Aug, 1998 1 commit
-
-
Bill Lorensen authored
-
- 23 Jun, 1998 1 commit
-
-
Lisa Avila authored
-
- 09 Jul, 1997 1 commit
-
-
Ken Martin authored
-
- 23 May, 1997 1 commit
-
-
Will Schroeder authored
-
- 14 Feb, 1997 1 commit
-
-
Bill Lorensen authored
-
- 21 Aug, 1996 1 commit
-
-
Ken Martin authored
-
- 20 Aug, 1996 1 commit
-
-
Ken Martin authored
-
- 02 Aug, 1996 1 commit
-
-
Ken Martin authored
-
- 12 Jul, 1996 2 commits
-
-
Will Schroeder authored
-
Will Schroeder authored
-
- 09 Jul, 1996 1 commit
-
-
Bill Lorensen authored
evenly divide VOI.
-
- 08 Jun, 1996 1 commit
-
-
Will Schroeder authored
-