- 16 Mar, 2004 4 commits
-
-
Ken Martin authored
-
Charl Botha authored
-
Charl Botha authored
should be set to an empty volume. Some filters don't honour UpdateExtent.
-
Charl Botha authored
directly in ThreadedExecute() for non-NULL value. inData is only valid up to the NumberOfInputs - 1, if you check for inData[i] for an invalid i, you're getting some value past the end of the array! Use this->GetInput(i) for your checks instead. Once you've established that a certain i is valid, you can use inData[i].
-
- 15 Mar, 2004 18 commits
-
-
Mathieu Malaterre authored
-
Ken Martin authored
-
Charl Botha authored
-
Charl Botha authored
-
Brad King authored
ENH: Replaced vtkInformationDataSetKey with vtkInformationDataObjectKey. Also added vtkInformationDataObjectVectorKey and DATA_OBJECTS key instance.
-
Mathieu Malaterre authored
-
Brad King authored
-
Brad King authored
ENH: Added request argument to ProcessDownstreamRequest and ProcessUpstreamRequest that is independent of input and output ports of the algorithm.
-
Brad King authored
-
Mathieu Malaterre authored
-
Amy Squillacote authored
-
Mathieu Malaterre authored
-
Charl Botha authored
-
Charl Botha authored
-
Mathieu Malaterre authored
-
Ken Martin authored
-
Ken Martin authored
-
Ken Martin authored
-
- 14 Mar, 2004 6 commits
-
-
Ken Martin authored
-
Charl Botha authored
start of the UpdateCursor() call. Without this, changes in an up-and- running pipeline can cause segfaults if the user clicks directly on an IPW.
-
Dean Inglis authored
-
Dean Inglis authored
-
David Gobbi authored
1) this makes help() work nicely on vtk classes, since __dict__ is used for introspection 2) since __dict__ is a hash, VTK function calls no longer require a linear lookup and should be faster than before The __dict__ is only created for VTK classes that are actually used, so the memory overhead should be small. Note that VTK classes and instances no longer have __members__ or __methods__ special attributes.
-
Mathieu Malaterre authored
-
- 13 Mar, 2004 4 commits
-
-
Ken Martin authored
-
Ken Martin authored
-
Yves Starreveld authored
-
Charl Botha authored
throws an exception, it's handled by calling vtkErrorMacro() with the error message that is passed with the exception object. This functionality is especially crucial when ITK and VTK pipelines are connected: ITK throws an exception when an error occurs. If VTK doesn't catch this, the application is unceremoniously dumped to the command-line. Thanks to Ken Martin for the idea of implementing this handling directly in vtkImageImport.
-
- 12 Mar, 2004 8 commits
-
-
Ken Martin authored
-
Mathieu Malaterre authored
-
Brad King authored
ENH: Simplified input/output port information access by making methods work with port index instead of one vtkInformationVector containing all ports.
-
Brad King authored
-
Brad King authored
-
Mathieu Malaterre authored
-
Ken Martin authored
-
Andy Cedilnik authored
-