UnityMol  1.0.25beta
XDRFileWrapper Class Reference

Public Member Functions

static System.IntPtr xdrfile_open ([In] string path, [In] string mode)
 
static XDRStatus xdrfile_close ([In] System.IntPtr xfp)
 
static XDRStatus read_xtc_natoms ([In] string filename, ref int natoms)
 
static XDRStatus read_xtc (System.IntPtr xd, int natoms, ref int step, ref float time, float[,] box, [In, Out] float[] x, ref float prec)
 
static XDRStatus read_trr_natoms ([In] string filename, ref int natoms)
 
static XDRStatus read_trr (System.IntPtr xd, int natoms, ref int step, ref float time, ref float lambda, float[,] box, [In, Out] float[] x, [In, Out] float[] v, [In, Out] float[] f)
 

Member Function Documentation

◆ read_trr()

static XDRStatus XDRFileWrapper.read_trr ( System.IntPtr  xd,
int  natoms,
ref int  step,
ref float  time,
ref float  lambda,
float  box[,],
[In, Out] float []  x,
[In, Out] float []  v,
[In, Out] float []  f 
)

◆ read_trr_natoms()

static XDRStatus XDRFileWrapper.read_trr_natoms ( [In] string  filename,
ref int  natoms 
)

◆ read_xtc()

static XDRStatus XDRFileWrapper.read_xtc ( System.IntPtr  xd,
int  natoms,
ref int  step,
ref float  time,
float  box[,],
[In, Out] float []  x,
ref float  prec 
)

◆ read_xtc_natoms()

static XDRStatus XDRFileWrapper.read_xtc_natoms ( [In] string  filename,
ref int  natoms 
)

◆ xdrfile_close()

static XDRStatus XDRFileWrapper.xdrfile_close ( [In] System.IntPtr  xfp)

◆ xdrfile_open()

static System.IntPtr XDRFileWrapper.xdrfile_open ( [In] string  path,
[In] string  mode 
)

The documentation for this class was generated from the following file: