Directory Modules/Meshing/IO/

Directory Created:
2007-04-30 22:12
Total Files:
17
Deleted Files:
3
Lines of Code:
3056

[root]/Modules/Meshing/IO

Lines of Code

Modules/Meshing/IO/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 48 (100.0%) 3222 (100.0%) 67.1
clisle 22 (45.8%) 3056 (94.8%) 138.9
vmagnotta 13 (27.1%) 91 (2.8%) 7.0
barre 4 (8.3%) 66 (2.0%) 16.5
millerjv 2 (4.2%) 9 (0.3%) 4.5
naucoin 2 (4.2%) 0 (0.0%) 0.0
lorensen 4 (8.3%) 0 (0.0%) 0.0
domibel 1 (2.1%) 0 (0.0%) 0.0

Most Recent Commits

domibel 2009-08-16 11:14 Rev.: 10267

ENH: Version numbering for shared libraries

0 lines of code changed in 1 file:

  • Modules/Meshing/IO: CMakeLists.txt (changed)
naucoin 2009-08-13 09:28 Rev.: 10239

COMP: 5.2 to 5.4 deprecated methods

0 lines of code changed in 1 file:

  • Modules/Meshing/IO: vtkMimxAbaqusFileWriter.cxx (changed)
lorensen 2008-12-28 12:14 Rev.: 8199

COMP: warnings, mainly about possible use of variables that have not been assigned values.

0 lines of code changed in 1 file:

  • Modules/Meshing/IO: vtkMimxAbaqusFileWriter.cxx (changed)
lorensen 2008-12-27 11:34 Rev.: 8192

COMP: many warnings removed. STYLE: mainly indentation.

0 lines of code changed in 2 files:

  • Modules/Meshing/IO: vtkMimxAbaqusFileWriter.cxx (changed), vtkMimxIntervertebralDiscAbaqusWriter.cxx (changed)
vmagnotta 2008-12-11 12:55 Rev.: 8135

BUG: Added an install command to put the MIMX
libraries into the distribution during
packaging.

0 lines of code changed in 1 file:

  • Modules/Meshing/IO: CMakeLists.txt (changed)
lorensen 2008-12-09 13:58 Rev.: 8090

BUG: gcc requires string.h to define strcpy()/

0 lines of code changed in 1 file:

  • Modules/Meshing/IO: ModuleProcessInformation.h (changed)
clisle 2008-12-05 11:56 Rev.: 8059

ENH: Adding Replacement Meshing directory including IA_FEMesh module

3056 lines of code changed in 17 files:

  • Modules/Meshing/IO: CMakeLists.txt (new 78), ModuleProcessInformation.cxx (new 26), ModuleProcessInformation.h (new 55), itkMimxAbaqusMeshFileWriter.h (new 132), itkMimxAbaqusMeshFileWriter.txx (new 308), itkMimxReadHistogramBinValuesFilter.h (new 92), itkMimxReadHistogramBinValuesFilter.txx (new 156), itkPluginFilterWatcher.h (new 194), vtkMeshIOConfigure.h.in (new 11), vtkMimxAbaqusFileWriter.cxx (new 1260), vtkMimxAbaqusFileWriter.h (new 93), vtkMimxIOConfigure.h.in (new 11), vtkMimxIOWin32Header.h (new 15), vtkMimxIntervertebralDiscAbaqusWriter.cxx (new 196), vtkMimxIntervertebralDiscAbaqusWriter.h (new 69), vtkPluginFilterWatcher.cxx (new 240), vtkPluginFilterWatcher.h (new 120)
clisle 2008-12-05 11:46 Rev.: 8058

ENH: deleting old Meshing module, before replacing with new version, including IA_FEMesh

0 lines of code changed in 5 files:

  • Modules/Meshing/IO: CMakeLists.txt (del), vtkAbaqusFileWriter.cxx (del), vtkAbaqusFileWriter.h (del), vtkMeshIOConfigure.h.in (del), vtkMeshIOWin32Header.h (del)
barre 2008-05-27 17:44 Rev.: 6889

