ftp.nice.ch/pub/next/science/chemistry/BeakerBoy.0.31.s.tar.gz#/BeakerBoy.0.31.s/BBBioRegion.m

This is BBBioRegion.m in view mode; [Download] [Up]

/* BBBioRegion.m				 
 *
 * A class that can be used to handle biological regions. It provides some
 * extra methods for working with them. This region is used by some special
 * shapes.
 *
 * For interface-info see the header file. The comments in this file mostly
 * cover only the real implementation details.
 *
 * Written by: 		Thomas Engel
 * Created:    		23.05.1994 (Copyleft)
 * Last modified: 	23.05.1994
 */

#import "BBBioRegion.h"

@implementation BBRegion

- cBackbone
{
	return atomList;
}

@end

/*
 * History: 23.05.94  First creation.
 *
 *
 * Bugs: - YES
 */

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.