Package edu.duke.cs.osprey.gpu
Class Structs.Struct
java.lang.Object
edu.duke.cs.osprey.gpu.Structs.Struct
- Enclosing class:
- Structs
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongbytes()Calculates the static size of the struct.<T extends Structs.Struct>
T
-
Constructor Details
-
Struct
public Struct()
-
-
Method Details
-
init
-
bytes
public long bytes()Calculates the static size of the struct.
-