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

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

/* BBBioRegion.h				 
 *
 * 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.
 *
 * Usage: Same as for the simple region.
 *
 * Written by: 		Thomas Engel
 * Created:    		23.05.1994 (Copyleft)
 * Last modified: 	23.05.1994
 */

#import "BBRegion.h"

@interface BBBioRegion:BBRegion

// Returns a list of atoms that are the cBackbonde of this region.

- cBackbone;

@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.