Class MmtfStructureWriter
- java.lang.Object
 - 
- org.biojava.nbio.structure.io.mmtf.MmtfStructureWriter
 
 
- 
public class MmtfStructureWriter extends Object
Class to take Biojava structure data and covert to the DataApi for encoding. Must implement all the functions inStructureAdapterInterface.- Author:
 - Anthony Bradley
 
 
- 
- 
Constructor Summary
Constructors Constructor Description MmtfStructureWriter(Structure structure, org.rcsb.mmtf.api.StructureAdapterInterface dataTransferInterface)Pass data from Biojava structure to another generic output type. 
 - 
 
- 
- 
Constructor Detail
- 
MmtfStructureWriter
public MmtfStructureWriter(Structure structure, org.rcsb.mmtf.api.StructureAdapterInterface dataTransferInterface)
Pass data from Biojava structure to another generic output type. Loops through the data structure and calls all the set functions.- Parameters:
 structure- the inputStructureto writedataTransferInterface- the generic interface that implements all the set methods.
 
 - 
 
 -