Chemical Structures 2.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Chemical Structures 2.1 (Default branch)
# 1  
Old 02-05-2008
Chemical Structures 2.1 (Default branch)

Image The Chemical Structures project aims to provide a complete set of 3D molecular structures in CML format. As CML format permits structural data and many properties to be included, each file also contains additional information, like molecular weight, boiling point, melting point, or InChI code. Data can be explored with a CML-aware software, like Jmol, or by using a Web browser. License: BSD License (revised) Changes:
The HTML pages have a new style and contain MicroFormat data. Many French translations have been added and Spanish translations are also available. New structures (like carbohydrates) have been added. The project now includes 559 structures.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Linux

about system structures

hello can any1 plz tell me about the system defined structures (like sysinfo) which wil give system and n/w charecteristics (ex: freeram in sysinfo). (1 Reply)
Discussion started by: jeenat
1 Replies

2. Programming

Programming using Structures

Hi All, I was given a format of a file, and was asked to write a program which displays the data contained in the file in that purticular format. Its all so confusing. Please find the example of the format as well the code I have written in the attachment. I hope any one of u guyz can... (0 Replies)
Discussion started by: jazz
0 Replies

3. Programming

pointer to structures

Dear friends I have a bit basic doubts in pointers and the structures inter relationships. the first one. static struct apvt { int dead; int pending; int abouttograb; }*agents=NULL; what agents pointer is... (1 Reply)
Discussion started by: tech_voip
1 Replies
Login or Register to Ask a Question
XcmsQueryColors()														 XcmsQueryColors()

Name
  XcmsQueryColors - obtain the color specifications of the specified colorcells.

Synopsis
  Status XcmsQueryColors(display, colormap, colors_in_out, ncolors,
  result_format)
	Display *display;
	Colormap colormap;
	XcmsColor *colors_in_out[];
	unsigned int ncolors;
	XcmsColorFormat result_format;

Arguments
  display   Specifies the connection to the X server.

  colormap  Specifies the colormap.

  colors_in_out
	    Specifies  an  array of XcmsColor structures, each pixel member indicating the color cell to query.  The color specifications for
	    the color cells are returned in these structures.

  ncolors   Specifies the number of XcmsColor structures in the colors_in_out array.

  result_format
	    Specifies the desired color format for the returned color specifications.

Returns
  Zero on failure, non-zero on success.

Availability
  Release 5 and later.

Description
  XcmsQueryColors() obtains the RGB values for the colors stored in the colormap cells specified by the pixel fields of the  specified	Xcms-
  Color  structures,  and  then  converts the values to the target format specified by the result_format argument.  If a pixel is not a valid
  index into the specified colormap, a BadValue error results.	If more than one pixel is in error, the one that gets reported is arbitrary.

Errors
  BadColor  The colormap argument does not name a defined Colormap.

  BadValue  A specified pixel does not represent a valid color cell in the specified colormap.

Structures
  The XcmsColor structure and XcmsColorFormat type are shown on the XcmsColor reference page.

See Also
  XcmsAllocColor(), XcmsAllocNamedColor(), XcmsStoreColor(),  XcmsStoreColors(),  XcmsStoreNamedColor,	XcmsQueryColor(),  XcmsLookupColor(),
  XAllocColor(), XAllocNamedColor(), XQueryColor(), XQueryColors(), XStoreColor(), XStoreColors().

Xlib - Device-independent Color 												 XcmsQueryColors()