edu.duke.cs.osprey
3.3
edu.duke.cs.osprey
/
edu.duke.cs.osprey.service.services
/
ClashesResponse
/
Group
Group
data
class
Group
(
id
:
String
,
dots
:
Map
<
String
,
List
<
Point3d
>
>
,
vectors
:
Map
<
String
,
List
<
Pair
<
Point3d
,
Point3d
>
>
>
)
Content copied to clipboard
Properties
Properties
dots
Link copied to clipboard
val
dots
:
Map
<
String
,
List
<
Point3d
>
>
Content copied to clipboard
id
Link copied to clipboard
val
id
:
String
Content copied to clipboard
vectors
Link copied to clipboard
val
vectors
:
Map
<
String
,
List
<
Pair
<
Point3d
,
Point3d
>
>
>
Content copied to clipboard