ENH: Plugins and Modules have specific location for their binairies/dll, different from the usual bin/ and lib/ (i.e. lib/Slicer3/Plugins, lib/Slicer3/Modules). This was achieved by setting LIBRARY_OUTPUT_PATH and EXECUTABLE_OUTPUT_PATH from the slicer3_set_default_modules_output_path and slicer3_set_default_plugins_output_path macro, but it is a dangerous practice to override a global variable, as it propagates to subtrees. As a result, SlicerTractographySeeding, which combines a module and a CLP in the same CMakeLists, was not built to the proper directory; ExtractSkeleton was not output in the right location either, and several tests ended up in Plugins instead of bin/ (GaussianBlurImageFilterTest, OrientImageTest). Fix this by creating a macro that will set the LIBRARY_OUTPUT_DIRECTORY and RUNTIME_OUTPUT_DIRECTORY explicitly on a *target* basis, using SET_TARGET_PROPERTIES. This removes the side-effects described above.

2 lines of code changed in 1 file:

  • Modules/Meshing/IO: CMakeLists.txt (+2 -3)
barre 2008-05-26 10:17 Rev.: 6851

ENH: added slicer3_install_modules and slicer3_install_plugins macro to hide the big INSTALL() command that was used to install plugins/modules; this is more elegant, and enable us to have better control on installation by modifying just one file.

1 lines of code changed in 1 file:

  • Modules/Meshing/IO: CMakeLists.txt (+1 -5)
barre 2008-05-20 02:29 Rev.: 6772

ENH: Slicer3 Spring Installation Clean Up

63 lines of code changed in 2 files:

  • Modules/Meshing/IO: CMakeLists.txt (+62 -54), vtkMeshIOConfigure.h.in (+1 -10)
millerjv 2008-01-31 12:24 Rev.: 5665

ENH: Changes in the Slicer3 installation layout to simplify navigation. Most things will now try install themselves under <Installation Directory>/lib/<Package> or <Installation Directory>/include/<Package>. For example, <Installation Directory>/lib/Slicer3, <Installation Directory>/lib/MRML, <Installation Directory>/lib/ModuleDescriptionParser. This allows setting include and library paths consistently using ../<SomeOtherPackage> or ../../include/<SomeOtherPackage>, etc.

2 lines of code changed in 1 file:

  • Modules/Meshing/IO: CMakeLists.txt (+2 -2)
vmagnotta 2007-12-03 17:00 Rev.: 5029

COMP: Fixed a install issue. No .txx files existed.

0 lines of code changed in 1 file:

  • Modules/Meshing/IO: CMakeLists.txt (changed)
vmagnotta 2007-11-29 17:30 Rev.: 5006

COMP: Fixed a typo in the header. This broke linux
and Mac builds.

0 lines of code changed in 1 file:

  • Modules/Meshing/IO: vtkMeshIOWin32Header.h (changed)
vmagnotta 2007-11-29 14:18 Rev.: 5000

COMP: Additional changes to build meshing under
MS Visual Studio. This corrects adding SUBDIRS
that do not exist.

0 lines of code changed in 1 file:

  • Modules/Meshing/IO: CMakeLists.txt (changed)
vmagnotta 2007-11-29 12:40 Rev.: 4999

COMP: Changes made to support building under
Visual Studio.

0 lines of code changed in 4 files:

  • Modules/Meshing/IO: CMakeLists.txt (changed), vtkAbaqusFileWriter.h (changed), vtkMeshIOConfigure.h.in (changed), vtkMeshIOWin32Header.h (new)
vmagnotta 2007-11-28 16:59 Rev.: 4993

COMP: Corrected required link library statements
that are required under Darwin and Windows

0 lines of code changed in 1 file:

  • Modules/Meshing/IO: CMakeLists.txt (changed)
millerjv 2007-10-09 11:02 Rev.: 4569

ENH: Update INSTALL_* commands to INSTALL() commands.

7 lines of code changed in 1 file:

  • Modules/Meshing/IO: CMakeLists.txt (+7 -3)
naucoin 2007-05-01 11:56 Rev.: 3309

BUG: get the character string for printing out

0 lines of code changed in 1 file:

  • Modules/Meshing/IO: vtkAbaqusFileWriter.cxx (changed)
vmagnotta 2007-04-30 22:12 Rev.: 3300

ENH: Added new Module code to hold the Meshing utilities. The
first adition includes a Voxel Meshing Command Line Execuation
Model program.

91 lines of code changed in 4 files:

  • Modules/Meshing/IO: CMakeLists.txt (new 71), vtkAbaqusFileWriter.cxx (new), vtkAbaqusFileWriter.h (new), vtkMeshIOConfigure.h.in (new 20)
Generated by StatSVN 0.5.0