Directory StandAlone/convert/

Total Files:
49
Deleted Files:
2
Lines of Code:
6757

[root]/StandAlone/convert

Lines of Code

StandAlone/convert/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 169 (100.0%) 4332 (100.0%) 25.6
mjc 100 (59.2%) 3164 (73.0%) 31.6
callahan 14 (8.3%) 1052 (24.3%) 75.1
dav 43 (25.4%) 81 (1.9%) 1.8
dmw 2 (1.2%) 21 (0.5%) 10.5
sachse 7 (4.1%) 10 (0.2%) 1.4
mdavis 2 (1.2%) 4 (0.1%) 2.0
sparker 1 (0.6%) 0 (0.0%) 0.0

Most Recent Commits

mjc 2005-12-09 12:40 Rev.: 32784

add support for another format

0 lines of code changed in 2 files:

  • StandAlone/convert: UCSD_HO_edge_sfToHexVol.cc (new)
mjc 2005-12-07 10:41 Rev.: 32747

fix edge mapping, and loading

2 lines of code changed in 1 file:

  • StandAlone/convert: UCSD_HO_edge_sfToHexVol.cc (+2)
mjc 2005-12-05 15:18 Rev.: 32723

fix PrismVolMesh interface, and approx methods for rendering

4 lines of code changed in 1 file:

  • StandAlone/convert: UCSD_HO_edge_sfToHexVol.cc (+4 -1)
mjc 2005-12-02 02:23 Rev.: 32697

completely revert commit 32690, as it broke all of Uintah

1 lines of code changed in 2 files:

  • StandAlone/convert: sub.mk (new)
mjc 2005-12-01 15:19 Rev.: 32690

removal of xerces, replaced with libxml2, turn on validaton for component loading, fix all invalid xml

1 lines of code changed in 1 file:

  • StandAlone/convert: sub.mk (+1 -1)
sachse 2005-11-22 16:59 Rev.: 32611

bug fix

3 lines of code changed in 1 file:

  • StandAlone/convert: UCSD_HO_edge_sfToHexVol.cc (+3 -1)
sachse 2005-11-22 10:44 Rev.: 32598

name change

5 lines of code changed in 5 files:

  • StandAlone/convert: TextToHexTricubicHmt.cc (+2 -2), UCSDToHexVol.cc (new), UCSD_HO_edge_sfToHexVol.cc (+1 -1)
mjc 2005-11-14 11:16 Rev.: 32535

replace int argument for get_type_description with enum that specifies which info you are interested in. depricate virtual const string get_type_name(int n = -1) const, use get_type_description(...)->get_name() instead.

39 lines of code changed in 28 files:

  • StandAlone/convert: CurveFieldToText.cc (+2 -2), HexVolFieldToText.cc (new), HexVolToVtk.cc (+3 -2), PointCloudFieldToText.cc (new), QuadSurfFieldToText.cc (+2 -2), SampleHexTricubicHmt.cc (+4 -4), StructCurveFieldToText.cc (new), StructHexVolFieldToText.cc (new), StructQuadSurfFieldToText.cc (new), TetVolFieldToText.cc (new), TriSurfFieldToText.cc (new), TriSurfToOBJ.cc (new), TriSurfToTetgen.cc (new), TriSurfToVtk.cc (new)
mjc 2005-11-11 13:05 Rev.: 32517

fix surface normal rendering, add converter for new basis type

409 lines of code changed in 2 files:

  • StandAlone/convert: UCSD_HO_edge_sfToHexVol.cc (+405), sub.mk (+4)
mjc 2005-11-09 12:23 Rev.: 32473

remove duplicate file

0 lines of code changed in 1 file:

  • StandAlone/convert: UCSDToHexField.cc (del)
mjc 2005-11-02 16:15 Rev.: 32417

fix loading of HexTricubicHmtScaleFactor basis fields, add more types of loading for ucsd data

