- 07 Apr, 2009 4 commits
-
-
Francois Bertel authored
-
Eric Stanton authored
-
Eric Stanton authored
-
Brad King authored
-
- 06 Apr, 2009 27 commits
-
-
Dave Partyka authored
-
Francois Bertel authored
ENH:Changed vtkErrorMacro into vtkDebugMacro to avoid printing error in the context of just creation an object followed by Print(). It happened because PrintSelf on the actor calls PrintSelf on superclass, which call GetBounds, which call UpdateViewProps() on the concrete classes vtkLightActor and vtkCameraActor.
-
Eric Stanton authored
-
Dave Partyka authored
-
Eric Stanton authored
-
Eric Stanton authored
-
Eric Stanton authored
COMP: Forgot to commit these files which caused a compiler error in vtkQtRecordView. Adds an optional inputFieldType argument to vtkConvertSelection::ToSelectionType() method.
-
Francois Bertel authored
-
Eric Stanton authored
-
Eric Stanton authored
-
Brad King authored
Previously KWSys SystemInformation parsed this file assuming a strict order and set of fields, but the order is not reliable. This generalizes the implementation to support any order and extra fields.
-
Eric Stanton authored
ENH: Allow multiple records to be shown at the same time in vtkQtRecordView, capped at 2 for now but should be configurable in the future. This is useful when an edge has been selected in a graph and the record view is displaying the graph's vertex data. You would expect to see the records for both vertices of the edge.
-
Eric Stanton authored
ENH: Add vtkDataObjectToTable filter to Qt table view. This will change with the upcoming changes to vtkDataRepresentation class hierarchy. Use a vtkAddMembershipArray filter to add a column of 0's and 1's indicating the selected rows. This column can then be used to sort selected rows to the top of the table view.
-
Eric Stanton authored
ENH: All sources that output vtkTables should set a pedigree id array for linked selection to work. To this end, add API to vtkDelimitedTextReader to specify whether to use an existing column for the pedigree ids or automatically generate them.
-
Eric Stanton authored
BUG: When the edge weight array for a graph changes, the graph needs to be re-Initialized. Thus, reimplement the SetObjectCxx() method with a call to Intiialze() within it.
-
Eric Stanton authored
ENH: Add option to vtkPassThrough filter to deep copy the input. Defaults to OFF. This will allow the filter to be used to create "copies" of data (if you disconnect it from its inputs), and thus replaces the vtkFreezeGraph functionality.
-
Eric Stanton authored
ENH: Add zoom-to-selection feature in vtkGraphLayoutView. BUG: When an edge selection has occurred, create an additional vertex selection containing the source/target vertices of the selected edges.
-
Eric Stanton authored
ENH: Two new Titan filters. vtkExpandSelection - moved from vtkSNL - takes a selection and graph as input and outputs a selection that is now increased n-hops. vtkAddMembershipArray takes a vtkDataObject and selection and adds an array (values 0/1) to the output vtkDataSetAttributes indicating membership in the selection.
-
William McLendon authored
-
Dave Partyka authored
-
Dave Partyka authored
-
Dave Partyka authored
-
Dave Partyka authored
BUG: printing out the number of labels occluded so I can see if every machine is occluding a different number of labels.
-
Francois Bertel authored
-
Francois Bertel authored
-
Mathieu Malaterre authored
BUG: comment out faulty seekp which make kwsys::*stringstream fails on platform with no std::*stringstream implementation
-
Brad King authored
-
- 05 Apr, 2009 2 commits
-
-
Mathieu Malaterre authored
-
Brad King authored
-
- 04 Apr, 2009 3 commits
-
-
Eric Stanton authored
-
Clinton Stimpson authored
-
Brad King authored
-
- 03 Apr, 2009 4 commits
-
-
David Thompson authored
is on but VTK_USE_INFOVIS is off.
-
Francois Bertel authored
-
David Thompson authored
COMP: Fix build for VTK_USE_PARALLEL on with VTK_USE_RENDERING off.
-
William McLendon authored
ENH: Reactivated the BACK_EDGE logic after our discussion this afternoon. Currently seems to be working the right way on my workstation.
-