update the API to match the phase 1 report |
|
More...
|
over 15 years ago
|
change analysis table schema to match the phase 1 report |
|
More...
|
over 15 years ago
|
ENH:Saved the statistics in a file. |
|
More...
|
over 15 years ago
|
Removed the Type and Rev macros. |
|
More...
|
over 15 years ago
|
ENH:Stat viz working. |
|
More...
|
over 15 years ago
|
ENH:Moved tkXMLGenericDataObjectReader to VTK. Added some stat. |
|
More...
|
over 15 years ago
|
ENH:Moved tkXMLGenericDataObjectReader to VTK. Added some stat. |
|
More...
|
over 15 years ago
|
BUG:Don't show the DirectoryPath property on the panel. |
|
More...
|
over 15 years ago
|
ENH:oops, forgot to actually add the Testing directory. |
|
More...
|
over 15 years ago
|
BUG:Fix RequestDataObject in vtkXMLGenericDataObjectReader.cxx, added a test (right now the file is hardcoded) |
|
More...
|
over 15 years ago
|
COMP:Fixed warning about missing return statement. |
|
More...
|
over 15 years ago
|
ENH:Added vtkXMLGenericDataObjectReader. A macroUSE_XML_READERS, not defined by default, allow to either compile vtkFileCollectionReader with vtkGenericDataObjectReader or vtkXMLGenericDataObjectReader. Added GUI for selecting the directory path, changed vtkFileCollectionReader to be aware of the directory path. Change plugin proxy to communicate DirectoryPath. |
|
More...
|
over 15 years ago
|
ENH: in GetDataFromExperiment, don't require queries to contain 'FROM <experimentName>' since we already have access to that data in the function |
|
More...
|
over 15 years ago
|
upgrade vtkMySQL & Postgres TableReaders to use differently typed columns (instead of vtkVariant always) |
|
More...
|
over 15 years ago
|
change IO on subset.py to work with RectilinearGrids instead of ImageData |
|
More...
|
over 15 years ago
|
fix linker errors w.r.t python wrapping on mac |
|
More...
|
over 15 years ago
|
COMP:Passed VTK_BUILD_SHARED_LIBS flag value to the BUILD_SHARED_LIBS of the project. It seems to work with out it on Mac but it is required on Linux. |
|
More...
|
over 15 years ago
|
COMP:Added EnsembleAnalyzer to the list and make it optional (initial value is OFF) |
|
More...
|
over 15 years ago
|
change vtkSQLiteTableReader to create appropriately typed columns instead of each column being a vtkVariantArray |
|
More...
|
over 15 years ago
|
fix linker error on case-sensitive operating systems |
|
More...
|
over 15 years ago
|
change CMakeLists.txt to build SQLTablePlugin |
|
More...
|
over 15 years ago
|
Fixed meta-data browser API to output regular arrays instead of variant arrays. |
|
More...
|
over 15 years ago
|
update TestSQLite.py; check in an example python script; first draft at resizable EnsembleAnalyzer |
|
More...
|
over 15 years ago
|
Merge branch 'master' of git://github.com/berkgeveci/ComparativeVis |
|
More...
|
over 15 years ago
|
make SQLTableReader a standalone plugin; add postgres support |
|
More...
|
over 15 years ago
|
moved the include of vtkToolkits to the header file so that VTK_USE_MPI will be defined. |
|
More...
|
over 15 years ago
|
Fixed the xml file so that the InputArrayToProcess works correctly now that hte input & source have been renamed. |
|
More...
|
over 15 years ago
|
had to modify the cmakelists to allow compilation without mpi |
|
More...
|
over 15 years ago
|
fixed the code to compile without mpi support, and with it. Also to run when compiled with mpi support, but not with mpi on |
|
More...
|
over 15 years ago
|
the previous MPI code was dependent on compile time flags. It all now should work by checking the number of processors at runtime. |
|
More...
|
over 15 years ago
|