swarm.defobj
Class HDF5CImpl

java.lang.Object
  |
  +--swarm.BaseImpl
        |
        +--swarm.PhaseCImpl
              |
              +--swarm.defobj.HDF5CImpl

public class HDF5CImpl
extends PhaseCImpl
implements CreateC, CreateS, DropC, DropS, HDF5S, HDF5C

HDF5 interface. HDF5 interface


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
HDF5CImpl()
           
HDF5CImpl(HDF5 nextPhase)
           
 
Methods implemented by this class for interface swarm.defobj.CreateC
create, createBegin, createEnd
 
Methods implemented by this class for interface swarm.defobj.HDF5S
setBaseTypeObject, setName
 
Methods implemented by this class for interface swarm.defobj.HDF5C
setCompoundType, setCount, setDatasetFlag, setExtensibleDoubleVector, setParent, setWriteFlag
 
Methods implemented by this class for interface swarm.defobj.CustomizeC
customizeBegin, customizeCopy, customizeEnd
 
Methods inherited from class swarm.PhaseCImpl
_copy_creating_phase_to_using_phase
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HDF5CImpl

public HDF5CImpl(HDF5 nextPhase)

HDF5CImpl

public HDF5CImpl()