Menu

svncode Commit Log


Commit Date  
[r1393] by dcaffrey

*** empty log message ***

2012-09-25 21:14:42 Tree
[r1392] by dcaffrey

*** empty log message ***

2012-09-25 21:01:51 Tree
[r1391] by dcaffrey

*** empty log message ***

2012-04-28 18:15:51 Tree
[r1390] by dcaffrey

added comments renamed some vars

2012-04-28 18:01:28 Tree
[r1389] by dcaffrey

For Dan

2012-03-26 18:33:41 Tree
[r1388] by dcaffrey

comment out part preventing compile

2012-02-15 20:09:52 Tree
[r1387] by adamwespiser

updated dependencies

2012-02-15 19:31:09 Tree
[r1386] by adamwespiser

updated to allow for GetCavity to properly work, allowing the following object relationship to hold:
GetCavity.main
-> PatchBuilder.buildPatchesCavity()
-> PatchBuilderForPathConnectedResiduesCavity

2012-02-15 19:03:13 Tree
[r1385] by adamwespiser

PatchBuilderForPathConnectedResiduesCavity contains the altered algorithm:
patches that are not within -D specified distance from the -O coordinate are not

2012-02-15 18:43:56 Tree
[r1384] by adamwespiser

For building patches within a cavity, instead of GetPatches being used as the main Java class, getCavity is used instead.
note: getCavity has two additional options:
[-D | maximum seed distance from 3d point] (GetCavity.seedDistance)
[-O | x:y:z coordinates for 3d point] (GetCavity.cavityPoint)
Object Dependencies:
GetCavity -> PatchBuilder -> PatchBuilderForPathConnectedResiduesCavity(new) -> PatchGraph

where PatchBuilderForPathConnectedResiduesCavity is a version of PatchBuilderForPathConnectedResidues with an altered algorithm that excludes patches from being seeds that are further than -D away from the -O specified point

2012-02-15 18:43:06 Tree
Older >