- Nov 07, 2011
-
-
Jeff Baumes authored
Added a ForceDouble flag to vtkStringToNumeric and expose the same flag in vtkDelimitedTextReader. Change-Id: I5b3e13272e8dc5589a96c8bd88cfcb8479b3a6c3
-
- Mar 22, 2011
-
-
Brian Helba authored
Will now generate public interface docs for affected classes.
-
- Oct 13, 2010
-
-
Andy Wilson authored
The US-ASCII reader for vtkDelimitedTextReader will die if it encounters even one character with its 8th bit set. This leaves us with no way to read documents from non-UTF code pages that have internationalized characters in the text. I added a new "character set" US-ASCII-WITH-FALLBACK that lets us read those anyway. The reader has a new ivar ReplacementCharacter that will be inserted in place of any characters beyond 0x7f (the same ones that cause US-ASCII to choke).
-
- Aug 06, 2010
-
-
Marcus D. Hanwell authored
-
- Jun 16, 2010
-
-
David Gobbi authored
The wrappers recognize vtkStdString and vtkUnicodeString, so remove the BTX/ETX from methods that use these types.
-
- May 20, 2010
-
-
The CVS $Revision$ keyword replacement will no longer maintain these macros automatically. They were used only to implement CollectRevisions and vtkObjectBase::PrintRevisions, an API that was never used. Automated as follows: pass 0: catch templates --------------- $ git grep 'vtk\(Cxx\|Type\)RevisionMacro' | grep '<' pass 1: main changes --------------- $ git grep -l '^vtkCxxRevisionMacro' | while read file; do echo "$file" 1>&2 perl -i -ne 'print unless (/^vtkCxxRevisionMacro/ and /\)/)' $file done $ git grep -l -e 'vtkTypeRevisionMacro(' | while read file; do echo "$file" 1>&2 perl -i -pe 's/vtkTypeRevisionMacro/vtkTypeMacro/g' $file done pass 2: verify --------------- $ git grep 'vtk\(Cxx\|Type\)RevisionMacro' Fixed multi-line vtkCxxRevisionMacro and templates by hand.
-
- Apr 23, 2010
-
-
The CVS $Revision$ keyword replacement will no longer maintain these macros automatically. They were used only to implement CollectRevisions and vtkObjectBase::PrintRevisions, an API that was never used. Automated as follows: pass 0: catch templates --------------- $ git grep 'vtk\(Cxx\|Type\)RevisionMacro' | grep '<' pass 1: main changes --------------- $ git grep -l '^vtkCxxRevisionMacro' | while read file; do echo "$file" 1>&2 perl -i -ne 'print unless (/^vtkCxxRevisionMacro/ and /\)/)' $file done $ git grep -l -e 'vtkTypeRevisionMacro(' | while read file; do echo "$file" 1>&2 perl -i -pe 's/vtkTypeRevisionMacro/vtkTypeMacro/g' $file done pass 2: verify --------------- $ git grep 'vtk\(Cxx\|Type\)RevisionMacro' Fixed multi-line vtkCxxRevisionMacro and templates by hand.
-
- Mar 19, 2010
-
-
Timothy M. Shead authored
ENH: vtkDelimitedTextReader provides a 'GetLastError()' method so feedback can be provided to end-users, and made it more pedantic - users cannot load a UTF-16 file containing a BOM when thwhen the character set is UTF-16LE or UTF-16BE.
-
- Jan 05, 2010
-
-
Thomas Otahal authored
ENH: Added Unicode mode to vtkDelimitedTextReader. The reader currently supports UTF8 and UTF16 in Unicode mode. The behavior of the reader with respect to ascii or unicode input is controlled by the SetUnicodeCharacterSet() method. By default (without calling SetUnicodeCharacterSet()), the reader will expect to read ascii text and will output vtkStdString columns. Use the Set and Get methods to set delimiters that do not contain UTF8 in the name when operating the reader in default ascii mode. If the SetUnicodeCharacterSet() method is called, the reader will output vtkUnicodeString columns in the output table. In addition, it is necessary to use the Set and Get methods that contain UTF8 in the name to specify delimiters when operating in unicode mode.
-
- Apr 06, 2009
-
-
Eric Stanton authored
-
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.
-
- Dec 22, 2008
-
-
Utkarsh Ayachit authored
vtkDelimitedTextReader now only reads data on the root node when running in parallel. All these improvements make the ParaView's vtkCSVReader class obsolete and hence removing it.
-
- Apr 18, 2008
-
-
Jeff Baumes authored
-
- Jul 11, 2007
-
-
Timothy M. Shead authored
-
- Jun 15, 2007
-
-
Timothy M. Shead authored
ENH: New feature for vtkDelimitedTextReader - callers can set an upper limit on the number of lines read from a file (useful for reading just the headers)
-
- Dec 04, 2006
-
-
Andy Wilson authored
ENH: Add an ivar to control whether or not (random) graph weights will be added ENH: Add an ivar to prevent/allow edges that start and end at the same vertex
-
- Nov 10, 2006
-
-
Brian Wylie authored
-
- Nov 06, 2006
-
-
Andy Wilson authored
-
- Oct 24, 2006
-
-
Andy Wilson authored
-
- Oct 18, 2006
-
-
Andy Wilson authored
ENH: Add string delimiter capability in case you want to be able to use the field delimiter character inside fields
-
- Oct 11, 2006
-
-
Jeff Baumes authored
ENH: Moved more files into vtkInfovis kit. Changed dependency of infovis to depend on everything (i.e. it depends on widgets). Added a cmake flag to use infovis (default is off). Added infovis kit to doxygen.
-
- Oct 05, 2006
-
-
Jeff Baumes authored
BUG: Fixed header file test problems. ENH: Added automatic instantiation of graph, tree, and table to vtkDemandDrivenPipeline.
-
Jeff Baumes authored
ENH: Initial version of Infovis kit. Also added some classes to vtkCommon, vtkFiltering, vtkRendering, vtkIO, and added freerange to Utilities.
-