170 lines of code changed in 1 file:

  • StandAlone/convert: UCSDToHexVol.cc (+170 -4)
sachse 2005-10-24 13:03 Rev.: 32271

bug fixes

2 lines of code changed in 1 file:

  • StandAlone/convert: TextToHexTricubicHmt.cc (+2 -2)
dav 2005-10-13 16:14 Rev.: 32136

Fixed compiler warning. Added in error statement for bad user input.

0 lines of code changed in 2 files:

  • StandAlone/convert: gmvToPts.cc (changed)
mdavis 2005-10-10 14:28 Rev.: 32093

Fixes for Mac OSX after H_O_Basis merge. Now compiles and runs on OSX 10.4.

Disabled MacForceLoad in Core/Init/init.cc until needed as the static constructors that were being called by this function no longer exist because the derived Field types went away.

Added in unsigned int operator for MaskedLatVolMesh::NodeIter.

Changed #include <values.h> to #include <float.h> for OSX compatibility.

Added in Core/Basis to various sub.mk files in BioPSE and Teem Packages.

4 lines of code changed in 2 files:

  • StandAlone/convert: SampleHexTricubicHmt.cc (+2 -8), TextToHexTricubicHmt.cc (+2 -7)
mjc 2005-10-10 09:59 Rev.: 32092

initial commit of H_O_Basis branch merge

1327 lines of code changed in 46 files:

  • StandAlone/convert: CurveFieldToText.cc (+17 -12), FileUtils.h (+1 -1), HexVolFieldToText.cc (+16 -11), HexVolToVtk.cc (+13 -9), PointCloudFieldToText.cc (+14 -8), QuadSurfFieldToText.cc (+17 -12), SampleHexTricubicHmt.cc (+196), StructCurveFieldToText.cc (+12 -6), StructHexVolFieldToText.cc (+13 -6), StructQuadSurfFieldToText.cc (+12 -6), TetVolFieldToText.cc (+17 -11), TetgenToTetVol.cc (new), TextToCurveField.cc (+11 -3), TextToHexTricubicHmt.cc (+394), TextToHexVolField.cc (+10 -4), TextToPointCloudField.cc (new), TextToPointCloudString.cc (new), TextToQuadSurfField.cc (+10 -4), TextToStructCurveField.cc (new), TextToStructHexVolField.cc (+13 -4), TextToStructQuadSurfField.cc (new), TextToTetVolField.cc (new), TextToTriSurfField.cc (+10 -4), TriSurfFieldToText.cc (+18 -11), TriSurfToOBJ.cc (+12 -10), TriSurfToTetgen.cc (+13 -12), TriSurfToVtk.cc (+12 -10), UCSDToHexField.cc (new 315), UCSDToHexVol.cc (+20 -10), VTKtoHexVolField.cc (new), VTKtoTriSurfField.cc (new), sub.mk (+10 -1)
callahan 2005-07-06 15:33 Rev.: 31020

Add support to vff2nrrd for 1D and 2D datasets.

0 lines of code changed in 2 files:

  • StandAlone/convert: vff2nrrd.cc (changed)
mjc 2005-05-25 10:52 Rev.: 30380

initial version of vtk to hexvol

368 lines of code changed in 2 files:

  • StandAlone/convert: VTKtoHexVolField.cc (+364), sub.mk (+4)
mjc 2005-05-17 10:32 Rev.: 30242

support another flavor of 5 col data

14 lines of code changed in 1 file:

  • StandAlone/convert: UCSDToHexVol.cc (+14 -6)
mjc 2005-05-17 09:44 Rev.: 30241

handle 4 column data

29 lines of code changed in 1 file:

  • StandAlone/convert: UCSDToHexVol.cc (+29)
mjc 2005-04-27 09:23 Rev.: 29985

add HexVolToVtk to build

5 lines of code changed in 1 file:

  • StandAlone/convert: sub.mk (+5)

(10 more)

Generated by StatSVN 0.4.0