![]() |
![]() An Information Portal to Biological Macromolecular Structures |
|
PDB Home |
Contact Us ![]() |
![]() |
Software Tools Home | Dictionary Home | PDBML Home |
![]() |
#include "CifBuilder.h"
char * CifBuilder::GetItemItemStructure(const char * itemName);
#include "CifBuilder.h"
CifBuilder cb("mmCif96.psf");
cb.BuildDictionaryList();
cb.SetContext("cifdic.m96");
char * iStructure = cb.GetItemItemStructure("_atom_site.cartn_x");
GetItemItemStructure returns the item structure for the item itemName in the current context
itemName | the name of the item |
Returns the item structure as a char * or NULL.
See also: | GetItemItemStructureOrganization |
---|